commit | 4d788e040b72d2a46ea3ba726b7fa0b65de06c88 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Mon Jan 26 08:09:28 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 26 17:05:07 2009 +0100 |
tree | 8cc83947a001100f9f551bbe555322646d43f42f | |
parent | b7eb4a06e9980973755b7e95a6d97fb8decbf8fd [diff] |
sound: usb-audio: limit playback queue length Once our URBs contain enough packets, queueing more URBs does not give us any additional underrun protection (as we use double-buffering) but just increases latency unnecessarily. Therefore, we try to limit the queue length to some reasonable value. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>