Searched refs:AC_VERB_SET_COEF_INDEX (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/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_cirrus.c | 133 AC_VERB_SET_COEF_INDEX, idx); in cs_vendor_coef_get() 143 AC_VERB_SET_COEF_INDEX, idx); in cs_vendor_coef_set() 204 {0x11, AC_VERB_SET_COEF_INDEX, IDX_DAC_CFG}, 212 {0x11, AC_VERB_SET_COEF_INDEX, IDX_ADC_CFG}, 215 {0x11, AC_VERB_SET_COEF_INDEX, IDX_BEEP_CFG}, 224 {0x24, AC_VERB_SET_COEF_INDEX, 0x0033}, 226 {0x24, AC_VERB_SET_COEF_INDEX, 0x0034}, 253 {0x11, AC_VERB_SET_COEF_INDEX, 0x0008}, 255 {0x11, AC_VERB_SET_COEF_INDEX, 0x0017}, 257 {0x11, AC_VERB_SET_COEF_INDEX, 0x0001}, [all …]
|
| H A D | patch_realtek.c | 158 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in __alc_read_coefex_idx() 180 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in __alc_write_coefex_idx() 1281 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, 1320 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, 1329 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, 1802 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 }, 1820 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 }, 2319 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b }, 2328 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, 2337 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 }, [all …]
|
| 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_analog.c | 1033 {0x01, AC_VERB_SET_COEF_INDEX, 0x13f7},
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdac_regmap.c | 214 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()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | hda_verbs.h | 87 #define AC_VERB_SET_COEF_INDEX 0x500 macro
|