Searched refs:alc_read_coef_idx (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | patch_realtek.c | 142 #define alc_read_coef_idx(codec, coef_idx) \ macro 175 spec->coef0 = alc_read_coef_idx(codec, 0); in alc_get_coef0() 2786 coef78 = alc_read_coef_idx(codec, 0x78); in alc282_init() 2824 coef78 = alc_read_coef_idx(codec, 0x78); in alc282_shutup() 4044 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4051 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4058 val = alc_read_coef_idx(codec, 0x50); in alc_determine_headset_type() 4064 val = alc_read_coef_idx(codec, 0x6c); in alc_determine_headset_type() 4070 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4076 val = alc_read_coef_idx(codec, 0xbe); in alc_determine_headset_type() [all …]
|