18 Apr
2011
18 Apr
'11
11:16 a.m.
Grant Diffey wrote:
In 2.6.33/34 when support originally was put in alsa mainline the MIDI ports were functional today they're not [...] The midi port is interface 3 and has a comment in quirk-table.h like this
/* interface 3 (MIDI) is standard compliant */
Apparently, having no entry for an interface prevents the driver from looking at this interface at all.
Try replacing the comment with: { .iface = 3, .type = QUIRK_MIDI_STANDARD_INTERFACE },
Regards, Clemens