snd_hda_mixer_amp_switch_get
err = snd_hda_mixer_amp_switch_get(kcontrol, ucontrol);
#define cap_sw_get snd_hda_mixer_amp_switch_get
.get = snd_hda_mixer_amp_switch_get,
.get = snd_hda_mixer_amp_switch_get,
return snd_hda_mixer_amp_switch_get(kcontrol, ucontrol);
EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_switch_get);
int snd_hda_mixer_amp_switch_get(struct snd_kcontrol *kcontrol,
.get = snd_hda_mixer_amp_switch_get, \