aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sh/Kconfig
diff options
context:
space:
mode:
authorAdrian McMenamin <adrian@mcmen.demon.co.uk>2007-05-18 14:26:59 +0200
committerJaroslav Kysela <perex@suse.cz>2007-07-20 11:11:17 +0200
commit198de43d758ca2700e2b52b49c0b189b4931466c (patch)
tree4c783082bc682c6a3eaa9734563421bf42ba82eb /sound/sh/Kconfig
parent[ALSA] SH7760 ASoC support (diff)
downloadlinux-dev-198de43d758ca2700e2b52b49c0b189b4931466c.tar.xz
linux-dev-198de43d758ca2700e2b52b49c0b189b4931466c.zip
[ALSA] Add ALSA support for the SEGA Dreamcast PCM device
ALSA support for the SEGA Dreamcast Yamaha AICA sound device (pcm) This patch adds ALSA sound support for pcm playback on two channels on the SEGA Dreamcast built-in sound device (the Yamaha AICA) Add driver for the AICA sound device built into the SEGA Dreamcast Hook it all up with the build system. Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/sh/Kconfig')
-rw-r--r--sound/sh/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/sh/Kconfig b/sound/sh/Kconfig
new file mode 100644
index 000000000000..b7e08ef22a94
--- /dev/null
+++ b/sound/sh/Kconfig
@@ -0,0 +1,14 @@
+# ALSA SH drivers
+
+menu "SUPERH devices"
+ depends on SND!=n && SUPERH
+
+config SND_AICA
+ tristate "Dreamcast Yamaha AICA sound"
+ depends on SH_DREAMCAST && SND
+ select SND_PCM
+ help
+ ALSA Sound driver for the SEGA Dreamcast console.
+
+endmenu
+