diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-05-15 12:07:17 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-15 12:07:17 +0900 |
commit | 639138a991aaf1a3f65cc66700d097edc5f602fe (patch) | |
tree | ef3849e8a8ffb0f8b1396f4df826c05bd657b0ca /sound/oss/Kconfig | |
parent | bec36eca6f5d1d83a9c3733fc40ba173ad849df2 (diff) | |
download | linux-639138a991aaf1a3f65cc66700d097edc5f602fe.tar.bz2 |
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/Kconfig | 2 |
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" |