Searched refs:snd_hdac_regmap_encode_amp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_regmap.h | 42 * snd_hdac_regmap_encode_amp - encode the AMP verb to a pseudo register 50 #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-6.6/include/sound/ |
H A D | hda_regmap.h | 42 * snd_hdac_regmap_encode_amp - encode the AMP verb to a pseudo register 50 #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/ |
H A D | hda_codec.c | 1288 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in encode_amp()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 1330 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in encode_amp()
|
Completed in 14 milliseconds