Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8962.c3253 reg = WM8962_BEEP_ENA | (best << WM8962_BEEP_RATE_SHIFT); in wm8962_beep_work()
3262 WM8962_BEEP_ENA | WM8962_BEEP_RATE_MASK, reg); in wm8962_beep_work()
3358 snd_soc_component_update_bits(component, WM8962_BEEP_GENERATOR_1, WM8962_BEEP_ENA,0); in wm8962_free_beep()
H A Dwm8962.h2475 #define WM8962_BEEP_ENA 0x0001 /* BEEP_ENA */ macro