]> git.karo-electronics.de Git - karo-tx-linux.git/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:40:02 +0000 (10:40 -0700)
commitfc093debd67b1618e8fa4bd93b625c23388bcf92
tree4da032d69994717e9a0b6a7efab2d36dde34fff3
parent5a7de1b5ec4d3eaabc9d596207f40c2b5f82b723
ALSA: snd-usb: fix next_packet_size calls for pause case

commit 8dce30c89113e314d29d3b8f362aadff8087fccb upstream.

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>
[ Taking directly because Takashi is on vacation  - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/endpoint.c