alsa_driver: Exiting loop for need_playback and need_capture on XRUN to execute recovery
commitfb11c75fdcc093b23cfa04e2858eaa2a27d15633
authorLaxmi Devi <Laxmi.Devi@in.bosch.com>
Wed, 26 Jun 2019 06:32:02 +0000 (26 12:02 +0530)
committerFilipe Coelho <falktx@falktx.com>
Wed, 11 Sep 2019 18:22:28 +0000 (11 19:22 +0100)
tree2ca0a9eb39bbd8aa42ae0e085c3ce21fee6db907
parenta93b21013415ce93f9d2fe935a875688988bd3dd
alsa_driver: Exiting loop for need_playback and need_capture on XRUN to execute recovery

Currently even on XRUN, the xrun recovery is not executed as the
need_playback or need_capture flag is still true and so it goes
and waits on poll again.

Signed-off-by: Laxmi Devi <Laxmi.Devi@in.bosch.com>
linux/alsa/alsa_driver.c