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/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/Makefile')
-rw-r--r-- | sound/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile index 85ef14bc8056..65b25d221cd2 100644 --- a/sound/pci/Makefile +++ b/sound/pci/Makefile @@ -13,7 +13,7 @@ snd-bt87x-objs := bt87x.o snd-cmipci-objs := cmipci.o snd-cs4281-objs := cs4281.o snd-cs5530-objs := cs5530.o -snd-ens1370-objs := ens1370.o +snd-ens1370-objs := ens1370.o ak4531_codec.o snd-ens1371-objs := ens1371.o snd-es1938-objs := es1938.o snd-es1968-objs := es1968.o |