Home
last modified time | relevance | path

Searched refs:AC_VERB_PARAMETERS (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/sound/hda/
H A Dhdac_device.c298 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()
H A Dhdac_regmap.c123 case AC_VERB_PARAMETERS: in hda_readable_reg()
/openbmc/linux/sound/soc/codecs/
H A Drt286.h43 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
H A Drt274.h44 #define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
H A Drt298.h45 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
/openbmc/linux/include/sound/
H A Dhda_verbs.h44 #define AC_VERB_PARAMETERS 0x0f00 macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h226 #define AC_VERB_PARAMETERS 0x0f00 macro
H A Dhda-codec.c535 case AC_VERB_PARAMETERS: in hda_audio_command()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c146 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in hda_codec_probe()
/openbmc/linux/sound/soc/intel/avs/
H A Dcore.c118 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl.c712 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c1130 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID; in probe_codec()
H A Dpatch_realtek.c11300 if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) { in patch_alc269()