Home
last modified time | relevance | path

Searched refs:tplg_w (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c571 struct snd_soc_tplg_dapm_widget *tplg_w) in audioreach_widget_load_module_common() argument
579 sg = audioreach_parse_sg_tokens(apm, &tplg_w->priv); in audioreach_widget_load_module_common()
583 cont = audioreach_parse_cont_tokens(apm, sg, &tplg_w->priv); in audioreach_widget_load_module_common()
587 mod = audioreach_parse_common_tokens(apm, cont, &tplg_w->priv, w); in audioreach_widget_load_module_common()
599 struct snd_soc_tplg_dapm_widget *tplg_w) in audioreach_widget_load_enc_dec_cnv() argument
608 ret = audioreach_widget_load_module_common(component, index, w, tplg_w); in audioreach_widget_load_enc_dec_cnv()
614 mod_array = audioreach_get_module_array(&tplg_w->priv); in audioreach_widget_load_enc_dec_cnv()
734 struct snd_soc_tplg_dapm_widget *tplg_w) in audioreach_widget_load_buffer() argument
741 ret = audioreach_widget_load_module_common(component, index, w, tplg_w); in audioreach_widget_load_buffer()
748 mod_array = audioreach_get_module_array(&tplg_w->priv); in audioreach_widget_load_buffer()
[all …]
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.c2770 static int skl_tplg_get_pvt_data_v4(struct snd_soc_tplg_dapm_widget *tplg_w, in skl_tplg_get_pvt_data_v4() argument
2775 (struct skl_dfw_v4_module *)tplg_w->priv.data; in skl_tplg_get_pvt_data_v4()
2871 static int skl_tplg_get_pvt_data(struct snd_soc_tplg_dapm_widget *tplg_w, in skl_tplg_get_pvt_data() argument
2884 if (uuid_is_valid((char *)tplg_w->priv.data)) in skl_tplg_get_pvt_data()
2885 return skl_tplg_get_pvt_data_v4(tplg_w, skl, dev, mconfig); in skl_tplg_get_pvt_data()
2888 array = (struct snd_soc_tplg_vendor_array *)tplg_w->priv.data; in skl_tplg_get_pvt_data()
2898 (tplg_w->priv.data + off); in skl_tplg_get_pvt_data()
2908 (tplg_w->priv.data + off); in skl_tplg_get_pvt_data()
2917 data = (tplg_w->priv.data + off); in skl_tplg_get_pvt_data()
2990 struct snd_soc_tplg_dapm_widget *tplg_w) in skl_tplg_widget_load() argument
[all …]
/openbmc/linux/sound/soc/
H A Dsoc-topology.c267 struct snd_soc_dapm_widget *w, struct snd_soc_tplg_dapm_widget *tplg_w) in soc_tplg_widget_load() argument
271 tplg_w); in soc_tplg_widget_load()
279 struct snd_soc_dapm_widget *w, struct snd_soc_tplg_dapm_widget *tplg_w) in soc_tplg_widget_ready() argument
283 tplg_w); in soc_tplg_widget_ready()