AC_VERB_PARAMETERS
if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) {
(AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID;
cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm;
cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm;
unsigned int verb = (AC_VERB_PARAMETERS << 8) | (nid << 20) | parm;
case AC_VERB_PARAMETERS:
#define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
#define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
#define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
(AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID;
(AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID;