Lines Matching refs:buffer

27  * in this mode. Rec data and play data are using the same buffer therefore. At
28 * first you have got the playing bits in the buffer and then (after playing
30 * modes (play/record) are running harmonically hand in hand in the same buffer
46 * In the fullduplex mode (given by the module parameter), the hardware buffer
50 * software intermediate buffer is introduced. This is, of course, not good
52 * you to use arbitrary buffer sizes, instead of the fixed I/O buffer size.
95 /* Playback and capture buffer size */
167 /* Software intermediate buffer (max) size */
1373 /* reset buffer pointer */
1402 snd_rme32_proc_read(struct snd_info_entry * entry, struct snd_info_buffer *buffer)
1409 snd_iprintf(buffer, rme32->card->longname);
1410 snd_iprintf(buffer, " (index #%d)\n", rme32->card->number + 1);
1412 snd_iprintf(buffer, "\nGeneral settings\n");
1414 snd_iprintf(buffer, " Full-duplex mode\n");
1416 snd_iprintf(buffer, " Half-duplex mode\n");
1418 snd_iprintf(buffer, " receiver: CS8414\n");
1420 snd_iprintf(buffer, " receiver: CS8412\n");
1423 snd_iprintf(buffer, " format: 24 bit");
1425 snd_iprintf(buffer, " format: 16 bit");
1428 snd_iprintf(buffer, ", Mono\n");
1430 snd_iprintf(buffer, ", Stereo\n");
1433 snd_iprintf(buffer, "\nInput settings\n");
1436 snd_iprintf(buffer, " input: optical");
1439 snd_iprintf(buffer, " input: coaxial");
1442 snd_iprintf(buffer, " input: internal");
1445 snd_iprintf(buffer, " input: XLR");
1449 snd_iprintf(buffer, "\n sample rate: no valid signal\n");
1452 snd_iprintf(buffer, " (8 channels)\n");
1454 snd_iprintf(buffer, " (2 channels)\n");
1456 snd_iprintf(buffer, " sample rate: %d Hz\n",
1460 snd_iprintf(buffer, "\nOutput settings\n");
1462 snd_iprintf(buffer, " output signal: normal playback");
1464 snd_iprintf(buffer, " output signal: same as input");
1467 snd_iprintf(buffer, " (muted)\n");
1469 snd_iprintf(buffer, "\n");
1476 snd_iprintf(buffer, " sample rate: %d Hz\n",
1480 snd_iprintf(buffer, " sample clock source: AutoSync\n");
1482 snd_iprintf(buffer, " sample clock source: Internal\n");
1485 snd_iprintf(buffer, " format: AES/EBU (professional)\n");
1487 snd_iprintf(buffer, " format: IEC958 (consumer)\n");
1490 snd_iprintf(buffer, " emphasis: on\n");
1492 snd_iprintf(buffer, " emphasis: off\n");