Lines Matching defs:codec
9 // o Changes power status of internal codec blocks depending on the
10 // dynamic configuration of codec internal audio paths and active
67 /* dapm power sequences - make this per codec in the future */
783 /* set up initial codec paths */
3232 * Checks the codec for any new dapm widgets and creates them if found.
4350 struct snd_soc_dapm_widget *dai, *codec, *playback_cpu, *capture_cpu;
4363 codec = codec_dai->playback_widget;
4365 if (playback_cpu && codec) {
4376 codec_dai, codec);
4381 codec = codec_dai->capture_widget;
4383 if (codec && capture_cpu) {
4392 dapm_connect_dai_routes(&card->dapm, codec_dai, codec,