Home
last modified time | relevance | path

Searched refs:codec_conf (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/sound/soc/generic/
Dsimple-scu-card.c24 struct snd_soc_codec_conf codec_conf; member
155 &priv->codec_conf, in asoc_simple_card_dai_link_of()
260 card->codec_conf = &priv->codec_conf; in asoc_simple_card_probe()
Daudio-graph-scu-card.c27 struct snd_soc_codec_conf codec_conf; member
151 &priv->codec_conf, in asoc_graph_card_dai_link_of()
362 card->codec_conf = &priv->codec_conf; in asoc_graph_card_probe()
/Linux-v4.19/sound/soc/samsung/
Dbells.c392 .codec_conf = bells_codec_conf,
412 .codec_conf = bells_codec_conf,
432 .codec_conf = bells_codec_conf,
Dlowland.c166 .codec_conf = lowland_codec_conf,
Dspeyside.c308 .codec_conf = speyside_codec_conf,
Dneo1973_wm8753.c325 .codec_conf = neo1973_codec_conf,
/Linux-v4.19/sound/soc/mediatek/mt8173/
Dmt8173-rt5650-rt5514.c168 .codec_conf = mt8173_rt5650_rt5514_codec_conf,
Dmt8173-rt5650-rt5676.c214 .codec_conf = mt8173_rt5650_rt5676_codec_conf,
/Linux-v4.19/sound/soc/omap/
Drx51.c360 .codec_conf = rx51_codec_conf,
/Linux-v4.19/sound/soc/intel/boards/
Dskl_nau88l25_ssm4567.c688 .codec_conf = ssm4567_codec_conf,
Dkbl_rt5663_rt5514_max98927.c643 .codec_conf = max98927_codec_conf,
Dkbl_rt5663_max98927.c948 .codec_conf = max98927_codec_conf,
/Linux-v4.19/sound/soc/
Dsoc-core.c1217 for (i = 0; i < card->num_configs && card->codec_conf; i++) { in soc_set_name_prefix()
1218 struct snd_soc_codec_conf *map = &card->codec_conf[i]; in soc_set_name_prefix()
3448 struct snd_soc_codec_conf *codec_conf, in snd_soc_of_parse_audio_prefix() argument
3462 codec_conf->of_node = of_node; in snd_soc_of_parse_audio_prefix()
3463 codec_conf->name_prefix = str; in snd_soc_of_parse_audio_prefix()
/Linux-v4.19/include/sound/
Dsoc.h1063 struct snd_soc_codec_conf *codec_conf; member
1438 struct snd_soc_codec_conf *codec_conf,