From: Clemens Ladisch Date: Wed, 18 Jan 2006 14:44:53 +0000 (+0100) Subject: [ALSA] usb-audio: fix number of G-70 ports X-Git-Tag: v2.6.17-rc1~1129^2^2~95 X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=05422575d4bc5d1a6aff22dfa9a0b5bc701ccf6f;p=linux-2.6-omap-h63xx.git [ALSA] usb-audio: fix number of G-70 ports Modules: USB generic driver The G-70 has one MIDI port in each direction, no two. Signed-off-by: Clemens Ladisch --- diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 42079dadbe8..edb88871ff4 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -1100,8 +1100,8 @@ YAMAHA_DEVICE(0x7010, "UB99"), .ifnum = 0, .type = QUIRK_MIDI_FIXED_ENDPOINT, .data = & (const struct snd_usb_midi_endpoint_info) { - .out_cables = 0x0003, - .in_cables = 0x0003 + .out_cables = 0x0001, + .in_cables = 0x0001 } } },