Bug 101431
Summary: | snd_usb_line6 device busy when monitor channel is activated | ||
---|---|---|---|
Product: | Drivers | Reporter: | Michael Lhomme (papylhomme) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | NEW --- | ||
Severity: | normal | CC: | tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.0.7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Test fix patch
Test fix patch #2 |
Description
Michael Lhomme
2015-07-13 09:22:17 UTC
Looks like the monitor PCM concurrent check is wrong. Could you try the patch below? Created attachment 182501 [details]
Test fix patch
It doesn't work. Additionaly there is an unusual behaviour with the monitor channel now, if I try to increase or decrease the value, it jump directly to 0, and then I'm unable to change it. OK, then how about another one? Created attachment 182521 [details]
Test fix patch #2
Well, definitely better :-) No more lock on the resource, and the monitor channel is working as expected. Thanks for you really prompt support ! |