tree ac85d6d2a8a5aab679c4adb25fb4b62c31276974
parent 9a8488965dc4c42a4a1f84cab907c7d6c5cf1563
author Adrian Bunk <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:59 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:59 -0700
[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]>
oss/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: sound/oss/Kconfig
===================================================================
--- 58581a02cc06bb1a2991209c9e4d559353cbec6f/sound/oss/Kconfig (mode:100644
sha1:d303c2ed6e5a9f8c70ea8ec3c4721f27d33ada94)
+++ ac85d6d2a8a5aab679c4adb25fb4b62c31276974/sound/oss/Kconfig (mode:100644
sha1:a9602f89d6b1c4bfaaf6bb36b5e2bc508745141e)
@@ -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