Searched refs:AC_VERB_SET_PROC_COEF (Results 1 – 12 of 12) sorted by relevance
/linux/sound/pci/hda/ |
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 …]
|
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}, 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}, 270 {0x11, AC_VERB_SET_PROC_COEF, 0x0000}, 272 {0x11, AC_VERB_SET_PROC_COEF, 0x0008}, 883 {0x0B, AC_VERB_SET_PROC_COEF, 0x0001 }, [all …]
|
A D | patch_realtek.c | 4009 {0x20, AC_VERB_SET_PROC_COEF, 0x4000}, in alc271_fixup_dmic() 6812 {0x20, AC_VERB_SET_PROC_COEF, 0x4040}, 7207 {0x20, AC_VERB_SET_PROC_COEF, 0x0011}, 7482 {0x20, AC_VERB_SET_PROC_COEF, 0x00c0}, 7484 {0x20, AC_VERB_SET_PROC_COEF, 0x00b1}, 8474 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 }, 8475 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 }, 8476 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 }, 8481 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 }, 8482 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 }, [all …]
|
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 */ 269 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_COEF, 0x0080 }, /* I2C mode */ 271 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_PROC_COEF, 0x0200 }, /* 100kHz I2C_STO = 2 */
|
A D | patch_analog.c | 1027 {0x01, AC_VERB_SET_PROC_COEF, 0x08},
|
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()
|
/linux/sound/soc/codecs/ |
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)
|
A D | rl6347a.h | 21 VERB_CMD(AC_VERB_SET_PROC_COEF, RL6347A_VENDOR_REGISTERS, 0)
|
A D | rt286.h | 116 VERB_CMD(AC_VERB_SET_PROC_COEF, RT286_VENDOR_REGISTERS, 0)
|
A D | rt298.h | 124 VERB_CMD(AC_VERB_SET_PROC_COEF, RT298_VENDOR_REGISTERS, 0)
|
/linux/include/sound/ |
A D | hda_verbs.h | 86 #define AC_VERB_SET_PROC_COEF 0x400 macro
|
/linux/sound/hda/ |
A D | hdac_regmap.c | 305 if (verb == AC_VERB_SET_PROC_COEF) { in hda_reg_write()
|
Completed in 43 milliseconds