diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-24 00:29:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:27 -0400 |
commit | 7102ed519a08b70eadc8fea9d8765d2d990241d1 (patch) | |
tree | f98b5992d340e66a72ae9e0807d732962de37cf8 /sound/oss/Makefile | |
parent | 33cba0657393a75e18e1781e3e13613303f18124 (diff) |
remove the OSS trident driver
SOUND_TRIDENT was the last PCI OSS driver, and since there's already an
ALSA driver for the same hardware we can remove it.
[muli@il.ibm.com: update CREDITS]
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss/Makefile')
-rw-r--r-- | sound/oss/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/oss/Makefile b/sound/oss/Makefile index 1f86299fae40..3a141474fb73 100644 --- a/sound/oss/Makefile +++ b/sound/oss/Makefile | |||
@@ -29,7 +29,6 @@ obj-$(CONFIG_SOUND_MSNDCLAS) += msnd.o msnd_classic.o | |||
29 | obj-$(CONFIG_SOUND_MSNDPIN) += msnd.o msnd_pinnacle.o | 29 | obj-$(CONFIG_SOUND_MSNDPIN) += msnd.o msnd_pinnacle.o |
30 | obj-$(CONFIG_SOUND_VWSND) += vwsnd.o | 30 | obj-$(CONFIG_SOUND_VWSND) += vwsnd.o |
31 | obj-$(CONFIG_SOUND_AU1550_AC97) += au1550_ac97.o ac97_codec.o | 31 | obj-$(CONFIG_SOUND_AU1550_AC97) += au1550_ac97.o ac97_codec.o |
32 | obj-$(CONFIG_SOUND_TRIDENT) += trident.o ac97_codec.o | ||
33 | obj-$(CONFIG_SOUND_BCM_CS4297A) += swarm_cs4297a.o | 32 | obj-$(CONFIG_SOUND_BCM_CS4297A) += swarm_cs4297a.o |
34 | 33 | ||
35 | obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o | 34 | obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o |