projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f72a30
)
[ALSA] usb-audio: fix number of G-70 ports
author
Clemens Ladisch
<clemens@ladisch.de>
Wed, 18 Jan 2006 14:44:53 +0000
(15:44 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Wed, 22 Mar 2006 09:27:10 +0000
(10:27 +0100)
Modules: USB generic driver
The G-70 has one MIDI port in each direction, no two.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbquirks.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/usbquirks.h
b/sound/usb/usbquirks.h
index 42079dadbe8c9eb93d25e3f3955061ce620b572b..edb88871ff4a81e3cfd094e280a8bbfac8922374 100644
(file)
--- 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 = 0x000
3
,
- .in_cables = 0x000
3
+ .out_cables = 0x000
1
,
+ .in_cables = 0x000
1
}
}
},