Kconfig (b2aaf8f74cdc84a9182f6cabf198b7763bcb9d40) | Kconfig (40f49e7ed77f1b753a7243c0137e4767a50ea8bd) |
---|---|
1# ALSA SH drivers 2 3menuconfig SND_SUPERH 4 bool "SUPERH sound devices" 5 depends on SUPERH 6 default y 7 help 8 Support for sound devices specific to SUPERH architectures. 9 Drivers that are implemented on ASoC can be found in 10 "ALSA for SoC audio support" section. 11 12if SND_SUPERH 13 14config SND_AICA 15 tristate "Dreamcast Yamaha AICA sound" 16 depends on SH_DREAMCAST 17 select SND_PCM | 1# ALSA SH drivers 2 3menuconfig SND_SUPERH 4 bool "SUPERH sound devices" 5 depends on SUPERH 6 default y 7 help 8 Support for sound devices specific to SUPERH architectures. 9 Drivers that are implemented on ASoC can be found in 10 "ALSA for SoC audio support" section. 11 12if SND_SUPERH 13 14config SND_AICA 15 tristate "Dreamcast Yamaha AICA sound" 16 depends on SH_DREAMCAST 17 select SND_PCM |
18 select G2_DMA |
|
18 help 19 ALSA Sound driver for the SEGA Dreamcast console. 20 21endif # SND_SUPERH 22 | 19 help 20 ALSA Sound driver for the SEGA Dreamcast console. 21 22endif # SND_SUPERH 23 |