Home
last modified time | relevance | path

Searched refs:AC_VERB_SET_PROC_COEF (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dpatch_cirrus.c158 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 …]
Dpatch_realtek.c154 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 …]
Dpatch_analog.c1042 {0x01, AC_VERB_SET_PROC_COEF, 0x08},
/linux-4.4.14/sound/soc/codecs/
Drl6347a.h24 VERB_CMD(AC_VERB_SET_PROC_COEF, RL6347A_VENDOR_REGISTERS, 0)
Drt298.h126 VERB_CMD(AC_VERB_SET_PROC_COEF, RT298_VENDOR_REGISTERS, 0)
Drt286.h119 VERB_CMD(AC_VERB_SET_PROC_COEF, RT286_VENDOR_REGISTERS, 0)
/linux-4.4.14/include/sound/
Dhda_verbs.h84 #define AC_VERB_SET_PROC_COEF 0x400 macro
/linux-4.4.14/sound/hda/
Dhdac_regmap.c284 if (verb == AC_VERB_SET_PROC_COEF) in hda_reg_write()