sound: usb-audio: do not make URBs longer than sync packet interval
authorClemens Ladisch <clemens@ladisch.de>
Mon, 10 Aug 2009 08:07:35 +0000 (10:07 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Aug 2009 11:13:56 +0000 (13:13 +0200)
Using more packets in one URB do avoid interrupts does not make sense
when we have a sync pipe whose packets generate interrupts more often.
Therefore, limit the URB size to the synchronization packet interval.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found