Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm5100.c1788 snd_soc_component_update_bits(component, base + 1, WM5100_FLL1_ENA, 0); in wm5100_set_fll()
1811 snd_soc_component_update_bits(component, base + 1, WM5100_FLL1_ENA, 0); in wm5100_set_fll()
1833 snd_soc_component_update_bits(component, base + 1, WM5100_FLL1_ENA, WM5100_FLL1_ENA); in wm5100_set_fll()
H A Dwm5100.h1197 #define WM5100_FLL1_ENA 0x0001 /* FLL1_ENA */ macro