All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Ladisch <clemens@ladisch.de>
To: Grant Diffey <gdiffey@gmail.com>, Felix Homann <linuxaudio@showlabor.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: Small Regression in midi for M-Audio Fast Track Ultra.
Date: Mon, 18 Apr 2011 11:16:08 +0200	[thread overview]
Message-ID: <4DAC0158.6090400@ladisch.de> (raw)
In-Reply-To: <BANLkTim0nHo5h8FBebrt_e77igtj4tGOgQ@mail.gmail.com>

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

  parent reply	other threads:[~2011-04-18  9:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-16  2:29 Small Regression in midi for M-Audio Fast Track Ultra Grant Diffey
2011-04-18  8:37 ` USB MIDI Regression? - - Was: " Felix Homann
2011-04-23  9:09   ` Daniel Mack
2011-04-26  7:49     ` Felix Homann
2011-04-18  9:16 ` Clemens Ladisch [this message]
2011-04-18  9:29   ` Felix Homann
2011-04-20 20:25     ` Felix Homann
2011-04-26  9:17       ` Grant Diffey
2011-04-26  9:42         ` [PATCH] " Grant Diffey
2011-05-12 15:48           ` Daniel Mack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DAC0158.6090400@ladisch.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=gdiffey@gmail.com \
    --cc=linuxaudio@showlabor.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.