/openbmc/linux/sound/pci/hda/ |
H A D | ideapad_s740_helper.c | 6 { 0x20, AC_VERB_SET_PROC_COEF, 0x0320 }, 8 { 0x20, AC_VERB_SET_PROC_COEF, 0x0041 }, 10 { 0x20, AC_VERB_SET_PROC_COEF, 0x0041 }, 14 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 15 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 16 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 17 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 }, 19 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 20 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, 21 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, [all …]
|
H A D | patch_cirrus.c | 148 AC_VERB_SET_PROC_COEF, coef); in cs_vendor_coef_set() 209 {0x11, AC_VERB_SET_PROC_COEF, 217 {0x11, AC_VERB_SET_PROC_COEF, 0x000a}, 220 {0x11, AC_VERB_SET_PROC_COEF, 0x0007}, /* Enable Beep thru DAC1/2/3 */ 229 {0x24, AC_VERB_SET_PROC_COEF, 0x0001}, /* A1 ICS */ 231 {0x24, AC_VERB_SET_PROC_COEF, 0x1C01}, /* A1 Enable, A Thresh = 300mV */ 258 {0x11, AC_VERB_SET_PROC_COEF, 0x9999}, 260 {0x11, AC_VERB_SET_PROC_COEF, 0xa412}, 262 {0x11, AC_VERB_SET_PROC_COEF, 0x0009}, 268 {0x11, AC_VERB_SET_PROC_COEF, 0x2412}, [all …]
|
H A D | patch_realtek.c | 187 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val); in __alc_write_coefex_idx() 1283 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 1322 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 1331 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 }, 1804 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 }, 1822 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 }, 2322 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 }, 2331 { 0x20, AC_VERB_SET_PROC_COEF, 0x0068 }, 2340 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 }, 2349 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 }, [all …]
|
H A D | patch_cs8409-tables.c | 65 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_COEF, 0x0080 }, /* I2C mode */ 67 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_COEF, 0x0200 }, /* 100kHz I2C_STO = 2 */ 276 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_COEF, 0x0080 }, /* I2C mode */ 278 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_COEF, 0x0200 }, /* 100kHz I2C_STO = 2 */
|
H A D | patch_analog.c | 1027 {0x01, AC_VERB_SET_PROC_COEF, 0x08},
|
H A D | patch_cs8409.c | 82 snd_hda_codec_write(codec, CS8409_PIN_VENDOR_WIDGET, 0, AC_VERB_SET_PROC_COEF, coef); in cs8409_vendor_coef_set()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt274.h | 112 VERB_CMD(AC_VERB_SET_PROC_COEF, RT274_VENDOR_REGISTERS, 0) 122 VERB_CMD(AC_VERB_SET_PROC_COEF, 0x58, 0) 126 VERB_CMD(AC_VERB_SET_PROC_COEF, 0x5b, 0)
|
H A D | rl6347a.h | 21 VERB_CMD(AC_VERB_SET_PROC_COEF, RL6347A_VENDOR_REGISTERS, 0)
|
H A D | rt286.h | 116 VERB_CMD(AC_VERB_SET_PROC_COEF, RT286_VENDOR_REGISTERS, 0)
|
H A D | rt298.h | 124 VERB_CMD(AC_VERB_SET_PROC_COEF, RT298_VENDOR_REGISTERS, 0)
|
/openbmc/linux/include/sound/ |
H A D | hda_verbs.h | 86 #define AC_VERB_SET_PROC_COEF 0x400 macro
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda-defs.h | 265 #define AC_VERB_SET_PROC_COEF 0x400 macro
|
/openbmc/linux/sound/hda/ |
H A D | hdac_regmap.c | 304 if (verb == AC_VERB_SET_PROC_COEF) { in hda_reg_write()
|