]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: mips: let SND_SGI_O2 select SND_PCM
authorNicholas Mc Guire <hofrat@osadl.org>
Sun, 14 Jun 2015 17:16:59 +0000 (19:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Jun 2015 11:21:58 +0000 (13:21 +0200)
Fix the missing dependency on PCM stuff.

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

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/mips/Kconfig

index d2f615ab177a7ca021d9f802d61ba2b57b10a7ca..2153d31fb66312025cb6221afd8476d313261785 100644 (file)
@@ -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.