Searched refs:AC_VERB_SET_PROC_COEF (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | patch_cirrus.c | 158 AC_VERB_SET_PROC_COEF, coef); in cs_vendor_coef_set() 218 {0x11, AC_VERB_SET_PROC_COEF, 226 {0x11, AC_VERB_SET_PROC_COEF, 0x000a}, 229 {0x11, AC_VERB_SET_PROC_COEF, 0x0007}, /* Enable Beep thru DAC1/2/3 */ 238 {0x24, AC_VERB_SET_PROC_COEF, 0x0001}, /* A1 ICS */ 240 {0x24, AC_VERB_SET_PROC_COEF, 0x1C01}, /* A1 Enable, A Thresh = 300mV */ 267 {0x11, AC_VERB_SET_PROC_COEF, 0x9999}, 269 {0x11, AC_VERB_SET_PROC_COEF, 0xa412}, 271 {0x11, AC_VERB_SET_PROC_COEF, 0x0009}, 277 {0x11, AC_VERB_SET_PROC_COEF, 0x2412}, [all …]
|
D | patch_realtek.c | 154 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val); in alc_write_coefex_idx() 1103 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 1142 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 1151 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 }, 1621 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 }, 1639 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 }, 2025 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 }, 2034 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 2043 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 }, 2052 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 }, [all …]
|
D | patch_analog.c | 1042 {0x01, AC_VERB_SET_PROC_COEF, 0x08},
|
/linux-4.4.14/sound/soc/codecs/ |
D | rl6347a.h | 24 VERB_CMD(AC_VERB_SET_PROC_COEF, RL6347A_VENDOR_REGISTERS, 0)
|
D | rt298.h | 126 VERB_CMD(AC_VERB_SET_PROC_COEF, RT298_VENDOR_REGISTERS, 0)
|
D | rt286.h | 119 VERB_CMD(AC_VERB_SET_PROC_COEF, RT286_VENDOR_REGISTERS, 0)
|
/linux-4.4.14/include/sound/ |
D | hda_verbs.h | 84 #define AC_VERB_SET_PROC_COEF 0x400 macro
|
/linux-4.4.14/sound/hda/ |
D | hdac_regmap.c | 284 if (verb == AC_VERB_SET_PROC_COEF) in hda_reg_write()
|