Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A 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 …]
H A Dpatch_realtek.c166 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in __alc_read_coefex_idx()
188 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in __alc_write_coefex_idx()
1291 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1330 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1339 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1812 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1830 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
2330 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2339 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2348 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
[all …]
H A 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 */
H A 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()
H A 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()
/linux/sound/soc/codecs/
H A 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)
H A Drl6347a.h19 VERB_CMD(AC_VERB_SET_COEF_INDEX, RL6347A_VENDOR_REGISTERS, 0)
H A Drt286.h114 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT286_VENDOR_REGISTERS, 0)
H A Drt298.h122 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT298_VENDOR_REGISTERS, 0)
/linux/sound/hda/
H A Dhdac_regmap.c213 verb = (reg & ~0xfff00) | (AC_VERB_SET_COEF_INDEX << 8); in hda_reg_read_coef()
231 verb = (reg & ~0xfff00) | (AC_VERB_SET_COEF_INDEX << 8); in hda_reg_write_coef()
/linux/include/sound/
H A Dhda_verbs.h87 #define AC_VERB_SET_COEF_INDEX 0x500 macro
/linux/sound/usb/
H A Dmixer_quirks.c2022 HDA_VERB_CMD(AC_VERB_SET_COEF_INDEX, in realtek_ctl_connector_get()