Searched refs:snd_soc_get_dai_name (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/rockchip/ |
H A D | rk3288_hdmi_analog.c | 226 ret = snd_soc_get_dai_name(&args, &rk_dailink.codecs[0].dai_name); in snd_rk_mc_probe()
|
/kernel/linux/linux-6.6/sound/soc/rockchip/ |
H A D | rk3288_hdmi_analog.c | 226 ret = snd_soc_get_dai_name(&args, &rk_dailink.codecs[0].dai_name); in snd_rk_mc_probe()
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | odroid.c | 274 ret = snd_soc_get_dai_name(&args, &link->cpus->dai_name); in odroid_audio_probe()
|
H A D | tm2_wm5110.c | 598 ret = snd_soc_get_dai_name(&args, &card->dai_link[i].codecs->dai_name); in tm2_probe()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | meson-card-utils.c | 95 return snd_soc_get_dai_name(&args, dai_name); in meson_card_parse_dai()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-core.c | 3012 int snd_soc_get_dai_name(struct of_phandle_args *args, in snd_soc_get_dai_name() function 3075 EXPORT_SYMBOL_GPL(snd_soc_get_dai_name); variable 3088 ret = snd_soc_get_dai_name(&args, dai_name); in snd_soc_of_get_dai_name() 3166 ret = snd_soc_get_dai_name(&args, &component->dai_name); in snd_soc_of_get_dai_link_codecs()
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | tm2_wm5110.c | 603 ret = snd_soc_get_dai_name(&args, &card->dai_link[i].codecs->dai_name); in tm2_probe()
|
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | audio-graph-card.c | 151 ret = snd_soc_get_dai_name(&args, &dlc->dai_name); in asoc_simple_parse_dai()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-core.c | 3454 int snd_soc_get_dai_name(const struct of_phandle_args *args, in snd_soc_get_dai_name() function 3465 EXPORT_SYMBOL_GPL(snd_soc_get_dai_name); variable
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 1356 int snd_soc_get_dai_name(struct of_phandle_args *args,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 1347 int snd_soc_get_dai_name(const struct of_phandle_args *args,
|
Completed in 18 milliseconds