Lines Matching defs:codecs
2146 unsigned int i, codecs;
2185 codecs = 0;
2190 snd_intel8x0_codec_read_test(chip, codecs);
2191 chip->ac97_sdin[codecs] =
2193 if (snd_BUG_ON(chip->ac97_sdin[codecs] >= 3))
2194 chip->ac97_sdin[codecs] = 0;
2196 chip->ac97_sdin[codecs] = i;
2197 codecs++;
2200 if (! codecs)
2201 codecs = 1;
2204 codecs = 1;
2209 codecs = 2;
2227 chip->ncodecs = codecs;
2230 for (i = 0; i < codecs; i++) {
2435 /* wait for other codecs ready status. */
2451 /* wait until all the probed codecs are ready */
2822 snd_iprintf(buffer, "AC'97 codecs ready :");
2825 static const char *codecs[3] = {
2830 snd_iprintf(buffer, " %s", codecs[i]);
2836 snd_iprintf(buffer, "AC'97 codecs SDIN : %i %i %i\n",
3069 /* ICH4 can have three codecs */
3075 /* recent SIS7012 can have three codecs */
3081 /* others up to two codecs */