Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm9090.c102 case WM9090_SPEAKER_VOLUME_LEFT: in wm9090_readable()
203 SOC_SINGLE_TLV("Speaker Volume", WM9090_SPEAKER_VOLUME_LEFT, 0, 63, 0,
205 SOC_SINGLE("Speaker Switch", WM9090_SPEAKER_VOLUME_LEFT, 6, 1, 1),
206 SOC_SINGLE("Speaker ZC Switch", WM9090_SPEAKER_VOLUME_LEFT, 7, 1, 0),
522 snd_soc_component_update_bits(component, WM9090_SPEAKER_VOLUME_LEFT, in wm9090_probe()
H A Dwm9090.h32 #define WM9090_SPEAKER_VOLUME_LEFT 0x26 macro