Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ac97/
H A Dac97_patch.h18 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
23 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
28 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
60 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol,
H A Dac97_codec.c557 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol, in snd_ac97_put_volsw() function
2738 int err = snd_ac97_put_volsw(kcontrol, ucontrol); in bind_hp_volsw_put()
2742 snd_ac97_put_volsw(kcontrol, ucontrol); in bind_hp_volsw_put()
2838 int err = snd_ac97_put_volsw(kcontrol, ucontrol); in master_mute_sw_put()
H A Dac97_patch.c2568 return snd_ac97_put_volsw(kcontrol, ucontrol); in alc650_swap_surround_put()