tree 76dde36583d83c2e6c84903a90262c59eb656eb0
parent 0c4628f95b1feab696b8a5b3bd76175cb738fd19
author Adrian Bunk <[EMAIL PROTECTED]> Tue Apr 12 08:26:28 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:26:28 2005

[PATCH] let SOUND_AD1889 depend on PCI

Compiling SOUND_AD1889 with PCI=n results in the following compile
error:

sound/built-in.o(.text+0x24f0c): In function `ad1889_remove':
: undefined reference to `pci_release_region'

This patch adds the missing dependency on PCI.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: sound/oss/Kconfig
===================================================================
--- ca559b5894089e93ed0666bbe883b218f4b82135/sound/oss/Kconfig  (mode:100644 
sha1:80c89dd478283f661b26f41e100930ec3adedb84)
+++ 76dde36583d83c2e6c84903a90262c59eb656eb0/sound/oss/Kconfig  (mode:100644 
sha1:f9ce9a8149da5bc44396b2839ed090b3a0ae4888)
@@ -556,7 +556,7 @@
 
 config SOUND_AD1889
        tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)"
-       depends on EXPERIMENTAL && SOUND_OSS
+       depends on EXPERIMENTAL && SOUND_OSS && PCI
        help
          Say M here if you have a sound card based on the Analog Devices
          AD1889 chip.
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to