Commit 05422575 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela

[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: default avatarClemens Ladisch <clemens@ladisch.de>
parent 3f72a30c
......@@ -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
}
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment