Home
last modified time | relevance | path

Searched refs:AC_VERB_GET_CONFIG_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dlocal.h27 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in get_pin_cfg()
Dhda_proc.c388 caps = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONFIG_DEFAULT, 0); in print_pin_caps()
Dhda_codec.c405 AC_VERB_GET_CONFIG_DEFAULT, 0); in read_pin_defaults()
/linux-4.4.14/include/sound/
Dhda_verbs.h65 #define AC_VERB_GET_CONFIG_DEFAULT 0x0f1c macro
/linux-4.4.14/sound/hda/
Dhdac_regmap.c126 case AC_VERB_GET_CONFIG_DEFAULT: /* usually just read */ in hda_readable_reg()
Dhdac_sysfs.c182 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in pin_cfg_show()