Searched refs:AC_VERB_GET_CONFIG_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | local.h | 27 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in get_pin_cfg()
|
D | hda_proc.c | 388 caps = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONFIG_DEFAULT, 0); in print_pin_caps()
|
D | hda_codec.c | 405 AC_VERB_GET_CONFIG_DEFAULT, 0); in read_pin_defaults()
|
/linux-4.4.14/include/sound/ |
D | hda_verbs.h | 65 #define AC_VERB_GET_CONFIG_DEFAULT 0x0f1c macro
|
/linux-4.4.14/sound/hda/ |
D | hdac_regmap.c | 126 case AC_VERB_GET_CONFIG_DEFAULT: /* usually just read */ in hda_readable_reg()
|
D | hdac_sysfs.c | 182 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in pin_cfg_show()
|