diff options
author | Jaya Kumar <jayakumar.alsa@gmail.com> | 2005-11-17 10:12:23 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 12:16:27 +0100 |
commit | 9b4ffa48ae855c8657a36014c5b0243ff69f4722 (patch) | |
tree | 4e36c51bdc69162d6b046641a755907c0e8a3fb1 /sound/pci/cs5535audio/Makefile | |
parent | c3e6f7d8763fa0400d28c57633eb323515ba05fc (diff) | |
download | blackbird-op-linux-9b4ffa48ae855c8657a36014c5b0243ff69f4722.tar.gz blackbird-op-linux-9b4ffa48ae855c8657a36014c5b0243ff69f4722.zip |
[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/cs5535audio/Makefile')
-rw-r--r-- | sound/pci/cs5535audio/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/cs5535audio/Makefile b/sound/pci/cs5535audio/Makefile new file mode 100644 index 000000000000..08d8ee6547d3 --- /dev/null +++ b/sound/pci/cs5535audio/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for cs5535audio +# + +snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o + +# Toplevel Module Dependency +obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o |