9ac25594e6
Appended is my patch adding PM support to the cs5535audio driver. I also added the ac97 quirk but it's not yet confirmed which boards need to be in the quirk list. The patch also includes some Kconfig and misc cleanup. Signed-off-by: Jaya Kumar <jayakumar.alsa@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
13 lines
233 B
Makefile
13 lines
233 B
Makefile
#
|
|
# Makefile for cs5535audio
|
|
#
|
|
|
|
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
ifdef CONFIG_PM
|
|
snd-cs5535audio-objs += cs5535audio_pm.o
|
|
endif
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|