Skip to content
Snippets Groups Projects
Commit 22e18694 authored by Dmitri Epshtein's avatar Dmitri Epshtein Committed by Greg Kroah-Hartman
Browse files

USB: ehci: fix audio record functionality for some Full speed sound blaster devices


This patch fix audio record functionality for some Full speed sound blaster devices.
Issue: Sometimes transaction complete indication is coming from HW one frame later.
Solution: If scan_periodic process now frame or previous frame now-1 and sitd transaction
is not finished yet, exit scan_periodic function and check the same transaction in the next frame.

Signed-off-by: default avatarDimitry Epshtein <dima@marvell.com>
Signed-off-by: default avatarSaeed Bishara <saeed@marvell.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d63c66d2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment