Home
last modified time | relevance | path

Searched refs:AC_VERB_SET_COEF_INDEX (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/sound/pci/hda/
Dideapad_s740_helper.c5 { 0x20, AC_VERB_SET_COEF_INDEX, 0x10 },
7 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
11 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 },
12 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 },
13 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
18 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
23 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 },
24 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 },
25 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
[all …]
Dpatch_cirrus.c135 AC_VERB_SET_COEF_INDEX, idx); in cs_vendor_coef_get()
146 AC_VERB_SET_COEF_INDEX, idx); in cs_vendor_coef_set()
208 {0x11, AC_VERB_SET_COEF_INDEX, IDX_DAC_CFG},
216 {0x11, AC_VERB_SET_COEF_INDEX, IDX_ADC_CFG},
219 {0x11, AC_VERB_SET_COEF_INDEX, IDX_BEEP_CFG},
228 {0x24, AC_VERB_SET_COEF_INDEX, 0x0033},
230 {0x24, AC_VERB_SET_COEF_INDEX, 0x0034},
257 {0x11, AC_VERB_SET_COEF_INDEX, 0x0008},
259 {0x11, AC_VERB_SET_COEF_INDEX, 0x0017},
261 {0x11, AC_VERB_SET_COEF_INDEX, 0x0001},
[all …]
Dpatch_realtek.c163 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in __alc_read_coefex_idx()
185 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in __alc_write_coefex_idx()
1273 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1312 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1321 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1794 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1812 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
2311 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2320 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2329 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
[all …]
Dpatch_cs8409-tables.c64 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_COEF_INDEX, 0x0002 }, /* Configure GPIO 6,7 */
66 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_COEF_INDEX, 0x005b }, /* Set I2C bus speed */
275 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_COEF_INDEX, 0x0002 }, /* Configure GPIO 6,7 */
277 { CS8409_PIN_VENDOR_WIDGET, AC_VERB_SET_COEF_INDEX, 0x005b }, /* Set I2C bus speed */
Dhda_proc.c590 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, i); in print_proc_caps()
595 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, oldindex); in print_proc_caps()
Dpatch_cs8409.c74 snd_hda_codec_write(codec, CS8409_PIN_VENDOR_WIDGET, 0, AC_VERB_SET_COEF_INDEX, idx); in cs8409_vendor_coef_get()
81 snd_hda_codec_write(codec, CS8409_PIN_VENDOR_WIDGET, 0, AC_VERB_SET_COEF_INDEX, idx); in cs8409_vendor_coef_set()
Dpatch_analog.c1026 {0x01, AC_VERB_SET_COEF_INDEX, 0x13f7},
/Linux-v6.1/sound/soc/codecs/
Drt274.h110 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT274_VENDOR_REGISTERS, 0)
120 VERB_CMD(AC_VERB_SET_COEF_INDEX, 0x58, 0)
124 VERB_CMD(AC_VERB_SET_COEF_INDEX, 0x5b, 0)
Drl6347a.h19 VERB_CMD(AC_VERB_SET_COEF_INDEX, RL6347A_VENDOR_REGISTERS, 0)
Drt286.h114 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT286_VENDOR_REGISTERS, 0)
Drt298.h122 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT298_VENDOR_REGISTERS, 0)
/Linux-v6.1/sound/hda/
Dhdac_regmap.c214 verb = (reg & ~0xfff00) | (AC_VERB_SET_COEF_INDEX << 8); in hda_reg_read_coef()
232 verb = (reg & ~0xfff00) | (AC_VERB_SET_COEF_INDEX << 8); in hda_reg_write_coef()
/Linux-v6.1/include/sound/
Dhda_verbs.h87 #define AC_VERB_SET_COEF_INDEX 0x500 macro
/Linux-v6.1/sound/usb/
Dmixer_quirks.c2020 HDA_VERB_CMD(AC_VERB_SET_COEF_INDEX, in realtek_ctl_connector_get()