alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
To: patch@alsa-project.org
Cc: Adrian Knoth <adi@drcomp.erfurt.thur.de>, alsa-devel@alsa-project.org
Subject: [PATCH RFC 1/4] ALSA: madifx - Makefile entries for RME MADI FX
Date: Fri,  1 Feb 2013 13:48:38 +0100	[thread overview]
Message-ID: <1359722921-18769-2-git-send-email-adi@drcomp.erfurt.thur.de> (raw)
In-Reply-To: <1359722921-18769-1-git-send-email-adi@drcomp.erfurt.thur.de>

Add Makefile entries for RME MADI FX cards.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>

diff --git a/sound/pci/rme9652/Makefile b/sound/pci/rme9652/Makefile
index dcba560..e483dce 100644
--- a/sound/pci/rme9652/Makefile
+++ b/sound/pci/rme9652/Makefile
@@ -6,8 +6,10 @@
 snd-rme9652-objs := rme9652.o
 snd-hdsp-objs := hdsp.o
 snd-hdspm-objs := hdspm.o
+snd-madifx-objs := madifx.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_RME9652) += snd-rme9652.o
 obj-$(CONFIG_SND_HDSP) += snd-hdsp.o
 obj-$(CONFIG_SND_HDSPM) +=snd-hdspm.o
+obj-$(CONFIG_SND_MADIFX) +=snd-madifx.o
-- 
1.7.10.4

  reply	other threads:[~2013-02-01 12:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-01 12:48 [PATCH RFC 0/4] Driver for RME MADI FX Adrian Knoth
2013-02-01 12:48 ` Adrian Knoth [this message]
2013-02-01 12:48   ` [PATCH RFC 2/4] ALSA: Add RME MADI FX Kconfig entries Adrian Knoth
2013-02-01 12:48     ` [PATCH RFC 3/4] ALSA: madifx - Expose preliminary userspace interface Adrian Knoth
2013-02-01 12:48       ` [PATCH RFC 4/4] ALSA: madifx - Add support for RME MADI FX Adrian Knoth
2013-02-02 15:16     ` [PATCH RFC 2/4] ALSA: Add RME MADI FX Kconfig entries Andre Schramm
2013-02-03 11:52       ` Adrian Knoth
2013-02-04 16:24         ` Adrian Knoth

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=1359722921-18769-2-git-send-email-adi@drcomp.erfurt.thur.de \
    --to=adi@drcomp.erfurt.thur.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=patch@alsa-project.org \
    /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;
as well as URLs for NNTP newsgroup(s).