From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 1/4] ALSA: madifx - Makefile entries for RME MADI FX Date: Mon, 10 Aug 2015 10:33:03 +0200 Message-ID: References: <5537C5FF.6070607@spectralbird.de> <1439051017-15401-1-git-send-email-adi@drcomp.erfurt.thur.de> <1439051017-15401-2-git-send-email-adi@drcomp.erfurt.thur.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id B7C682654EA for ; Mon, 10 Aug 2015 10:33:03 +0200 (CEST) In-Reply-To: <1439051017-15401-2-git-send-email-adi@drcomp.erfurt.thur.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Adrian Knoth Cc: alsa-devel@alsa-project.org, Adrian Knoth List-Id: alsa-devel@alsa-project.org On Sat, 08 Aug 2015 18:23:34 +0200, Adrian Knoth wrote: > > Add Makefile entries for RME MADI FX cards. > > Signed-off-by: Adrian Knoth Please put this one at the last. In this way, the bisectionability is kept. Takashi > > 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 > -- > 2.1.0 >