commit | 765e8db078e63fdc076fcf6024c15d3b7b955746 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Mon Aug 10 10:07:35 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 10 13:13:56 2009 +0200 |
tree | 2962fb6a3f4b03cf1480c122356fed0069d3bdff | |
parent | a65dd997b3cf057f6524466cf8dfb8382c132bd5 [diff] |
sound: usb-audio: do not make URBs longer than sync packet interval 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>