Searched refs:WM8728_DACCTL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8728.c | 55 SOC_SINGLE("Deemphasis", WM8728_DACCTL, 1, 1, 0), 75 u16 mute_reg = snd_soc_component_read(component, WM8728_DACCTL); in wm8728_mute() 78 snd_soc_component_write(component, WM8728_DACCTL, mute_reg | 1); in wm8728_mute() 80 snd_soc_component_write(component, WM8728_DACCTL, mute_reg & ~1); in wm8728_mute() 90 u16 dac = snd_soc_component_read(component, WM8728_DACCTL); in wm8728_hw_params() 107 snd_soc_component_write(component, WM8728_DACCTL, dac); in wm8728_hw_params() 172 reg = snd_soc_component_read(component, WM8728_DACCTL); in wm8728_set_bias_level() 173 snd_soc_component_write(component, WM8728_DACCTL, reg & ~0x4); in wm8728_set_bias_level() 181 reg = snd_soc_component_read(component, WM8728_DACCTL); in wm8728_set_bias_level() 182 snd_soc_component_write(component, WM8728_DACCTL, reg | 0x4); in wm8728_set_bias_level()
|
D | wm8728.h | 15 #define WM8728_DACCTL 0x02 macro
|