Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dhda_regmap.h50 #define snd_hdac_regmap_encode_amp(nid, ch, dir, idx) \ macro
139 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_get_amp()
163 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_update_amp()
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_codec.c1289 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in encode_amp()