Searched refs:AC_VERB_SET_PROC_COEF (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/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 | 150 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val); in alc_write_coefex_idx() 1146 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 1185 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 1194 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 }, 1665 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 }, 1683 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 }, 2113 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 }, 2122 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 2131 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 }, 2140 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 }, [all …]
|
D | patch_analog.c | 1042 {0x01, AC_VERB_SET_PROC_COEF, 0x08},
|
/Linux-v4.19/sound/soc/codecs/ |
D | rt274.h | 115 VERB_CMD(AC_VERB_SET_PROC_COEF, RT274_VENDOR_REGISTERS, 0) 125 VERB_CMD(AC_VERB_SET_PROC_COEF, 0x58, 0) 129 VERB_CMD(AC_VERB_SET_PROC_COEF, 0x5b, 0)
|
D | rl6347a.h | 24 VERB_CMD(AC_VERB_SET_PROC_COEF, RL6347A_VENDOR_REGISTERS, 0)
|
D | rt286.h | 119 VERB_CMD(AC_VERB_SET_PROC_COEF, RT286_VENDOR_REGISTERS, 0)
|
D | rt298.h | 127 VERB_CMD(AC_VERB_SET_PROC_COEF, RT298_VENDOR_REGISTERS, 0)
|
/Linux-v4.19/include/sound/ |
D | hda_verbs.h | 85 #define AC_VERB_SET_PROC_COEF 0x400 macro
|
/Linux-v4.19/sound/hda/ |
D | hdac_regmap.c | 303 if (verb == AC_VERB_SET_PROC_COEF) { in hda_reg_write()
|