[alsa-devel] Small Regression in midi for M-Audio Fast Track Ultra.
Clemens Ladisch
clemens at ladisch.de
Mon Apr 18 11:16:08 CEST 2011
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
More information about the Alsa-devel
mailing list