2007-05-18 12:26:59 +00:00
|
|
|
# ALSA SH drivers
|
|
|
|
|
2008-05-23 14:10:37 +00:00
|
|
|
menuconfig SND_SUPERH
|
|
|
|
bool "SUPERH sound devices"
|
|
|
|
depends on SUPERH
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support for sound devices specific to SUPERH architectures.
|
|
|
|
Drivers that are implemented on ASoC can be found in
|
|
|
|
"ALSA for SoC audio support" section.
|
|
|
|
|
|
|
|
if SND_SUPERH
|
2007-05-18 12:26:59 +00:00
|
|
|
|
|
|
|
config SND_AICA
|
|
|
|
tristate "Dreamcast Yamaha AICA sound"
|
2008-05-23 14:10:37 +00:00
|
|
|
depends on SH_DREAMCAST
|
2007-05-18 12:26:59 +00:00
|
|
|
select SND_PCM
|
|
|
|
help
|
|
|
|
ALSA Sound driver for the SEGA Dreamcast console.
|
|
|
|
|
2008-05-23 14:10:37 +00:00
|
|
|
endif # SND_SUPERH
|
2007-05-18 12:26:59 +00:00
|
|
|
|