Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dhda_regmap.h44 #define snd_hdac_regmap_encode_amp(nid, ch, dir, idx) \ macro
133 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_get_amp()
157 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_update_amp()
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c1393 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hda_codec_amp_update()