diff options
author | Adrian McMenamin <adrian@mcmen.demon.co.uk> | 2007-05-18 16:26:59 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 13:11:17 +0400 |
commit | 198de43d758ca2700e2b52b49c0b189b4931466c (patch) | |
tree | 4c783082bc682c6a3eaa9734563421bf42ba82eb /sound/sh/Makefile | |
parent | aef3b06ac69783d6a6d1e4357c62bab46dd16141 (diff) | |
download | linux-198de43d758ca2700e2b52b49c0b189b4931466c.tar.xz |
[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/Makefile')
-rw-r--r-- | sound/sh/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/sh/Makefile b/sound/sh/Makefile new file mode 100644 index 000000000000..8fdcb6e26f00 --- /dev/null +++ b/sound/sh/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for ALSA +# + +snd-aica-objs := aica.o + +# Toplevel Module Dependency +obj-$(CONFIG_SND_AICA) += snd-aica.o |