Searched refs:AC_VERB_PARAMETERS (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | rt298.h | 47 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
|
D | rt286.h | 46 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
|
/linux-4.4.14/include/sound/ |
D | hda_verbs.h | 43 #define AC_VERB_PARAMETERS 0x0f00 macro
|
/linux-4.4.14/sound/hda/ |
D | hdac_device.c | 285 cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm; in _snd_hdac_read_parm() 323 unsigned int verb = (AC_VERB_PARAMETERS << 8) | (nid << 20) | parm; in snd_hdac_override_parm()
|
D | hdac_regmap.c | 119 case AC_VERB_PARAMETERS: in hda_readable_reg()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl.c | 282 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_controller.c | 982 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
|
D | patch_realtek.c | 6118 if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) { in patch_alc269()
|