[ALSA] usb-audio: don't use empty packets at start of playback
authorClemens Ladisch <clemens@ladisch.de>
Thu, 12 Jan 2006 07:17:49 +0000 (08:17 +0100)
committerJaroslav Kysela <perex@suse.cz>
Sun, 22 Jan 2006 15:24:09 +0000 (16:24 +0100)
Modules: USB generic driver

Some widespread USB interface chips with adaptive iso endpoints hang
after receiving a series of empty packets when they expect data (ALSA
bug#1585).  To avoid this, we have to send packets containing silence
(zero samples) instead.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>

No differences found