Searched refs:alc_read_coef_idx (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/sound/pci/hda/ |
| D | patch_realtek.c | 147 #define alc_read_coef_idx(codec, coef_idx) \ macro 180 spec->coef0 = alc_read_coef_idx(codec, 0); in alc_get_coef0() 2793 coef78 = alc_read_coef_idx(codec, 0x78); in alc282_init() 2831 coef78 = alc_read_coef_idx(codec, 0x78); in alc282_shutup() 4124 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4131 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4141 val = alc_read_coef_idx(codec, 0x50); in alc_determine_headset_type() 4147 val = alc_read_coef_idx(codec, 0x6c); in alc_determine_headset_type() 4153 val = alc_read_coef_idx(codec, 0x46); in alc_determine_headset_type() 4159 val = alc_read_coef_idx(codec, 0xbe); in alc_determine_headset_type() [all …]
|