]> git.neil.brown.name Git - history.git/commitdiff
Fix OSS API emulation when sound is compiled as a module
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 20 May 2002 05:07:20 +0000 (22:07 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 20 May 2002 05:07:20 +0000 (22:07 -0700)
sound/core/Config.in

index 83d122cd42b7f787047b2872918a945bcdb31102..77e2e8dfcac86b62981625139e1bd1d2e7844601 100644 (file)
@@ -13,7 +13,7 @@ dep_tristate '  Sequencer support' CONFIG_SND_SEQUENCER $CONFIG_SND
 if [ "$CONFIG_SND_SEQUENCER" != "n" ]; then
   dep_tristate '  Sequencer dummy client' CONFIG_SND_SEQ_DUMMY $CONFIG_SND_SEQUENCER
 fi
-dep_bool '  OSS API emulation' CONFIG_SND_OSSEMUL $CONFIG_SND
+dep_mbool '  OSS API emulation' CONFIG_SND_OSSEMUL $CONFIG_SND
 if [ "$CONFIG_SND_OSSEMUL" = "y" ]; then
   dep_tristate '    OSS Mixer API' CONFIG_SND_MIXER_OSS $CONFIG_SND
   dep_tristate '    OSS PCM API' CONFIG_SND_PCM_OSS $CONFIG_SND