Home
last modified time | relevance | path

Searched refs:WM8523_DAC_CTRL3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8523.c80 SOC_SINGLE("ZC Switch", WM8523_DAC_CTRL3, 4, 1, 0),
82 SOC_DOUBLE("Playback Switch", WM8523_DAC_CTRL3, 2, 3, 1, 1),
83 SOC_SINGLE("Volume Ramp Up Switch", WM8523_DAC_CTRL3, 1, 1, 0),
84 SOC_SINGLE("Volume Ramp Down Switch", WM8523_DAC_CTRL3, 0, 1, 0),
407 snd_soc_component_update_bits(component, WM8523_DAC_CTRL3, WM8523_ZC, WM8523_ZC); in wm8523_probe()
H A Dwm8523.h23 #define WM8523_DAC_CTRL3 0x05 macro