From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Knoth Subject: [PATCH RFC 2/4] ALSA: Add RME MADI FX Kconfig entries Date: Fri, 1 Feb 2013 13:48:39 +0100 Message-ID: <1359722921-18769-3-git-send-email-adi@drcomp.erfurt.thur.de> References: <1359722921-18769-1-git-send-email-adi@drcomp.erfurt.thur.de> <1359722921-18769-2-git-send-email-adi@drcomp.erfurt.thur.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1359722921-18769-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: patch@alsa-project.org Cc: Adrian Knoth , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Signed-off-by: Adrian Knoth diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 947cfb4..d1fe845 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -598,6 +598,27 @@ config SND_HDSPM To compile this driver as a module, choose M here: the module will be called snd-hdspm. +config SND_MADIFX + tristate "RME Hammerfall DSP MADI FX" + select SND_HWDEP + select SND_RAWMIDI + select SND_PCM + help + Say Y here to include support for RME Hammerfall DSP MADI FX + soundcards. + + To compile this driver as a module, choose M here: the module + will be called snd-hdspm. + +if SND_MADIFX +config SND_MADIFX_BROKEN + bool "Include broken WIP code" + help + This option is intended for developers, most people should say N + here. It enables work-in-progress code that's not yet usable from + userspace. +endif # SND_MADIFX_BROKEN + config SND_ICE1712 tristate "ICEnsemble ICE1712 (Envy24)" select SND_MPU401_UART -- 1.7.10.4