Lines Matching refs:snd_iprintf
1140 …snd_iprintf(buffer, "Creative Signal Processor [v%d.%d]\n", (p->version >> 4), (p->version & 0x0f)… in info_read()
1141 snd_iprintf(buffer, "State: %cx%c%c%c\n", ((p->running & SNDRV_SB_CSP_ST_QSOUND) ? 'Q' : '-'), in info_read()
1146 snd_iprintf(buffer, "Codec: %s [func #%d]\n", p->codec_name, p->func_nr); in info_read()
1147 snd_iprintf(buffer, "Sample rates: "); in info_read()
1149 snd_iprintf(buffer, "All\n"); in info_read()
1151 snd_iprintf(buffer, "%s%s%s%s\n", in info_read()
1158 snd_iprintf(buffer, "QSound decoder %sabled\n", in info_read()
1161 snd_iprintf(buffer, "PCM format ID: 0x%x (%s/%s) [%s/%s] [%s/%s]\n", in info_read()
1172 snd_iprintf(buffer, "Autoloaded Mu-Law, A-Law or Ima-ADPCM hardware codec\n"); in info_read()
1175 snd_iprintf(buffer, "Processing %dbit %s PCM samples\n", in info_read()
1180 snd_iprintf(buffer, "Qsound position: left = 0x%x, right = 0x%x\n", in info_read()