.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # ALSA MIPS drivers |
---|
2 | 3 | |
---|
3 | 4 | menuconfig SND_MIPS |
---|
.. | .. |
---|
13 | 14 | tristate "SGI O2 Audio" |
---|
14 | 15 | depends on SGI_IP32 |
---|
15 | 16 | select SND_PCM |
---|
16 | | - help |
---|
17 | | - Sound support for the SGI O2 Workstation. |
---|
| 17 | + help |
---|
| 18 | + Sound support for the SGI O2 Workstation. |
---|
18 | 19 | |
---|
19 | 20 | config SND_SGI_HAL2 |
---|
20 | | - tristate "SGI HAL2 Audio" |
---|
21 | | - depends on SGI_HAS_HAL2 |
---|
| 21 | + tristate "SGI HAL2 Audio" |
---|
| 22 | + depends on SGI_HAS_HAL2 |
---|
22 | 23 | select SND_PCM |
---|
23 | | - help |
---|
24 | | - Sound support for the SGI Indy and Indigo2 Workstation. |
---|
| 24 | + help |
---|
| 25 | + Sound support for the SGI Indy and Indigo2 Workstation. |
---|
25 | 26 | |
---|
26 | 27 | endif # SND_MIPS |
---|
27 | 28 | |
---|