From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: Small Regression in midi for M-Audio Fast Track Ultra. Date: Mon, 18 Apr 2011 11:16:08 +0200 Message-ID: <4DAC0158.6090400@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by alsa0.perex.cz (Postfix) with ESMTP id 73C0C1037F2 for ; Mon, 18 Apr 2011 11:14:28 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Grant Diffey , Felix Homann Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org 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