From: "Clemens Ladisch" <cladisch@fastmail.net>
To: Karsten Wiese <fzu@wemgehoertderstaat.de>, alsa-devel@alsa-project.org
Subject: Re: [PATCH] US-122L Driver, v0
Date: Thu, 08 Nov 2007 08:24:49 +0100 [thread overview]
Message-ID: <1194506689.14959.1220188671@webmail.messagingengine.com> (raw)
In-Reply-To: <200711071955.16686.fzu@wemgehoertderstaat.de>
Karsten Wiese wrote:
> attached patches implement a simple driver for the tascam us-122l.
> QUIRK_AUDIO_EDIROL_UA700_UA25,
> QUIRK_AUDIO_EDIROL_UA1000,
> QUIRK_AUDIO_EDIROL_UA101,
> -
> + QUIRK_MIDI_US122L,
> QUIRK_TYPE_COUNT
> };
Why not put it together with the other QUIRK_MIDI_ symbols?
> break;
> + case QUIRK_MIDI_US122L:
> + umidi->usb_protocol_ops = &snd_usbmidi_122l_ops;
> case QUIRK_MIDI_FIXED_ENDPOINT:
> memcpy(&endpoints[0], quirk->data,
> sizeof(struct snd_usb_midi_endpoint_info));
Aaargh! If you really want to do it this way, at least add a
"/* fall through */" so that it's obvious that this is not a mistake.
Regards,
Clemens
next prev parent reply other threads:[~2007-11-08 7:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-07 15:41 Fwd: [PATCH] ehci-hcd: complete iso urbs ASAP for number_of_packets != (n * 8) also Karsten Wiese
2007-11-07 18:55 ` [PATCH] US-122L Driver, v0 Karsten Wiese
2007-11-07 19:36 ` Karsten Wiese
2007-11-08 7:24 ` Clemens Ladisch [this message]
2007-11-08 12:37 ` Karsten Wiese
2007-11-08 16:14 ` Clemens Ladisch
2007-11-08 16:42 ` Karsten Wiese
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=1194506689.14959.1220188671@webmail.messagingengine.com \
--to=cladisch@fastmail.net \
--cc=alsa-devel@alsa-project.org \
--cc=fzu@wemgehoertderstaat.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.