Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ac97/
Dac97_patch.h33 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
38 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
43 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
75 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol,
Dac97_codec.c573 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol, in snd_ac97_put_volsw() function
2675 int err = snd_ac97_put_volsw(kcontrol, ucontrol); in bind_hp_volsw_put()
2679 snd_ac97_put_volsw(kcontrol, ucontrol); in bind_hp_volsw_put()
2775 int err = snd_ac97_put_volsw(kcontrol, ucontrol); in master_mute_sw_put()
Dac97_patch.c2551 return snd_ac97_put_volsw(kcontrol, ucontrol); in alc650_swap_surround_put()