ALSA: Echoaudio: add support for Indigo express cards

Previous thread: ALSA: cs4236 - Merge snd-cs4236-lib module into snd-cs4236 by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:11 pm. (1 message)

Next thread: ALSA: hda - Add debug prints for digital I/O pin detections by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:12 pm. (1 message)
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:12 pm

Gitweb:     http://git.kernel.org/linus/a2328d0249fce44381289525bd580b37d2105963
Commit:     a2328d0249fce44381289525bd580b37d2105963
Parent:     4c55bb0149b604901e4989d1ee0fddc53df8eb0c
Author:     Giuliano Pochini <pochini@shiny.it>
AuthorDate: Thu Mar 19 00:09:03 2009 +0100
Committer:  Takashi Iwai <tiwai@suse.de>
CommitDate: Thu Mar 19 08:17:57 2009 +0100

    ALSA: Echoaudio: add support for Indigo express cards
    
    This patch adds support for IndigoIOx and IndigoDJx.
    
    Signed-off-by: Giuliano Pochini <pochini@shiny.it>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/pci/Kconfig                        |   20 +++++
 sound/pci/echoaudio/Makefile             |    4 +
 sound/pci/echoaudio/echoaudio.h          |    3 +
 sound/pci/echoaudio/echoaudio_dsp.h      |    9 ++-
 sound/pci/echoaudio/indigo_express_dsp.c |  119 ++++++++++++++++++++++++++++++
 sound/pci/echoaudio/indigodjx.c          |  107 +++++++++++++++++++++++++++
 sound/pci/echoaudio/indigodjx_dsp.c      |   68 +++++++++++++++++
 sound/pci/echoaudio/indigoiox.c          |  109 +++++++++++++++++++++++++++
 sound/pci/echoaudio/indigoiox_dsp.c      |   68 +++++++++++++++++
 9 files changed, 505 insertions(+), 2 deletions(-)

diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 82b9bdd..9387ab0 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -400,6 +400,26 @@ config SND_INDIGODJ
 	  To compile this driver as a module, choose M here: the module
 	  will be called snd-indigodj
 
+config SND_INDIGOIOX
+	tristate "(Echoaudio) Indigo IOx"
+	select FW_LOADER
+	select SND_PCM
+	help
+	  Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
+
+	  To compile this driver as a module, choose M here: the module
+	  will be called snd-indigoiox
+
+config SND_INDIGODJX
+	tristate "(Echoaudio) Indigo DJx"
+	select FW_LOADER
+	select SND_PCM
+	help
+	  Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
+
+	  To compile this driver as a module, choose M here: the ...
Previous thread: ALSA: cs4236 - Merge snd-cs4236-lib module into snd-cs4236 by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:11 pm. (1 message)

Next thread: ALSA: hda - Add debug prints for digital I/O pin detections by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:12 pm. (1 message)