Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8988.c73 case WM8988_RINVOL: in wm8988_writeable()
203 SOC_DOUBLE_R_TLV("Capture Volume", WM8988_LINVOL, WM8988_RINVOL,
205 SOC_DOUBLE_R("Capture ZC Switch", WM8988_LINVOL, WM8988_RINVOL, 6, 1, 0),
206 SOC_DOUBLE_R("Capture Switch", WM8988_LINVOL, WM8988_RINVOL, 7, 1, 1),
808 snd_soc_component_update_bits(component, WM8988_RINVOL, 0x0100, 0x0100); in wm8988_probe()
H A Dwm8988.h16 #define WM8988_RINVOL 0x01 macro