Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
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	select SND_PCM
16        help
17                Sound support for the SGI O2 Workstation. 
18
19config SND_SGI_HAL2
20        tristate "SGI HAL2 Audio"
21        depends on SGI_HAS_HAL2
22	select SND_PCM
23        help
24                Sound support for the SGI Indy and Indigo2 Workstation.
25
26endif	# SND_MIPS
27