commit | 160389c8d21c8139a93191c2e5ca2273f311ed4e | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Mon Jan 26 08:10:19 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 26 17:05:10 2009 +0100 |
tree | 7be9b7c475d23343ec41b7ef0f2d97e7fffbc7b0 | |
parent | 4d788e040b72d2a46ea3ba726b7fa0b65de06c88 [diff] |
sound: usb-audio: make URB sizes more equal Distribute the packets evenly among the URBs, instead of making all URBs except the last one to have the maximum size. This makes the timing of pointer updates more regular and removes some special cases from the code. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>