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 */
775 /* set up initial codec paths */
3243 * Checks the codec for any new dapm widgets and creates them if found.
4361 struct snd_soc_dapm_widget *codec, *cpu;
4364 struct snd_soc_dapm_widget **src[] = { &cpu, &codec };
4365 struct snd_soc_dapm_widget **sink[] = { &codec, &cpu };
4377 codec = snd_soc_dai_get_widget(codec_dai, stream_codec);
4379 if (!cpu || !codec)
4465 dev_err(card->dev, "%s: no codec channel mapping table provided\n",
4484 "%s: codec number %d < cpu number %d is not supported\n",