summaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorFabián Inostroza <soulsonceonfire@gmail.com>2018-04-12 06:37:35 +0300
committerTakashi Iwai <tiwai@suse.de>2018-04-12 09:42:07 +0300
commit7ecb46e9ee9af18e304eb9e7d6804c59a408e846 (patch)
tree77ab9f92794adfbebc48a5527d8a116209615616 /drivers/fpga/fpga-bridge.c
parente1a3a981e320a6916b30ff53571ba144274def0e (diff)
downloadlinux-7ecb46e9ee9af18e304eb9e7d6804c59a408e846.tar.xz
ALSA: line6: Use correct endpoint type for midi output
Sending MIDI messages to a PODxt through the USB connection shows "usb_submit_urb failed" in dmesg and the message is not received by the POD. The error is caused because in the funcion send_midi_async() in midi.c there is a call to usb_sndbulkpipe() for endpoint 3 OUT, but the PODxt USB descriptor shows that this endpoint it's an interrupt endpoint. Patch tested with PODxt only. [ The bug has been present from the very beginning in the staging driver time, but Fixes below points to the commit moving to sound/ directory so that the fix can be cleanly applied -- tiwai ] Fixes: 61864d844c29 ("ALSA: move line6 usb driver into sound/usb") Signed-off-by: Fabián Inostroza <fabianinostroza@udec.cl> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions