Fix to patch ravenna-alsa-lkm-independent-playback-capture.patch, see issue #11

This commit is contained in:
Andrea Bondavalli 2020-06-27 14:15:16 +02:00
parent 81849fc46c
commit 897b1e0032

View File

@ -127,7 +127,7 @@ index 25b77dc..ec62624 100644
+ } else {
+ printk(KERN_DEBUG "stopping playback I/O\n");
+ MuteOutputBuffer(self);
+ self->m_bIsPlaybackIO = true;
+ self->m_bIsPlaybackIO = false;
+ }
+
+ self->m_bIORunning = self->m_bIsRecordingIO || self->m_bIsPlaybackIO;