Lines Matching defs:codecs
2119 unsigned int i, codecs;
2158 codecs = 0;
2163 snd_intel8x0_codec_read_test(chip, codecs);
2164 chip->ac97_sdin[codecs] =
2166 if (snd_BUG_ON(chip->ac97_sdin[codecs] >= 3))
2167 chip->ac97_sdin[codecs] = 0;
2169 chip->ac97_sdin[codecs] = i;
2170 codecs++;
2173 if (! codecs)
2174 codecs = 1;
2177 codecs = 1;
2182 codecs = 2;
2201 chip->ncodecs = codecs;
2204 for (i = 0; i < codecs; i++) {
2410 /* wait for other codecs ready status. */
2426 /* wait until all the probed codecs are ready */
2787 snd_iprintf(buffer, "AC'97 codecs ready :");
2790 static const char *codecs[3] = {
2795 snd_iprintf(buffer, " %s", codecs[i]);
2801 snd_iprintf(buffer, "AC'97 codecs SDIN : %i %i %i\n",
3003 /* ICH4 can have three codecs */
3009 /* recent SIS7012 can have three codecs */
3015 /* others up to two codecs */