Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/ac97/
H A Dac97_codec.c2671 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL); in tune_hp_only() local
2672 if (! msw || ! mvol) in tune_hp_only()
2675 mvol->put = bind_hp_volsw_put; in tune_hp_only()
2813 struct snd_kcontrol *mvol = ctl_find(ac97, "Master Playback Volume", NULL); in tune_hp_mute_led() local
2814 if (! msw || ! mvol) in tune_hp_mute_led()
2817 mvol->put = bind_hp_volsw_put; in tune_hp_mute_led()