]> git.itanic.dy.fi Git - linux-stable/commit
ALSA: snd-usb: fix next_packet_size calls for pause case
authorDaniel Mack <zonque@gmail.com>
Thu, 27 Sep 2012 08:26:01 +0000 (10:26 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Sep 2012 23:46:15 +0000 (16:46 -0700)
commit8dce30c89113e314d29d3b8f362aadff8087fccb
tree69106b110a011c4abf5dc35c2c02cd6c49e410c2
parent9a7c590930c1d669a032c1b30cc8d95c069dc020
ALSA: snd-usb: fix next_packet_size calls for pause case

Also fix the calls to next_packet_size() for the pause case. This was
missed in 245baf983 ("ALSA: snd-usb: fix calls to next_packet_size").

Signed-off-by: Daniel Mack <zonque@gmail.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Reported-and-tested-by: Christian Tefzer <ctrefzer@gmx.de>
Cc: stable@kernel.org
[ Taking directly because Takashi is on vacation  - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
sound/usb/endpoint.c