Searched refs:WM8960_DACCTL1 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm8960.c | 156 SOC_ENUM_SINGLE(WM8960_DACCTL1, 5, 4, wm8960_polarity), 191 return snd_soc_component_update_bits(component, WM8960_DACCTL1, in wm8960_set_deemph() 267 SOC_SINGLE("PCM Playback -6dB Switch", WM8960_DACCTL1, 7, 1, 0), 269 SOC_SINGLE("ADC High Pass Filter Switch", WM8960_DACCTL1, 0, 1, 0), 889 snd_soc_component_update_bits(component, WM8960_DACCTL1, 0x8, 0x8); in wm8960_mute() 891 snd_soc_component_update_bits(component, WM8960_DACCTL1, 0x8, 0); in wm8960_mute()
|
| H A D | wm8960.h | 19 #define WM8960_DACCTL1 0x5 macro
|