All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: clemens@ladisch.de, tiwai@suse.de
Cc: kim@incendio.no, alsa-devel@alsa-project.org, jh1ood@gmail.com,
	ffado-devel@lists.sf.net
Subject: [PATCH 11/11] ALSA: bebob: add support for Behringer FCA 610/1616
Date: Sun, 14 Jun 2015 12:49:37 +0900	[thread overview]
Message-ID: <1434253777-433-12-git-send-email-o-takashi@sakamocchi.jp> (raw)
In-Reply-To: <1434253777-433-1-git-send-email-o-takashi@sakamocchi.jp>

They're based on DM1500 (ArchWave produced), and BeBoB version 3 is
installed.

$ cat /proc/asound/FCA610/firewire/firmware
Manufacturer:	bridgeCo
Protocol Ver:	3
Build Ver:		0
GUID:		0x001564000002AD73
Model ID:		0x03
Model Rev:		0
Firmware Date:	20121102
Firmware Time:	153431
Firmware ID:	0x610
Firmware Ver:	8348
Base Addr:		0x400C0080
Max Size:		1422624
Loader Date:	20121015
Loader Time:	104710

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
---
 sound/firewire/Kconfig       | 1 +
 sound/firewire/bebob/bebob.c | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig
index 2a0a9aa..8850b7d 100644
--- a/sound/firewire/Kconfig
+++ b/sound/firewire/Kconfig
@@ -95,6 +95,7 @@ config SND_BEBOB
 	  * Tascam IF-FW/DM
 	  * Behringer XENIX UFX 1204/1604
 	  * Behringer Digital Mixer X32 series (X-UF Card)
+	  * Behringer FCA610/1616
 	  * Apogee Rosetta 200/400 (X-FireWire card)
 	  * Apogee DA/AD/DD-16X (X-FireWire card)
 	  * Apogee Ensemble
diff --git a/sound/firewire/bebob/bebob.c b/sound/firewire/bebob/bebob.c
index 920571b..27a04ac 100644
--- a/sound/firewire/bebob/bebob.c
+++ b/sound/firewire/bebob/bebob.c
@@ -373,6 +373,10 @@ static const struct ieee1394_device_id bebob_id_table[] = {
 	SND_BEBOB_DEV_ENTRY(VEN_BEHRINGER, 0x00001604, &spec_normal),
 	/* Behringer, Digital Mixer X32 series (X-UF Card) */
 	SND_BEBOB_DEV_ENTRY(VEN_BEHRINGER, 0x00000006, &spec_normal),
+	/*  Behringer, F-Control Audio 1616 */
+	SND_BEBOB_DEV_ENTRY(VEN_BEHRINGER, 0x001616, &spec_normal),
+	/*  Behringer, F-Control Audio 610 */
+	SND_BEBOB_DEV_ENTRY(VEN_BEHRINGER, 0x000610, &spec_normal),
 	/* Apogee Electronics, Rosetta 200/400 (X-FireWire card) */
 	/* Apogee Electronics, DA/AD/DD-16X (X-FireWire card) */
 	SND_BEBOB_DEV_ENTRY(VEN_APOGEE, 0x00010048, &spec_normal),
@@ -447,8 +451,6 @@ static const struct ieee1394_device_id bebob_id_table[] = {
 	/* IDs are unknown but able to be supported */
 	/*  Apogee, Mini-ME Firewire */
 	/*  Apogee, Mini-DAC Firewire */
-	/*  Behringer, F-Control Audio 1616 */
-	/*  Behringer, F-Control Audio 610 */
 	/*  Cakawalk, Sonar Power Studio 66 */
 	/*  CME, UF400e */
 	/*  ESI, Quotafire XL */
-- 
2.1.4

  parent reply	other threads:[~2015-06-14  3:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-14  3:49 [PATCH 00/11] ALSA: bebob: improve support for DM1500/BeBoBv3 Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 01/11] ALSA: bebob: improve signal mode detection for clock source Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 02/11] ALSA: bebob: apply new enumerator to normalize the type of " Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 03/11] ALSA: bebob: preparation for replacing string literals by normalized representation for model-dependent structures Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 04/11] ALSA: bebob: use normalized representation for the type of clock source Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 05/11] ALSA: bebob: obsolete string literal expression for " Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 06/11] ALSA: bebob: add SYT-Match support Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 07/11] ALSA: bebob: add 'version' member for BeBoB protocol version Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 08/11] ALSA: bebob: expand timeout for DM1500 quirk Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 09/11] ALSA: bebob: loosen up severity of checking continuity for BeBoB v3 quirk Takashi Sakamoto
2015-06-14  3:49 ` [PATCH 10/11] ALSA: bebob: keep duplex streams always to keep internal multiplexer properly Takashi Sakamoto
2015-06-14  3:49 ` Takashi Sakamoto [this message]
2015-06-15 11:39 ` [PATCH 00/11] ALSA: bebob: improve support for DM1500/BeBoBv3 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 14:30 [RFC][PATCH 00/11] " Takashi Sakamoto
2015-06-08 14:31 ` [PATCH 11/11] ALSA: bebob: add support for Behringer FCA 610/1616 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=1434253777-433-12-git-send-email-o-takashi@sakamocchi.jp \
    --to=o-takashi@sakamocchi.jp \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=ffado-devel@lists.sf.net \
    --cc=jh1ood@gmail.com \
    --cc=kim@incendio.no \
    --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.