diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-05-30 03:22:22 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-05-30 03:26:09 -0400 |
commit | 23ce1547638443f0053dd674e728062c48ff0e39 (patch) | |
tree | 8b5fde61f1e55633c3420b8dd6f9794f1bf02067 /sound/pci/ac97/Makefile | |
parent | c18f68e4d809a517ed8df540bac2993a4f14d9a4 (diff) |
[ALSA] Make ak4531 local to ens1370 driver
The ak4531 module is used only by ens1370 driver (and unlikely that
any other will use it ever). Let's make it local to ens1370.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ac97/Makefile')
-rw-r--r-- | sound/pci/ac97/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/ac97/Makefile b/sound/pci/ac97/Makefile index ae36950f2568..41fa322f0971 100644 --- a/sound/pci/ac97/Makefile +++ b/sound/pci/ac97/Makefile | |||
@@ -6,8 +6,5 @@ | |||
6 | snd-ac97-codec-y := ac97_codec.o ac97_pcm.o | 6 | snd-ac97-codec-y := ac97_codec.o ac97_pcm.o |
7 | snd-ac97-codec-$(CONFIG_PROC_FS) += ac97_proc.o | 7 | snd-ac97-codec-$(CONFIG_PROC_FS) += ac97_proc.o |
8 | 8 | ||
9 | snd-ak4531-codec-objs := ak4531_codec.o | ||
10 | |||
11 | # Toplevel Module Dependency | 9 | # Toplevel Module Dependency |
12 | obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o | 10 | obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o |
13 | obj-$(CONFIG_SND_ENS1370) += snd-ak4531-codec.o | ||