Skip to content

Commit

Permalink
[ALSA] usb-audio: fix number of G-70 ports
Browse files Browse the repository at this point in the history
Modules: USB generic driver

The G-70 has one MIDI port in each direction, no two.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Mar 22, 2006
1 parent 3f72a30 commit 0542257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
},
Expand Down

0 comments on commit 0542257

Please sign in to comment.