Vic Lee
Vic Lee
is there a backtrace you can provide?
Please try this patch: diff --git a/channels/drdynvc/audin/alsa/audin_alsa.c b/channels/drdynvc/audin/alsa/audin_alsa.c index 1869ea7..60e4174 100644 --- a/channels/drdynvc/audin/alsa/audin_alsa.c +++ b/channels/drdynvc/audin/alsa/audin_alsa.c @@ -126,6 +126,9 @@ audin_alsa_thread_receive(struct alsa_device_data * alsa_data, while (frames > 0) { + if...
Please try this one, but if it still does not fix it, we need to capture exactly which line caused the issue by inserting a lot of printf's line-by-line. diff...
@akallabeth I don't know what was the original issue that the PR is trying to solve, but we should not use different color matrix than specified in the MS spec....
Since you are using version 0.7, it was old stable and the issue should have been already fixed in current git master. Would you like to verify it?
yes but this is also a known issue in 0.8.2 which should have been fixed in git master some time ago.