198de43d75
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>
14 lines
244 B
Text
14 lines
244 B
Text
# 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
|
|
|