Comment 41 for bug 1319457

Revision history for this message
Tom Kistner (duncanthrax) wrote :

sound/usb/pcm.c contains two cases of this bug:

- in retire_playback_urb
- in retire_capture_urb

The above patch only fixes the retire_playback_urb one.

I have attached a patch that fixes the second occurence.