Home
last modified time | relevance | path

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

/linux/sound/hda/common/ !
H A Dhda_local.h146 * snd_hda_add_vmaster_hook() beforehand
154 int snd_hda_add_vmaster_hook(struct hda_codec *codec,
H A Dcodec.c2008 * snd_hda_add_vmaster_hook - Add a vmaster hw specific hook
2014 int snd_hda_add_vmaster_hook(struct hda_codec *codec,
2023 EXPORT_SYMBOL_GPL(snd_hda_add_vmaster_hook); in snd_hda_add_vmaster_hook()
2015 int snd_hda_add_vmaster_hook(struct hda_codec *codec, snd_hda_add_vmaster_hook() function
/linux/sound/hda/codecs/ !
H A Dgeneric.c5274 snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute); in snd_hda_gen_build_controls()