All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: tiwai@suse.de
Cc: alsa-devel@alsa-project.org
Subject: [alsa-lib][PATCH 2/3] hwdep: add support for MOTU FireWire series and RME Fireface series
Date: Sat, 22 Apr 2017 00:08:19 +0900	[thread overview]
Message-ID: <20170421150820.18199-3-o-takashi@sakamocchi.jp> (raw)
In-Reply-To: <20170421150820.18199-1-o-takashi@sakamocchi.jp>

Drivers for MOTU FireWire series and RME Fireface series are going to be
added newly to v4.12 kernel. Like the other drivers in ALSA firewire stack,
they also support HwDep interface.

This commit add entries for the drivers.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
---
 include/hwdep.h        | 4 +++-
 include/sound/asound.h | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/hwdep.h b/include/hwdep.h
index e09703c..ac71368 100644
--- a/include/hwdep.h
+++ b/include/hwdep.h
@@ -77,8 +77,10 @@ typedef enum _snd_hwdep_iface {
 	SND_HWDEP_IFACE_FW_DIGI00X,	/* Digidesign Digi 002/003 family */
 	SND_HWDEP_IFACE_FW_TASCAM,	/* TASCAM FireWire series */
 	SND_HWDEP_IFACE_LINE6,		/* Line6 USB processors */
+	SND_HWDEP_IFACE_FW_MOTU,	/* MOTU FireWire series */
+	SND_HWDEP_IFACE_FW_FIREFACE,	/* RME Fireface series */
 
-	SND_HWDEP_IFACE_LAST = SND_HWDEP_IFACE_LINE6,	/**< last known hwdep interface */
+	SND_HWDEP_IFACE_LAST = SND_HWDEP_IFACE_FW_FIREFACE,	/**< last known hwdep interface */
 } snd_hwdep_iface_t;
 
 /** open for reading */
diff --git a/include/sound/asound.h b/include/sound/asound.h
index 344a3ea..9887361 100644
--- a/include/sound/asound.h
+++ b/include/sound/asound.h
@@ -107,9 +107,11 @@ enum {
 	SNDRV_HWDEP_IFACE_FW_DIGI00X,	/* Digidesign Digi 002/003 family */
 	SNDRV_HWDEP_IFACE_FW_TASCAM,	/* TASCAM FireWire series */
 	SNDRV_HWDEP_IFACE_LINE6,	/* Line6 USB processors */
+	SNDRV_HWDEP_IFACE_FW_MOTU,	/* MOTU FireWire series */
+	SNDRV_HWDEP_IFACE_FW_FIREFACE,	/* RME Fireface series */
 
 	/* Don't forget to change the following: */
-	SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_LINE6,
+	SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_FIREFACE,
 };
 
 struct snd_hwdep_info {
-- 
2.9.3

  parent reply	other threads:[~2017-04-21 15:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 15:08 [alsa-lib][PATCH 0/3] hwdep: update included headers with UAPI headers in recent kernel Takashi Sakamoto
2017-04-21 15:08 ` [alsa-lib][PATCH 1/3] hwdep: add Line6 USB series support Takashi Sakamoto
2017-04-21 15:08 ` Takashi Sakamoto [this message]
2017-04-21 15:08 ` [alsa-lib][PATCH 3/3] timer: obsolete legacy rtctimer instance Takashi Sakamoto
2017-04-21 15:15   ` 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=20170421150820.18199-3-o-takashi@sakamocchi.jp \
    --to=o-takashi@sakamocchi.jp \
    --cc=alsa-devel@alsa-project.org \
    --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.