Searched refs:AC_VERB_PARAMETERS (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/sound/hda/ |
A D | hdac_device.c | 298 cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm; in _snd_hdac_read_parm() 317 cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm; in snd_hdac_read_parm_uncached() 334 unsigned int verb = (AC_VERB_PARAMETERS << 8) | (nid << 20) | parm; in snd_hdac_override_parm()
|
A D | hdac_regmap.c | 124 case AC_VERB_PARAMETERS: in hda_readable_reg()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | rt286.h | 43 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
|
A D | rt274.h | 44 #define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
|
A D | rt298.h | 45 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
|
/linux-6.3-rc2/include/sound/ |
A D | hda_verbs.h | 44 #define AC_VERB_PARAMETERS 0x0f00 macro
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-codec.c | 146 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in hda_codec_probe()
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | core.c | 118 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl.c | 712 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_controller.c | 1130 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
|
A D | patch_realtek.c | 10580 if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) { in patch_alc269()
|
Completed in 37 milliseconds