From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: tiwai@suse.de, alsa-devel@alsa-project.org, clemens@ladisch.de,
ffado-devel@lists.sf.net
Subject: Re: [PATCH 4/4] ALSA: dice: force to add two pcm devices for listed models
Date: Sat, 5 Mar 2016 16:07:33 +0100 [thread overview]
Message-ID: <20160305160733.6306be3f@kant> (raw)
In-Reply-To: <1457179087-27604-5-git-send-email-o-takashi@sakamocchi.jp>
On Mar 05 Takashi Sakamoto wrote:
> +static bool force_two_pcm_support(struct fw_unit *unit)
> +{
> + const char *const models[] = {
> + /* TC Electronic models. */
> + "StudioKonnekt48",
> + /* Focusrite models. */
> + "SAFFIRE PRO 40",
> + "LIQUID SAFFIRE 56",
> + "SAFFIRE PRO 40 1",
> + };
> + char model[32];
> + unsigned int i;
> + int err;
> +
> + err = fw_csr_string(unit->directory, CSR_MODEL, model, sizeof(model));
> + if (err < 0)
> + return false;
> +
> + for (i = 0; i < ARRAY_SIZE(models); i++) {
> + if (strcmp(models[i], model) == 0)
> + break;
> + }
> +
> + return i < ARRAY_SIZE(models);
> +}
The model name of my old Saffire PRO 40 is "SAFFIRE_PRO_40", and
according to e.g. Alban Bernard on ffado-user, the newer model is
"SAFFIRE_PRO_40_1". Saffire 56's name is "LIQUID_SAFFIRE_56"
according to https://forum.ubuntuusers.de/topic/focusrite-liquid/.
--
Stefan Richter
-======----- --== --=-=
http://arcgraph.de/sr/
next prev parent reply other threads:[~2016-03-05 15:07 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-05 11:58 [RFT][PATCH 0/4] ALSA: dice: enabled to handle several streams Takashi Sakamoto
2016-03-05 11:58 ` [PATCH 1/4] ALSA: dice: have two sets of isochronous resources/streams Takashi Sakamoto
2016-03-05 11:58 ` [PATCH 2/4] ALSA: dice: handle whole available isochronous streams Takashi Sakamoto
2016-03-05 14:47 ` Stefan Richter
2016-03-05 11:58 ` [PATCH 3/4] ALSA: dice: handle several PCM substreams when any isochronous streams are available Takashi Sakamoto
2016-03-05 11:58 ` [PATCH 4/4] ALSA: dice: force to add two pcm devices for listed models Takashi Sakamoto
2016-03-05 15:07 ` Stefan Richter [this message]
2016-03-06 12:39 ` Takashi Sakamoto
2016-03-06 22:55 ` Stefan Richter
2016-03-07 0:24 ` Stefan Richter
2016-03-07 2:57 ` Takashi Sakamoto
[not found] ` <56DCEF78.2080107@sakamocchi.jp>
[not found] ` <20160307144306.39f60537@kant>
2016-03-07 14:19 ` Takashi Sakamoto
[not found] ` <56DD8D1B.5040903@sakamocchi.jp>
2016-04-09 16:34 ` Stefan Richter
2016-04-09 16:45 ` [FFADO-devel] " Gordon Scott
2016-04-12 14:25 ` Takashi Sakamoto
2016-04-14 21:30 ` Stefan Richter
-- strict thread matches above, loose matches on Subject: below --
2016-03-07 13:35 [PATCH 0/4] ALSA: dice: enable to handle several streams Takashi Sakamoto
2016-03-07 13:35 ` [PATCH 4/4] ALSA: dice: force to add two pcm devices for listed models Takashi Sakamoto
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=20160305160733.6306be3f@kant \
--to=stefanr@s5r6.in-berlin.de \
--cc=alsa-devel@alsa-project.org \
--cc=clemens@ladisch.de \
--cc=ffado-devel@lists.sf.net \
--cc=o-takashi@sakamocchi.jp \
--cc=tiwai@suse.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.