Searched refs:snd_hda_check_amp_caps (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A 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)
|
H A D | hda_codec.c | 1240 * snd_hda_check_amp_caps - query AMP capabilities 1248 bool snd_hda_check_amp_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_amp_caps() function 1258 EXPORT_SYMBOL_GPL(snd_hda_check_amp_caps); variable
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A 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)
|
H A D | hda_codec.c | 1282 * snd_hda_check_amp_caps - query AMP capabilities 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); variable
|
Completed in 14 milliseconds