commit | d6db392e9235c48bb945624798e9beede7b85b12 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Fri Aug 12 08:28:27 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Tue Aug 30 08:45:08 2005 +0200 |
tree | 5f17b000a18f476ea296b1387150b7ff92837215 | |
parent | 15a24c0778e9bdd48d8e1cf60a263837b5c30ed5 [diff] |
[ALSA] usb-audio: fix packets per URB calculation for playback USB generic driver When determining how many packets are needed for one period, we cannot assume that all packets have their maximum size -- we always use the nominal sample rate when sending data, and could use an even lower rate when the endpoint uses frequency feedback. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>