Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dsimple_card_utils.h49 struct snd_soc_codec_conf *codec_conf; member
56 struct snd_soc_codec_conf *codec_conf; member
200 if (props->codec_conf && props->codec_conf->name_prefix) in asoc_simple_debug_info()
202 props->codec_conf->name_prefix); in asoc_simple_debug_info()
Dsoc.h1035 struct snd_soc_codec_conf *codec_conf; member
1291 struct snd_soc_codec_conf *codec_conf,
1296 struct snd_soc_codec_conf *codec_conf, in snd_soc_of_parse_audio_prefix() argument
1301 codec_conf, of_node, propname); in snd_soc_of_parse_audio_prefix()
/Linux-v5.4/sound/soc/samsung/
Dbells.c408 .codec_conf = bells_codec_conf,
428 .codec_conf = bells_codec_conf,
448 .codec_conf = bells_codec_conf,
Dlowland.c167 .codec_conf = lowland_codec_conf,
Dspeyside.c308 .codec_conf = speyside_codec_conf,
Dneo1973_wm8753.c323 .codec_conf = neo1973_codec_conf,
/Linux-v5.4/sound/soc/intel/boards/
Dkbl_da7219_max98927.c1032 .codec_conf = max98927_codec_conf,
1050 .codec_conf = max98927_codec_conf,
1067 .codec_conf = max98373_codec_conf,
1084 .codec_conf = max98373_codec_conf,
Dkbl_rt5663_rt5514_max98927.c636 .codec_conf = max98927_codec_conf,
Dskl_nau88l25_ssm4567.c686 .codec_conf = ssm4567_codec_conf,
Dkbl_rt5663_max98927.c925 .codec_conf = max98927_codec_conf,
/Linux-v5.4/sound/soc/mediatek/mt8173/
Dmt8173-rt5650-rt5514.c168 .codec_conf = mt8173_rt5650_rt5514_codec_conf,
Dmt8173-rt5650-rt5676.c224 .codec_conf = mt8173_rt5650_rt5676_codec_conf,
/Linux-v5.4/sound/soc/generic/
Dsimple-card-utils.c593 priv->codec_conf = cconf; in asoc_simple_init_priv()
597 card->codec_conf = cconf; in asoc_simple_init_priv()
Daudio-graph-card.c279 dai_props->codec_conf = &priv->codec_conf[li->conf++]; in graph_dai_link_of_dpcm()
Dsimple-card.c195 dai_props->codec_conf = &priv->codec_conf[li->conf++]; in simple_dai_link_of_dpcm()
/Linux-v5.4/sound/soc/mediatek/mt8183/
Dmt8183-da7219-max98357.c382 .codec_conf = mt6358_codec_conf,
/Linux-v5.4/sound/soc/ti/
Drx51.c348 .codec_conf = rx51_codec_conf,
/Linux-v5.4/sound/soc/
Dsoc-core.c957 for (i = 0; i < card->num_configs && card->codec_conf; i++) { in soc_set_name_prefix()
958 struct snd_soc_codec_conf *map = &card->codec_conf[i]; in soc_set_name_prefix()
3098 struct snd_soc_codec_conf *codec_conf, in snd_soc_of_parse_node_prefix() argument
3111 codec_conf->of_node = of_node; in snd_soc_of_parse_node_prefix()
3112 codec_conf->name_prefix = str; in snd_soc_of_parse_node_prefix()
/Linux-v5.4/sound/soc/fsl/
Dimx-audmix.c324 priv->card.codec_conf = priv->dai_conf; in imx_audmix_probe()