diff options
author | Jaya Kumar <jayakumar.alsa@gmail.com> | 2005-11-17 04:12:23 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:16:27 -0500 |
commit | 9b4ffa48ae855c8657a36014c5b0243ff69f4722 (patch) | |
tree | 4e36c51bdc69162d6b046641a755907c0e8a3fb1 /sound/pci/Makefile | |
parent | c3e6f7d8763fa0400d28c57633eb323515ba05fc (diff) |
[ALSA] Add support for the CS5535 Audio device
Add support for the CS5535 Audio device. I've fixed up some errors as per
Takashi's advice from the thread:
http://lkml.org/lkml/2005/9/15/119
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
cs5535 is a 32bit x86 only device using weird CPU features
Signed-off-by: Jaya Kumar <jayakumar.alsa@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Makefile')
-rw-r--r-- | sound/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile index 42fabfcfc2a9..82a9c734f84d 100644 --- a/sound/pci/Makefile +++ b/sound/pci/Makefile | |||
@@ -54,6 +54,7 @@ obj-$(CONFIG_SND) += \ | |||
54 | au88x0/ \ | 54 | au88x0/ \ |
55 | ca0106/ \ | 55 | ca0106/ \ |
56 | cs46xx/ \ | 56 | cs46xx/ \ |
57 | cs5535audio/ \ | ||
57 | emu10k1/ \ | 58 | emu10k1/ \ |
58 | hda/ \ | 59 | hda/ \ |
59 | ice1712/ \ | 60 | ice1712/ \ |