commit | 4b2849283461a64c6d8cc6c7e72c62d7b4d91b43 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Thu Jan 12 08:17:49 2006 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Sun Jan 22 16:24:09 2006 +0100 |
tree | fc3b053257c89bc1afd2796ef29411fc5cad2d90 | |
parent | 54c63cfc153c6909a5d5dbe6072e8704b091f30e [diff] |
[ALSA] usb-audio: don't use empty packets at start of playback 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>