]> git.hungrycats.org Git - linux/commitdiff
[PATCH] alsa + x86-64
authorPeter Samuelson <peter@cadcamlab.org>
Wed, 13 Feb 2002 13:43:33 +0000 (05:43 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 13 Feb 2002 13:43:33 +0000 (05:43 -0800)
Obvious patch to make x86_64 pick up new sound location

arch/x86_64/config.in

index c61b071bfc611f418501eda503925d5bf0a692ec..03a0e59287368cedf5de49f4e59eae13cd9229e0 100644 (file)
@@ -213,7 +213,7 @@ comment 'Sound'
 
 tristate 'Sound card support' CONFIG_SOUND
 if [ "$CONFIG_SOUND" != "n" ]; then
-   source drivers/sound/Config.in
+   source sound/Config.in
 fi
 endmenu