Lines Matching defs:codec_dai
51 struct snd_soc_dai *codec_dai;
58 for_each_rtd_codec_dais(rtd, i, codec_dai) {
59 sruntime = snd_soc_dai_get_stream(codec_dai,
64 ret = snd_soc_dai_get_channel_map(codec_dai,
91 struct snd_soc_dai *codec_dai;
140 for_each_rtd_codec_dais(rtd, j, codec_dai) {
142 if (!strcmp(codec_dai->component->name_prefix, "Left")) {
144 codec_dai, LEFT_SPK_TDM_TX_MASK,
154 if (!strcmp(codec_dai->component->name_prefix, "Right")) {
156 codec_dai, RIGHT_SPK_TDM_TX_MASK,
176 struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0);
187 codec_dai->component,
191 codec_dai, RT5663_SCLK_S_MCLK, DEFAULT_MCLK_RATE,
224 struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0);
267 component = codec_dai->component;
279 for_each_rtd_codec_dais(rtd, i, codec_dai) {
280 rval = snd_soc_dai_set_channel_map(codec_dai,
288 snd_soc_dai_set_sysclk(codec_dai, 0,
309 struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0);
326 snd_soc_dai_set_fmt(codec_dai, codec_dai_fmt);
337 snd_soc_dai_set_fmt(codec_dai, codec_dai_fmt);
358 for_each_rtd_codec_dais(rtd, j, codec_dai) {
360 if (!strcmp(codec_dai->component->name_prefix,
363 codec_dai, codec_dai_fmt);
371 if (!strcmp(codec_dai->component->name_prefix,
374 codec_dai, codec_dai_fmt);