Lines Matching defs:codecs
2126 unsigned int i, codecs;
2165 codecs = 0;
2170 snd_intel8x0_codec_read_test(chip, codecs);
2171 chip->ac97_sdin[codecs] =
2173 if (snd_BUG_ON(chip->ac97_sdin[codecs] >= 3))
2174 chip->ac97_sdin[codecs] = 0;
2176 chip->ac97_sdin[codecs] = i;
2177 codecs++;
2180 if (! codecs)
2181 codecs = 1;
2184 codecs = 1;
2189 codecs = 2;
2208 chip->ncodecs = codecs;
2211 for (i = 0; i < codecs; i++) {
2417 /* wait for other codecs ready status. */
2433 /* wait until all the probed codecs are ready */
2799 snd_iprintf(buffer, "AC'97 codecs ready :");
2802 static const char *codecs[3] = {
2807 snd_iprintf(buffer, " %s", codecs[i]);
2813 snd_iprintf(buffer, "AC'97 codecs SDIN : %i %i %i\n",
3015 /* ICH4 can have three codecs */
3021 /* recent SIS7012 can have three codecs */
3027 /* others up to two codecs */