Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8961.c156 case WM8961_ROUT2_VOLUME: in wm8961_readable()
347 SOC_DOUBLE_R_TLV("Speaker Volume", WM8961_LOUT2_VOLUME, WM8961_ROUT2_VOLUME,
349 SOC_DOUBLE_R("Speaker ZC Switch", WM8961_LOUT2_VOLUME, WM8961_ROUT2_VOLUME,
847 reg = snd_soc_component_read(component, WM8961_ROUT2_VOLUME); in wm8961_probe()
848 snd_soc_component_write(component, WM8961_ROUT2_VOLUME, in wm8961_probe()
H A Dwm8961.h62 #define WM8961_ROUT2_VOLUME 0x29 macro