Searched refs:snd_hda_check_amp_caps (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/sound/pci/hda/ |
D | hda_local.h | 525 bool snd_hda_check_amp_caps(struct hda_codec *codec, hda_nid_t nid, 529 snd_hda_check_amp_caps(codec, nid, dir, (AC_AMPCAP_MUTE | AC_AMPCAP_MIN_MUTE)) 531 snd_hda_check_amp_caps(codec, nid, dir, AC_AMPCAP_NUM_STEPS)
|
D | hda_codec.c | 1290 bool snd_hda_check_amp_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_amp_caps() function 1300 EXPORT_SYMBOL_GPL(snd_hda_check_amp_caps);
|