Searched refs:coef_val (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_realtek.c | 178 unsigned int coef_idx, unsigned int coef_val) in __alc_write_coefex_idx() argument 181 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val); in __alc_write_coefex_idx() 185 unsigned int coef_idx, unsigned int coef_val) in alc_write_coefex_idx() argument 188 __alc_write_coefex_idx(codec, nid, coef_idx, coef_val); in alc_write_coefex_idx() 192 #define alc_write_coef_idx(codec, coef_idx, coef_val) \ argument 193 alc_write_coefex_idx(codec, 0x20, coef_idx, coef_val)
|