Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8904.c233 case WM8904_DRC_0: in wm8904_readable_register()
377 save = snd_soc_component_read(component, WM8904_DRC_0); in wm8904_set_drc()
380 snd_soc_component_update_bits(component, WM8904_DRC_0 + i, 0xffff, in wm8904_set_drc()
384 snd_soc_component_update_bits(component, WM8904_DRC_0, in wm8904_set_drc()
598 static SOC_ENUM_SINGLE_DECL(drc_path, WM8904_DRC_0, 14, drc_path_text);
621 SOC_SINGLE("DRC Switch", WM8904_DRC_0, 15, 1, 0),
H A Dwm8904.h53 #define WM8904_DRC_0 0x28 macro