snd_soc_dapm_mixer_update_power
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol,
int snd_soc_dapm_mixer_update_power(struct snd_soc_dapm_context *dapm,
snd_soc_dapm_mixer_update_power(dapm, kctrl, connect, NULL);
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, NULL);
snd_soc_dapm_mixer_update_power(dapm, kcontrol, connect,
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
snd_soc_dapm_mixer_update_power(dapm, kcontrol, val,
snd_soc_dapm_mixer_update_power(dapm, kcontrol, val,
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 1, update);
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 0, update);
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 1, NULL);
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 0, NULL);
EXPORT_SYMBOL_GPL(snd_soc_dapm_mixer_update_power);