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-Url: https://git.stricted.de/?a=commitdiff_plain;h=05422575d4bc5d1a6aff22dfa9a0b5bc701ccf6f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 42079dadbe8c..edb88871ff4a 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 } } },