diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-05-30 09:22:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-05-30 09:26:09 +0200 |
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 ae36950f256..41fa322f097 100644 --- a/sound/pci/ac97/Makefile +++ b/sound/pci/ac97/Makefile @@ -6,8 +6,5 @@ snd-ac97-codec-y := ac97_codec.o ac97_pcm.o snd-ac97-codec-$(CONFIG_PROC_FS) += ac97_proc.o -snd-ak4531-codec-objs := ak4531_codec.o - # Toplevel Module Dependency obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o -obj-$(CONFIG_SND_ENS1370) += snd-ak4531-codec.o |