Uh oh!
There was an error while loading. Please reload this page.
dai: fix dai pointer for START - #321
Conversation
After remove wait in dai trigger stop/puase we need also to restore pointer for start just like release. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
xiulipan
commented
Sep 7, 2018
@lgirdwood |
xiulipan
commented
Sep 7, 2018
@lgirdwood |
cujomalainey
commented
Sep 7, 2018
What messages in the trace would indicate this xrun? I am not seeing any xru/Xru in rmbox but I am hearing a lot of noise and usually just closing and reopening the stream fixes or brings the bug back. |
lgirdwood
commented
Sep 7, 2018
@cujomalainey this is usually propagated up the stack, aplay would print this out and make it really obvious. The firmware can also log these too, rmbox should show them. |
cujomalainey
commented
Sep 7, 2018
Hmm, I'm not seeing anything anywhere, it must not be underruns I'm seeing. But I am getting a lot of noise. I'll file another bug to track it. |
After remove wait in dai trigger stop/puase we need also to
restore pointer for start just like release.
Now same behavior for stop/start and pause/release.
Fix noise issue caused by ALSA XRUN
Addition fix for #320#284
May need to merge to master later.