Loading...
1# ALSA MIPS drivers
2
3menuconfig SND_MIPS
4 bool "MIPS sound devices"
5 depends on MIPS
6 default y
7 help
8 Support for sound devices of MIPS architectures.
9
10if SND_MIPS
11
12config SND_SGI_O2
13 tristate "SGI O2 Audio"
14 depends on SGI_IP32
15 help
16 Sound support for the SGI O2 Workstation.
17
18config SND_SGI_HAL2
19 tristate "SGI HAL2 Audio"
20 depends on SGI_HAS_HAL2
21 help
22 Sound support for the SGI Indy and Indigo2 Workstation.
23
24
25config SND_AU1X00
26 tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
27 depends on MIPS_ALCHEMY
28 select SND_PCM
29 select SND_AC97_CODEC
30 help
31 ALSA Sound driver for the Au1x00's AC97 port.
32
33 Newer drivers for ASoC are available, please do not use
34 this driver as it will be removed in the future.
35
36endif # SND_MIPS
37
1# SPDX-License-Identifier: GPL-2.0-only
2# ALSA MIPS drivers
3
4menuconfig SND_MIPS
5 bool "MIPS sound devices"
6 depends on MIPS
7 default y
8 help
9 Support for sound devices of MIPS architectures.
10
11if SND_MIPS
12
13config SND_SGI_O2
14 tristate "SGI O2 Audio"
15 depends on SGI_IP32
16 select SND_PCM
17 help
18 Sound support for the SGI O2 Workstation.
19
20config SND_SGI_HAL2
21 tristate "SGI HAL2 Audio"
22 depends on SGI_HAS_HAL2
23 select SND_PCM
24 help
25 Sound support for the SGI Indy and Indigo2 Workstation.
26
27config SND_N64
28 bool "N64 Audio"
29 depends on MACH_NINTENDO64 && SND=y
30 select SND_PCM
31 help
32 Sound support for the N64.
33
34endif # SND_MIPS
35