Comment 6 for bug 741825

Revision history for this message
Andiry (andiry-xu) wrote : Re: Lenovo x100e: Intermittent record and jack sense failure

FIFO error for an input stream means a FIFO overrun occurring while the RUN bit is set.
When this happens, the FIFO pointers do not increment and the incoming data is not written into the FIFO, thereby being lost.

Current HDA driver just acknowledge and clear this error when it occurs. I'm not sure about the root cause at this moment and will try to reproduce it on my side.