This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Audio Lockup / Stall



I've searched through these forums(open-source maillist) extensively for this widespread audio lockup/stall problem when doing full-duplex mode on the OSS Davinci sound driver, and was wondering if it has been resolved? Has there been a proposed solution that definitely works? Or could someone highlight the key problem here? I've dug deep through the davinci-audio and intfc dma files, and the conditions that trigger it seem skewed by the fact that I have debug prints enabled on the code files; sometimes, its due to the sound_irq handler not triggering (possible RFULL error condition), and at other times, it hangs due to 2 channels being used when the 3rd and 4th buffers are put on the DMA chain (should just return an error code and go on with its normal routine..but it doesn't)

  • By looking at our LSP (Linux Support Package) release notes, we did have a full-duplex constraint in earlier releases, but it appears this has been fixed and is no longer a constraint in the current DVSDK release (DVSDK 1.30.00.41).  What I am chasing now is a lock-up problem when you play audio and video together (either alone exhibits no lock-up) reported by another customer; unfortunately, I have not been able to reproduce this on our side.