Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8904.c238 case WM8904_DRC_0: in wm8904_readable_register()
382 save = snd_soc_read(codec, WM8904_DRC_0); in wm8904_set_drc()
385 snd_soc_update_bits(codec, WM8904_DRC_0 + i, 0xffff, in wm8904_set_drc()
389 snd_soc_update_bits(codec, WM8904_DRC_0, in wm8904_set_drc()
618 static SOC_ENUM_SINGLE_DECL(drc_path, WM8904_DRC_0, 14, drc_path_text);
641 SOC_SINGLE("DRC Switch", WM8904_DRC_0, 15, 1, 0),
Dwm8904.h55 #define WM8904_DRC_0 0x28 macro