linux-stable/drivers/staging/line6
Stefan Hajnoczi 2f637ee42d staging: line6: fix playback urb transfer buffer calculation
The playback urb transfer buffer calculation does not factor in
LINE6_ISO_PACKETS.  Buffer memory is organized like this in the driver:

  Buffer 0                 Buffer 1                 ...
  [Packet 0, Packet 1, ...][Packet 0, Packet 1, ...][Packet 0, ...]

However, we're lucky that LINE6_ISO_PACKETS is currently defined as 1 so
this patch does not change any behavior.  It's still worth including
this fix in case the LINE6_ISO_PACKETS value is changed in the future.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Markus Grabner <grabner@icg.tugraz.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-12-09 19:26:09 -08:00
..
audio.c staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users. 2011-10-31 19:32:08 -04:00
audio.h
capture.c staging: line6: fix memory leak in .hw_params() 2011-12-09 19:26:09 -08:00
capture.h
config.h
control.c
control.h
driver.c staging/line6: refactor device information and add POD HD 500 2011-12-08 12:33:49 -08:00
driver.h staging/line6: refactor device information and add POD HD 500 2011-12-08 12:33:49 -08:00
dumprequest.c
dumprequest.h
Kconfig
Makefile staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
midi.c staging/line6: refactor device information and add POD HD 500 2011-12-08 12:33:49 -08:00
midi.h Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul 2011-12-08 12:32:55 -08:00
midibuf.c
midibuf.h
pcm.c staging/line6: refactor device information and add POD HD 500 2011-12-08 12:33:49 -08:00
pcm.h staging/line6: Remove obsolete code 2011-12-08 12:33:48 -08:00
playback.c staging: line6: fix playback urb transfer buffer calculation 2011-12-09 19:26:09 -08:00
playback.h
pod.c
pod.h
podhd.c staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
podhd.h staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
revision.h
toneport.c
toneport.h
usbdefs.h staging/line6: refactor device information and add POD HD 500 2011-12-08 12:33:49 -08:00
variax.c
variax.h