Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dwm8996.c69 u16 hpout_pending; member
640 wm8996->hpout_pending &= ~w->shift; in rmv_short_event()
643 wm8996->hpout_pending |= w->shift; in rmv_short_event()
703 if (wm8996->hpout_pending != wm8996->hpout_ena) { in wm8996_seq_notifier()
705 wm8996->hpout_ena, wm8996->hpout_pending); in wm8996_seq_notifier()
709 if (wm8996->hpout_pending & HPOUT1L) { in wm8996_seq_notifier()
718 if (wm8996->hpout_pending & HPOUT1R) { in wm8996_seq_notifier()
731 if (wm8996->hpout_pending & HPOUT2L) { in wm8996_seq_notifier()
740 if (wm8996->hpout_pending & HPOUT2R) { in wm8996_seq_notifier()
751 wm8996->hpout_ena = wm8996->hpout_pending; in wm8996_seq_notifier()