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
|
2009-03-17 03:47:56 +00:00
|
|
|
select G2_DMA
|
2007-05-18 12:26:59 +00:00
|
|
|
help
|
|
|
|
ALSA Sound driver for the SEGA Dreamcast console.
|
|
|
|
|
2009-11-03 20:16:27 +00:00
|
|
|
config SND_SH_DAC_AUDIO
|
|
|
|
tristate "SuperH DAC audio support"
|
|
|
|
depends on SND
|
|
|
|
depends on CPU_SH3 && HIGH_RES_TIMERS
|
|
|
|
select SND_PCM
|
|
|
|
help
|
|
|
|
Say Y here to include support for the on-chip DAC.
|
|
|
|
|
2008-05-23 14:10:37 +00:00
|
|
|
endif # SND_SUPERH
|
2007-05-18 12:26:59 +00:00
|
|
|
|