diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-05-24 12:46:54 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 05:11:19 -0400 |
commit | 621887aee9c7b4b613c12b82b83df7e56877f303 (patch) | |
tree | fa26d2a5a584db9646ec33df6eb3965f2704bc7a /sound/pci/Makefile | |
parent | 0ba7962b9f06c02dd1af93002e8d757805d16758 (diff) |
[ALSA] Add support for Cyrix/NatSemi Geode CS5530 (VSA1)
Add support for Cyrix/NatSemi Geode SC5530 (VSA1).
The driver is snd-cs5530.
Signed-off-by Ash Willis <ashwillis@programmer.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/Makefile')
-rw-r--r-- | sound/pci/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile index e06736da9ef1..cd76e0293d06 100644 --- a/sound/pci/Makefile +++ b/sound/pci/Makefile | |||
@@ -12,6 +12,7 @@ snd-azt3328-objs := azt3328.o | |||
12 | snd-bt87x-objs := bt87x.o | 12 | snd-bt87x-objs := bt87x.o |
13 | snd-cmipci-objs := cmipci.o | 13 | snd-cmipci-objs := cmipci.o |
14 | snd-cs4281-objs := cs4281.o | 14 | snd-cs4281-objs := cs4281.o |
15 | snd-cs5530-objs := cs5530.o | ||
15 | snd-ens1370-objs := ens1370.o | 16 | snd-ens1370-objs := ens1370.o |
16 | snd-ens1371-objs := ens1371.o | 17 | snd-ens1371-objs := ens1371.o |
17 | snd-es1938-objs := es1938.o | 18 | snd-es1938-objs := es1938.o |
@@ -36,6 +37,7 @@ obj-$(CONFIG_SND_AZT3328) += snd-azt3328.o | |||
36 | obj-$(CONFIG_SND_BT87X) += snd-bt87x.o | 37 | obj-$(CONFIG_SND_BT87X) += snd-bt87x.o |
37 | obj-$(CONFIG_SND_CMIPCI) += snd-cmipci.o | 38 | obj-$(CONFIG_SND_CMIPCI) += snd-cmipci.o |
38 | obj-$(CONFIG_SND_CS4281) += snd-cs4281.o | 39 | obj-$(CONFIG_SND_CS4281) += snd-cs4281.o |
40 | obj-$(CONFIG_SND_CS5530) += snd-cs5530.o | ||
39 | obj-$(CONFIG_SND_ENS1370) += snd-ens1370.o | 41 | obj-$(CONFIG_SND_ENS1370) += snd-ens1370.o |
40 | obj-$(CONFIG_SND_ENS1371) += snd-ens1371.o | 42 | obj-$(CONFIG_SND_ENS1371) += snd-ens1371.o |
41 | obj-$(CONFIG_SND_ES1938) += snd-es1938.o | 43 | obj-$(CONFIG_SND_ES1938) += snd-es1938.o |