Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # ALSA SH drivers
0003 
0004 menuconfig SND_SUPERH
0005         bool "SUPERH sound devices"
0006         depends on SUPERH
0007         default y
0008         help
0009           Support for sound devices specific to SUPERH architectures.
0010           Drivers that are implemented on ASoC can be found in
0011           "ALSA for SoC audio support" section.
0012 
0013 if SND_SUPERH
0014 
0015 config SND_AICA
0016         tristate "Dreamcast Yamaha AICA sound"
0017         depends on SH_DREAMCAST
0018         select SND_PCM
0019         select G2_DMA
0020         help
0021           ALSA Sound driver for the SEGA Dreamcast console.
0022 
0023 config SND_SH_DAC_AUDIO
0024         tristate "SuperH DAC audio support"
0025         depends on SND
0026         depends on CPU_SH3 && HIGH_RES_TIMERS
0027         select SND_PCM
0028         help
0029           Say Y here to include support for the on-chip DAC.
0030 
0031 endif   # SND_SUPERH
0032