Home
last modified time | relevance | path

Searched refs:snd_soc_dapm_kcontrol_dapm (Results 1 – 25 of 25) sorted by relevance

/linux/sound/soc/atmel/
H A Dtse850-pcm5142.c61 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_get_mux1()
73 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_put_mux1()
91 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_get_mux2()
103 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_put_mux2()
121 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_get_mix()
133 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_put_mix()
155 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_get_ana()
188 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctrl); in tse850_put_ana()
/linux/sound/soc/meson/
H A Dg12a-tohdmitx.c44 snd_soc_dapm_kcontrol_dapm(kcontrol); in g12a_tohdmitx_i2s_mux_put_enum()
95 snd_soc_dapm_kcontrol_dapm(kcontrol); in g12a_tohdmitx_spdif_mux_put_enum()
H A Daiu-codec-ctrl.c29 snd_soc_dapm_kcontrol_dapm(kcontrol); in aiu_codec_ctrl_mux_put_enum()
H A Daiu-acodec-ctrl.c37 snd_soc_dapm_kcontrol_dapm(kcontrol); in aiu_acodec_ctrl_mux_put_enum()
H A Dg12a-toacodec.c70 snd_soc_dapm_kcontrol_dapm(kcontrol); in g12a_toacodec_mux_put_enum()
/linux/sound/soc/qcom/
H A Dsc7180.c290 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in dmic_get()
300 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in dmic_set()
/linux/sound/soc/codecs/
H A Dwm9712.c218 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in wm9712_hp_mixer_put()
262 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in wm9712_hp_mixer_get()
H A Dwm9713.c227 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in wm9713_hp_mixer_put()
271 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in wm9713_hp_mixer_get()
H A Drt712-sdca-dmic.c463 snd_soc_dapm_kcontrol_dapm(kcontrol); in rt712_sdca_dmic_mux_put()
H A Drt715-sdca.c552 snd_soc_dapm_kcontrol_dapm(kcontrol); in rt715_sdca_mux_put()
H A Drt715.c591 snd_soc_dapm_kcontrol_dapm(kcontrol); in rt715_mux_put()
H A Drt700.c560 snd_soc_dapm_kcontrol_dapm(kcontrol); in rt700_mux_put()
H A Drt711.c719 snd_soc_dapm_kcontrol_dapm(kcontrol); in rt711_mux_put()
H A Dmax98396.c978 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in max98396_mux_put()
H A Drt711-sdca.c930 snd_soc_dapm_kcontrol_dapm(kcontrol); in rt711_sdca_mux_put()
H A Drt722-sdca.c773 snd_soc_dapm_kcontrol_dapm(kcontrol); in rt722_sdca_adc_mux_put()
H A Dmadera.c547 snd_soc_dapm_kcontrol_dapm(kcontrol); in madera_out1_demux_put()
654 snd_soc_dapm_kcontrol_dapm(kcontrol); in madera_inmux_put()
H A Dwcd934x.c3306 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kc); in slim_rx_mux_get()
3823 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kc); in slim_tx_mixer_get()
/linux/sound/soc/qcom/qdsp6/
H A Dq6routing.c471 snd_soc_dapm_kcontrol_dapm(kcontrol); in msm_routing_get_audio_mixer()
491 snd_soc_dapm_kcontrol_dapm(kcontrol); in msm_routing_put_audio_mixer()
H A Dtopology.c1123 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in audioreach_get_audio_mixer()
1144 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in audioreach_put_audio_mixer()
/linux/include/sound/
H A Dsoc-component.h346 return snd_soc_dapm_to_component(snd_soc_dapm_kcontrol_dapm(kcontrol)); in snd_soc_dapm_kcontrol_component()
H A Dsoc-dapm.h527 struct snd_soc_dapm_context *snd_soc_dapm_kcontrol_dapm(struct snd_kcontrol *kcontrol);
/linux/sound/soc/
H A Dsoc-dapm.c595 * snd_soc_dapm_kcontrol_dapm() - Returns the dapm context associated to a
602 struct snd_soc_dapm_context *snd_soc_dapm_kcontrol_dapm( in snd_soc_dapm_kcontrol_dapm() function
607 EXPORT_SYMBOL_GPL(snd_soc_dapm_kcontrol_dapm);
3381 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in snd_soc_dapm_get_volsw()
3439 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in snd_soc_dapm_put_volsw()
3530 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in snd_soc_dapm_get_enum_double()
3566 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kcontrol); in snd_soc_dapm_put_enum_double()
/linux/sound/soc/tegra/
H A Dtegra210_ahub.c59 struct snd_soc_dapm_context *dapm = snd_soc_dapm_kcontrol_dapm(kctl); in tegra_ahub_put_value_enum()
/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-afe-pcm.c1260 snd_soc_dapm_kcontrol_dapm(kcontrol); in mt8365_afe_cm2_io_input_mux_put()