From: Adrian Bunk <bunk@stusta.de>
To: Randolph Chung <tausq@debian.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] let SOUND_AD1889 depend on PCI
Date: Fri, 1 Apr 2005 00:25:47 +0200 [thread overview]
Message-ID: <20050331222547.GL3185@stusta.de> (raw)
Compiling SOUND_AD1889 with PCI=n results in the following compile
error:
<-- snip -->
...
LD .tmp_vmlinux1
sound/built-in.o(.text+0x24f0c): In function `ad1889_remove':
: undefined reference to `pci_release_region'
make: *** [.tmp_vmlinux1] Error 1
<-- snip -->
This patch adds the missing dependency on PCI.
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
--- linux-2.6.12-rc1-mm4-full/sound/oss/Kconfig.old 2005-04-01 00:23:11.000000000 +0200
+++ linux-2.6.12-rc1-mm4-full/sound/oss/Kconfig 2005-04-01 00:23:39.000000000 +0200
@@ -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.
next reply other threads:[~2005-03-31 22:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-31 22:25 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-04-09 18:04 [2.6 patch] let SOUND_AD1889 depend on PCI Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050331222547.GL3185@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tausq@debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox