diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-07-31 23:00:17 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-06 17:39:46 +0400 |
commit | 9295aea1e8e00ea83965eb739b8d0bd2ea03c7cb (patch) | |
tree | 4f671ff41a7b586cf1f8bee597bf573755977e8d /sound/isa/wss/Makefile | |
parent | 740dc9c4766b462ae88a630e969ddd3ef83a6125 (diff) | |
download | linux-9295aea1e8e00ea83965eb739b8d0bd2ea03c7cb.tar.xz |
ALSA: wss_lib: move cs4231_lib into wss_lib
Move the file sound/isa/cs423x/cs4231_lib.c
into sound/isa/cs423x/wss_lib.c
This is the first step toward merging all libraries
for Windows Sound System compatible chips
into a single library.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Reviewed-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/isa/wss/Makefile')
-rw-r--r-- | sound/isa/wss/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/isa/wss/Makefile b/sound/isa/wss/Makefile new file mode 100644 index 000000000000..454fee769a31 --- /dev/null +++ b/sound/isa/wss/Makefile @@ -0,0 +1,10 @@ +# +# Makefile for ALSA +# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz> +# + +snd-wss-lib-objs := wss_lib.o + +# Toplevel Module Dependency +obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o + |