Searched refs:AC_VERB_SET_COEF_INDEX (Results 1 – 12 of 12) sorted by relevance
/linux/sound/pci/hda/ |
H A D | ideapad_s740_helper.c | 5 { 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 D | patch_realtek.c | 166 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 D | patch_cs8409-tables.c | 64 { 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 D | hda_proc.c | 590 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 D | patch_cs8409.c | 74 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 D | rt274.h | 110 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 D | rl6347a.h | 19 VERB_CMD(AC_VERB_SET_COEF_INDEX, RL6347A_VENDOR_REGISTERS, 0)
|
H A D | rt286.h | 114 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT286_VENDOR_REGISTERS, 0)
|
H A D | rt298.h | 122 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT298_VENDOR_REGISTERS, 0)
|
/linux/sound/hda/ |
H A D | hdac_regmap.c | 213 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 D | hda_verbs.h | 87 #define AC_VERB_SET_COEF_INDEX 0x500 macro
|
/linux/sound/usb/ |
H A D | mixer_quirks.c | 2022 HDA_VERB_CMD(AC_VERB_SET_COEF_INDEX, in realtek_ctl_connector_get()
|