Lines Matching defs:codecs
275 /* playback, recording and I2S out codecs */
276 struct snd_azf3328_codec_data codecs[3];
791 * free up any ac97 codecs that got created, as well as the bus.
1270 /* do it for non-capture codecs only */
1329 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type];
1352 (which globally shuts down operation of codecs)
1353 only in case the other codecs are currently
1356 ((!chip->codecs[peer_codecs[codec_type].other1]
1358 && (!chip->codecs[peer_codecs[codec_type].other2]
1933 snd_azf3328_pcm_interrupt(chip, chip->codecs, status);
2021 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type];
2025 /* same parameters for all our codecs - at least we think so... */
2401 codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK];
2407 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE];
2413 codec_setup = &chip->codecs[AZF_CODEC_I2S_OUT];
2447 &chip->codecs[codec_type];
2449 /* shutdown codecs to reduce power / noise */