Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8996.c72 u16 hpout_pending; member
643 wm8996->hpout_pending &= ~w->shift; in rmv_short_event()
646 wm8996->hpout_pending |= w->shift; in rmv_short_event()
707 if (wm8996->hpout_pending != wm8996->hpout_ena) { in wm8996_seq_notifier()
709 wm8996->hpout_ena, wm8996->hpout_pending); in wm8996_seq_notifier()
713 if (wm8996->hpout_pending & HPOUT1L) { in wm8996_seq_notifier()
722 if (wm8996->hpout_pending & HPOUT1R) { in wm8996_seq_notifier()
735 if (wm8996->hpout_pending & HPOUT2L) { in wm8996_seq_notifier()
744 if (wm8996->hpout_pending & HPOUT2R) { in wm8996_seq_notifier()
755 wm8996->hpout_ena = wm8996->hpout_pending; in wm8996_seq_notifier()