Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/ac97/
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,
Dac97_codec.c558 static int snd_ac97_put_volsw(struct snd_kcontrol *kcontrol, in snd_ac97_put_volsw() function
2655 int err = snd_ac97_put_volsw(kcontrol, ucontrol); in bind_hp_volsw_put()
2659 snd_ac97_put_volsw(kcontrol, ucontrol); in bind_hp_volsw_put()
2755 int err = snd_ac97_put_volsw(kcontrol, ucontrol); in master_mute_sw_put()
Dac97_patch.c2536 return snd_ac97_put_volsw(kcontrol, ucontrol); in alc650_swap_surround_put()