Skip to content

Commit

Permalink
ALSA: mips: let SND_SGI_O2 select SND_PCM
Browse files Browse the repository at this point in the history
Fix the missing dependency on PCM stuff.

[Add the same fix for HAL2, too -- tiwai]

Signed-off-by: Nicholas Mc Guire <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Nicholas Mc Guire authored and tiwai committed Jun 15, 2015
1 parent 8b99aba commit 0f252a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ if SND_MIPS
config SND_SGI_O2
tristate "SGI O2 Audio"
depends on SGI_IP32
select SND_PCM
help
Sound support for the SGI O2 Workstation.

config SND_SGI_HAL2
tristate "SGI HAL2 Audio"
depends on SGI_HAS_HAL2
select SND_PCM
help
Sound support for the SGI Indy and Indigo2 Workstation.

Expand Down

0 comments on commit 0f252a3

Please sign in to comment.