aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/Kconfig
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2010-09-22 13:47:01 +0200
committerTakashi Iwai <tiwai@suse.de>2010-09-23 08:10:32 +0200
commit095a0f6df246bdc57b57d616c4698e41fbd3bf43 (patch)
treeb3eda2853594e4ea34c6e32dc816fbc900be1c4f /sound/oss/Kconfig
parentMerge remote branch 'alsa/devel' into topic/misc (diff)
downloadlinux-dev-095a0f6df246bdc57b57d616c4698e41fbd3bf43.tar.xz
linux-dev-095a0f6df246bdc57b57d616c4698e41fbd3bf43.zip
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 '')
-rw-r--r--sound/oss/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig
index a513651fa149..76c090218073 100644
--- a/sound/oss/Kconfig
+++ b/sound/oss/Kconfig
@@ -545,11 +545,3 @@ config SOUND_KAHLUA
endif # SOUND_OSS
-config SOUND_SH_DAC_AUDIO
- tristate "SuperH DAC audio support"
- depends on CPU_SH3 && HIGH_RES_TIMERS
-
-config SOUND_SH_DAC_AUDIO_CHANNEL
- int "DAC channel"
- default "1"
- depends on SOUND_SH_DAC_AUDIO