Searched refs:snd_hdac_regmap_encode_verb (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/sound/
H A Dhda_regmap.h26 * snd_hdac_regmap_encode_verb - encode the verb to a pseudo register
32 #define snd_hdac_regmap_encode_verb(nid, verb) \ macro
45 (snd_hdac_regmap_encode_verb(nid, AC_VERB_GET_AMP_GAIN_MUTE) | \
59 (snd_hdac_regmap_encode_verb(nid, AC_VERB_GET_AMP_GAIN_MUTE) | \
76 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); snd_hdac_regmap_write()
95 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); snd_hdac_regmap_update()
112 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); snd_hdac_regmap_read()
/linux-4.4.14/sound/hda/
H A Dhdac_device.c285 cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm; _snd_hdac_read_parm()

Completed in 106 milliseconds