commit | 4d0e677523a999e1dec28e55cc314c47ba09ca12 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jul 14 15:19:37 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jul 14 15:19:37 2015 +0200 |
tree | d96caef9f0fd2a74ccc7c681603c12d8ed06574e | |
parent | d1f15e06b2af57228d11e33e06a172ff58f5bc1c [diff] |
ALSA: line6: Fix -EBUSY error during active monitoring When a monitor stream is active, the next PCM stream access results in EBUSY error because of the check in line6_stream_start(). Fix this by just skipping the submission of pending URBs when the stream is already running instead. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=101431 Cc: <stable@vger.kernel.org> # v4.0+ Signed-off-by: Takashi Iwai <tiwai@suse.de>