From patchwork Sat Aug 8 16:23:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Knoth X-Patchwork-Id: 6975561 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EE8F2C05AC for ; Sat, 8 Aug 2015 16:24:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3670C20630 for ; Sat, 8 Aug 2015 16:24:12 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 3200020620 for ; Sat, 8 Aug 2015 16:24:09 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 8ED3F265161; Sat, 8 Aug 2015 18:24:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 091B3264F3F; Sat, 8 Aug 2015 18:23:59 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 3B091264FFB; Sat, 8 Aug 2015 18:23:58 +0200 (CEST) Received: from ltw.loris.tv (ltw.loris.tv [188.40.101.23]) by alsa0.perex.cz (Postfix) with ESMTP id 4E26D264F3F; Sat, 8 Aug 2015 18:23:51 +0200 (CEST) Received: from localhost (ltw.loris.tv [127.0.0.1]) by ltw.loris.tv (Postfix) with ESMTP id D363261823; Sat, 8 Aug 2015 18:23:50 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.7.1 (20120429) (Debian) at ltw.loris.tv Received: from ltw.loris.tv ([127.0.0.1]) by localhost (ltw.loris.tv [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6UoZyPLt1o0i; Sat, 8 Aug 2015 18:23:49 +0200 (CEST) Received: by ltw.loris.tv (Postfix, from userid 1000) id A0DCB618C8; Sat, 8 Aug 2015 18:23:49 +0200 (CEST) From: Adrian Knoth To: patch@alsa-project.org Date: Sat, 8 Aug 2015 18:23:35 +0200 Message-Id: <1439051017-15401-3-git-send-email-adi@drcomp.erfurt.thur.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1439051017-15401-1-git-send-email-adi@drcomp.erfurt.thur.de> References: <5537C5FF.6070607@spectralbird.de> <1439051017-15401-1-git-send-email-adi@drcomp.erfurt.thur.de> Cc: tiwai@suse.de, Adrian Knoth , alsa-devel@alsa-project.org, Adrian Knoth Subject: [alsa-devel] [PATCH 2/4] ALSA: Add RME MADI FX Kconfig entries X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Adrian Knoth diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index edfc1b8..9b62479 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -607,6 +607,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-madifx. + +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