Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dpatch_cirrus.c145 AC_VERB_SET_PROC_COEF, coef); in cs_vendor_coef_set()
205 {0x11, AC_VERB_SET_PROC_COEF,
213 {0x11, AC_VERB_SET_PROC_COEF, 0x000a},
216 {0x11, AC_VERB_SET_PROC_COEF, 0x0007}, /* Enable Beep thru DAC1/2/3 */
225 {0x24, AC_VERB_SET_PROC_COEF, 0x0001}, /* A1 ICS */
227 {0x24, AC_VERB_SET_PROC_COEF, 0x1C01}, /* A1 Enable, A Thresh = 300mV */
254 {0x11, AC_VERB_SET_PROC_COEF, 0x9999},
256 {0x11, AC_VERB_SET_PROC_COEF, 0xa412},
258 {0x11, AC_VERB_SET_PROC_COEF, 0x0009},
264 {0x11, AC_VERB_SET_PROC_COEF, 0x2412},
[all …]
Dpatch_realtek.c140 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val); in alc_write_coefex_idx()
1197 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1236 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1245 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
1718 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 },
1736 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 },
2181 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 },
2190 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
2199 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2208 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
[all …]
Dpatch_analog.c1030 {0x01, AC_VERB_SET_PROC_COEF, 0x08},
/Linux-v5.4/sound/soc/codecs/
Drt274.h112 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)
Drl6347a.h21 VERB_CMD(AC_VERB_SET_PROC_COEF, RL6347A_VENDOR_REGISTERS, 0)
Drt286.h116 VERB_CMD(AC_VERB_SET_PROC_COEF, RT286_VENDOR_REGISTERS, 0)
Drt298.h124 VERB_CMD(AC_VERB_SET_PROC_COEF, RT298_VENDOR_REGISTERS, 0)
/Linux-v5.4/include/sound/
Dhda_verbs.h86 #define AC_VERB_SET_PROC_COEF 0x400 macro
/Linux-v5.4/sound/hda/
Dhdac_regmap.c305 if (verb == AC_VERB_SET_PROC_COEF) { in hda_reg_write()