Searched refs:snd_hda_check_amp_caps (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_local.h | 524 bool snd_hda_check_amp_caps(struct hda_codec *codec, hda_nid_t nid, 528 snd_hda_check_amp_caps(codec, nid, dir, (AC_AMPCAP_MUTE | AC_AMPCAP_MIN_MUTE)) 530 snd_hda_check_amp_caps(codec, nid, dir, AC_AMPCAP_NUM_STEPS)
|
D | hda_codec.c | 1249 bool snd_hda_check_amp_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_amp_caps() function 1259 EXPORT_SYMBOL_GPL(snd_hda_check_amp_caps);
|