Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm9090.c94 case WM9090_IN1_LINE_INPUT_B_VOLUME: in wm9090_readable()
211 SOC_SINGLE_TLV("IN1B Volume", WM9090_IN1_LINE_INPUT_B_VOLUME, 0, 6, 0,
213 SOC_SINGLE("IN1B Switch", WM9090_IN1_LINE_INPUT_B_VOLUME, 7, 1, 1),
214 SOC_SINGLE("IN1B ZC Switch", WM9090_IN1_LINE_INPUT_B_VOLUME, 6, 1, 0),
513 snd_soc_component_update_bits(component, WM9090_IN1_LINE_INPUT_B_VOLUME, in wm9090_probe()
H A Dwm9090.h24 #define WM9090_IN1_LINE_INPUT_B_VOLUME 0x19 macro