Searched refs:alc_read_coef_idx (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | patch_realtek.c | 143 #define alc_read_coef_idx(codec, coef_idx) \ macro 176 spec->coef0 = alc_read_coef_idx(codec, 0); in alc_get_coef0() 2967 coef78 = alc_read_coef_idx(codec, 0x78); in alc282_init() 3005 coef78 = alc_read_coef_idx(codec, 0x78); in alc282_shutup() 4417 val = alc_read_coef_idx(codec, 0x50); in alc_headset_mode_ctia() 4449 val = alc_read_coef_idx(codec, 0x45); in alc_headset_mode_ctia() 4611 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4619 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4626 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4637 val = alc_read_coef_idx(codec, 0x50); in alc_determine_headset_type() [all …]
|