9b4ffa48ae
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>
9 lines
169 B
Makefile
9 lines
169 B
Makefile
#
|
|
# Makefile for cs5535audio
|
|
#
|
|
|
|
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|