Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dpatch_cirrus.c146 AC_VERB_SET_COEF_INDEX, idx); in cs_vendor_coef_get()
156 AC_VERB_SET_COEF_INDEX, idx); in cs_vendor_coef_set()
217 {0x11, AC_VERB_SET_COEF_INDEX, IDX_DAC_CFG},
225 {0x11, AC_VERB_SET_COEF_INDEX, IDX_ADC_CFG},
228 {0x11, AC_VERB_SET_COEF_INDEX, IDX_BEEP_CFG},
237 {0x24, AC_VERB_SET_COEF_INDEX, 0x0033},
239 {0x24, AC_VERB_SET_COEF_INDEX, 0x0034},
266 {0x11, AC_VERB_SET_COEF_INDEX, 0x0008},
268 {0x11, AC_VERB_SET_COEF_INDEX, 0x0017},
270 {0x11, AC_VERB_SET_COEF_INDEX, 0x0001},
[all …]
Dpatch_realtek.c142 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in alc_read_coefex_idx()
153 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx); in alc_write_coefex_idx()
1102 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1141 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1150 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1620 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1638 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
2024 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2033 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2042 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
[all …]
Dhda_proc.c604 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, i); in print_proc_caps()
609 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, oldindex); in print_proc_caps()
Dpatch_analog.c1041 {0x01, AC_VERB_SET_COEF_INDEX, 0x13f7},
/linux-4.4.14/sound/soc/codecs/
Drl6347a.h22 VERB_CMD(AC_VERB_SET_COEF_INDEX, RL6347A_VENDOR_REGISTERS, 0)
Drt298.h124 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT298_VENDOR_REGISTERS, 0)
Drt286.h117 VERB_CMD(AC_VERB_SET_COEF_INDEX, RT286_VENDOR_REGISTERS, 0)
/linux-4.4.14/sound/hda/
Dhdac_regmap.c209 verb = (reg & ~0xfff00) | (AC_VERB_SET_COEF_INDEX << 8); in hda_reg_read_coef()
227 verb = (reg & ~0xfff00) | (AC_VERB_SET_COEF_INDEX << 8); in hda_reg_write_coef()
/linux-4.4.14/include/sound/
Dhda_verbs.h85 #define AC_VERB_SET_COEF_INDEX 0x500 macro