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.
96 /* Playback and capture buffer size */
168 /* Software intermediate buffer (max) size */
1404 /* reset buffer pointer */
1433 snd_rme32_proc_read(struct snd_info_entry * entry, struct snd_info_buffer *buffer)
1440 snd_iprintf(buffer, rme32->card->longname);
1441 snd_iprintf(buffer, " (index #%d)\n", rme32->card->number + 1);
1443 snd_iprintf(buffer, "\nGeneral settings\n");
1445 snd_iprintf(buffer, " Full-duplex mode\n");
1447 snd_iprintf(buffer, " Half-duplex mode\n");
1449 snd_iprintf(buffer, " receiver: CS8414\n");
1451 snd_iprintf(buffer, " receiver: CS8412\n");
1454 snd_iprintf(buffer, " format: 24 bit");
1456 snd_iprintf(buffer, " format: 16 bit");
1459 snd_iprintf(buffer, ", Mono\n");
1461 snd_iprintf(buffer, ", Stereo\n");
1464 snd_iprintf(buffer, "\nInput settings\n");
1467 snd_iprintf(buffer, " input: optical");
1470 snd_iprintf(buffer, " input: coaxial");
1473 snd_iprintf(buffer, " input: internal");
1476 snd_iprintf(buffer, " input: XLR");
1480 snd_iprintf(buffer, "\n sample rate: no valid signal\n");
1483 snd_iprintf(buffer, " (8 channels)\n");
1485 snd_iprintf(buffer, " (2 channels)\n");
1487 snd_iprintf(buffer, " sample rate: %d Hz\n",
1491 snd_iprintf(buffer, "\nOutput settings\n");
1493 snd_iprintf(buffer, " output signal: normal playback");
1495 snd_iprintf(buffer, " output signal: same as input");
1498 snd_iprintf(buffer, " (muted)\n");
1500 snd_iprintf(buffer, "\n");
1507 snd_iprintf(buffer, " sample rate: %d Hz\n",
1511 snd_iprintf(buffer, " sample clock source: AutoSync\n");
1513 snd_iprintf(buffer, " sample clock source: Internal\n");
1516 snd_iprintf(buffer, " format: AES/EBU (professional)\n");
1518 snd_iprintf(buffer, " format: IEC958 (consumer)\n");
1521 snd_iprintf(buffer, " emphasis: on\n");
1523 snd_iprintf(buffer, " emphasis: off\n");