Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8955.c90 case WM8955_BASS_CONTROL: in wm8955_writeable()
416 static SOC_ENUM_SINGLE_DECL(bass_mode, WM8955_BASS_CONTROL, 7, bass_mode_text);
422 static SOC_ENUM_SINGLE_DECL(bass_cutoff, WM8955_BASS_CONTROL, 6,
449 SOC_SINGLE("Bass Volume", WM8955_BASS_CONTROL, 0, 15, 1),
917 snd_soc_component_update_bits(component, WM8955_BASS_CONTROL, WM8955_BB, WM8955_BB); in wm8955_probe()
H A Dwm8955.h25 #define WM8955_BASS_CONTROL 0x0C macro