aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-05-15 12:07:17 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-15 12:07:17 +0900
commit639138a991aaf1a3f65cc66700d097edc5f602fe (patch)
treeef3849e8a8ffb0f8b1396f4df826c05bd657b0ca /sound/oss/Kconfig
parentsh: hd64461: Fix up I/O base register offsets. (diff)
downloadlinux-dev-639138a991aaf1a3f65cc66700d097edc5f602fe.tar.xz
linux-dev-639138a991aaf1a3f65cc66700d097edc5f602fe.zip
sound: oss: sh_dac_audio timer fixes.
This patch modifies sh_dac_audio in the following ways: - use high resolution timer instead of TMU1 - fix cpu/dac.h include - add future rewrite comment Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'sound/oss/Kconfig')
-rw-r--r--sound/oss/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig
index 1ca7427c4b6d..bcf2a0698d54 100644
--- a/sound/oss/Kconfig
+++ b/sound/oss/Kconfig
@@ -561,7 +561,7 @@ endif # SOUND_OSS
config SOUND_SH_DAC_AUDIO
tristate "SuperH DAC audio support"
- depends on CPU_SH3
+ depends on CPU_SH3 && HIGH_RES_TIMERS
config SOUND_SH_DAC_AUDIO_CHANNEL
int "DAC channel"