• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/

Lines Matching refs:snd_iprintf

1668 	snd_iprintf(buffer, rme96->card->longname);
1669 snd_iprintf(buffer, " (index #%d)\n", rme96->card->number + 1);
1671 snd_iprintf(buffer, "\nGeneral settings\n");
1673 snd_iprintf(buffer, " period size: N/A (interrupts "
1676 snd_iprintf(buffer, " period size: 2048 bytes\n");
1678 snd_iprintf(buffer, " period size: 8192 bytes\n");
1680 snd_iprintf(buffer, "\nInput settings\n");
1683 snd_iprintf(buffer, " input: optical");
1686 snd_iprintf(buffer, " input: coaxial");
1689 snd_iprintf(buffer, " input: internal");
1692 snd_iprintf(buffer, " input: XLR");
1695 snd_iprintf(buffer, " input: analog");
1699 snd_iprintf(buffer, "\n sample rate: no valid signal\n");
1702 snd_iprintf(buffer, " (8 channels)\n");
1704 snd_iprintf(buffer, " (2 channels)\n");
1706 snd_iprintf(buffer, " sample rate: %d Hz\n",
1710 snd_iprintf(buffer, " sample format: 24 bit\n");
1712 snd_iprintf(buffer, " sample format: 16 bit\n");
1715 snd_iprintf(buffer, "\nOutput settings\n");
1717 snd_iprintf(buffer, " output signal: normal playback\n");
1719 snd_iprintf(buffer, " output signal: same as input\n");
1721 snd_iprintf(buffer, " sample rate: %d Hz\n",
1724 snd_iprintf(buffer, " sample format: 24 bit\n");
1726 snd_iprintf(buffer, " sample format: 16 bit\n");
1729 snd_iprintf(buffer, " sample clock source: word clock\n");
1731 snd_iprintf(buffer, " sample clock source: internal\n");
1733 snd_iprintf(buffer, " sample clock source: autosync (internal anyway due to analog input setting)\n");
1735 snd_iprintf(buffer, " sample clock source: autosync (internal anyway due to no valid signal)\n");
1737 snd_iprintf(buffer, " sample clock source: autosync\n");
1740 snd_iprintf(buffer, " format: AES/EBU (professional)\n");
1742 snd_iprintf(buffer, " format: IEC958 (consumer)\n");
1745 snd_iprintf(buffer, " emphasis: on\n");
1747 snd_iprintf(buffer, " emphasis: off\n");
1750 snd_iprintf(buffer, " non-audio (dolby): on\n");
1752 snd_iprintf(buffer, " non-audio (dolby): off\n");
1755 snd_iprintf(buffer, "\nAnalog output settings\n");
1758 snd_iprintf(buffer, " monitored ADAT tracks: 1+2\n");
1761 snd_iprintf(buffer, " monitored ADAT tracks: 3+4\n");
1764 snd_iprintf(buffer, " monitored ADAT tracks: 5+6\n");
1767 snd_iprintf(buffer, " monitored ADAT tracks: 7+8\n");
1772 snd_iprintf(buffer, " attenuation: 0 dB\n");
1775 snd_iprintf(buffer, " attenuation: -6 dB\n");
1778 snd_iprintf(buffer, " attenuation: -12 dB\n");
1781 snd_iprintf(buffer, " attenuation: -18 dB\n");
1784 snd_iprintf(buffer, " volume left: %u\n", rme96->vol[0]);
1785 snd_iprintf(buffer, " volume right: %u\n", rme96->vol[1]);