Symbol: snd_soc_dapm_mixer_update_power
drivers/staging/greybus/audio_topology.c
468
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol,
include/sound/soc-dapm.h
668
int snd_soc_dapm_mixer_update_power(struct snd_soc_dapm_context *dapm,
sound/soc/atmel/tse850-pcm5142.c
148
snd_soc_dapm_mixer_update_power(dapm, kctrl, connect, NULL);
sound/soc/codecs/lpass-tx-macro.c
904
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
sound/soc/codecs/lpass-va-macro.c
610
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
sound/soc/codecs/lpass-wsa-macro.c
2290
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, NULL);
sound/soc/codecs/tlv320aic3x.c
200
snd_soc_dapm_mixer_update_power(dapm, kcontrol, connect,
sound/soc/codecs/wcd9335.c
1375
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
sound/soc/codecs/wcd934x.c
3825
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
sound/soc/codecs/wm9712.c
250
snd_soc_dapm_mixer_update_power(dapm, kcontrol, val,
sound/soc/codecs/wm9713.c
259
snd_soc_dapm_mixer_update_power(dapm, kcontrol, val,
sound/soc/qcom/qdsp6/q6routing.c
505
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 1, update);
sound/soc/qcom/qdsp6/q6routing.c
511
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 0, update);
sound/soc/qcom/qdsp6/topology.c
1178
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 1, NULL);
sound/soc/qcom/qdsp6/topology.c
1181
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 0, NULL);
sound/soc/soc-dapm.c
2756
EXPORT_SYMBOL_GPL(snd_soc_dapm_mixer_update_power);