Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Ladisch <clemens@ladisch.de>
To: Tuukka Pasanen <pasanen.tuukka@gmail.com>, alsa-devel@alsa-project.org
Subject: Re: Rane SL-4 USB sound card
Date: Sun, 05 Jul 2015 19:32:37 +0200	[thread overview]
Message-ID: <55996A35.6030904@ladisch.de> (raw)
In-Reply-To: <5597A9AE.2090002@gmail.com>

Tuukka Pasanen wrote:
> I've been hacking to get Rane SL-4 USB audio ... to work with ALSA.
> I have compiled kernel and tried to get USB-quirks to work with this ... it doesn't do the trick

> If I need interface association how to do that?

The interface association descriptor should have been provided by the firmware.

Anyway, try the following quirk:

{
	USB_DEVICE(0x1cc5, 0x000f),
	.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
		.ifnum = QUIRK_ANY_INTERFACE,
		.type = QUIRK_COMPOSITE,
		.data = (const struct snd_usb_audio_quirk[]) {
			{
				.ifnum = 1,
				.type = QUIRK_AUDIO_STANDARD_INTERFACE
			},
			{
				.ifnum = 2,
				.type = QUIRK_AUDIO_STANDARD_INTERFACE
			},
			{
				.ifnum = -1,
			}
		}
	}
},


Regards,
Clemens

  reply	other threads:[~2015-07-05 17:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-04  9:38 Rane SL-4 USB sound card Tuukka Pasanen
2015-07-05 17:32 ` Clemens Ladisch [this message]
2015-07-06 10:15   ` Tuukka Pasanen
2015-07-06 12:42   ` Tuukka Pasanen
2015-07-06 13:07     ` Clemens Ladisch
2015-07-06 13:39       ` Tuukka Pasanen
2015-07-07  5:37       ` Tuukka Pasanen
2015-07-07  7:23         ` Clemens Ladisch
2015-07-07  7:59           ` Tuukka Pasanen
2015-07-07 11:50           ` Tuukka Pasanen
2015-07-07 15:05             ` Clemens Ladisch

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=55996A35.6030904@ladisch.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=pasanen.tuukka@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox