diff options
author | John Kacur <jkacur@redhat.com> | 2010-09-22 13:47:01 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-23 08:10:32 +0200 |
commit | 095a0f6df246bdc57b57d616c4698e41fbd3bf43 (patch) | |
tree | b3eda2853594e4ea34c6e32dc816fbc900be1c4f /sound/oss/Makefile | |
parent | fdfb7fa7c9118a4112738ad86452a67107082723 (diff) | |
download | linux-095a0f6df246bdc57b57d616c4698e41fbd3bf43.tar.bz2 |
SOUND-OSS: Remove sh_dac_audio
Remove the SH DAC oss driver since there is an equivalent alsa driver.
oss has been deprecated for years. Furthermore this driver has BKL code
which we are trying to remove. Rather than attempt to fix this, simply
remove the driver.
Signed-off-by: John Kacur <jkacur@redhat.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 567b8a74178a..96f14dcd0cd1 100644 --- a/sound/oss/Makefile +++ b/sound/oss/Makefile @@ -9,7 +9,6 @@ obj-$(CONFIG_SOUND_OSS) += sound.o # Please leave it as is, cause the link order is significant ! -obj-$(CONFIG_SOUND_SH_DAC_AUDIO) += sh_dac_audio.o obj-$(CONFIG_SOUND_AEDSP16) += aedsp16.o obj-$(CONFIG_SOUND_PSS) += pss.o ad1848.o mpu401.o obj-$(CONFIG_SOUND_TRIX) += trix.o ad1848.o sb_lib.o uart401.o |