The patch number 8638 was added via Hans Verkuil <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[EMAIL PROTECTED]
------
From: Hans Verkuil <[EMAIL PROTECTED]>
bt87x: depends on PCI
Building bt87x fails on machines without PCI bus.
Add dependency on CONFIG_PCI.
Priority: normal
Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>
---
v4l/Kconfig.sound | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r e79d11d6a256 -r e2e0744ec9cd v4l/Kconfig.sound
--- a/v4l/Kconfig.sound Fri Aug 08 13:34:19 2008 +0200
+++ b/v4l/Kconfig.sound Fri Aug 08 16:09:07 2008 +0200
@@ -5,7 +5,7 @@ comment "ALSA sound"
config SND_BT87X
tristate "Bt87x Audio Capture"
- depends on SND
+ depends on SND && PCI
select SND_PCM
help
If you want to record audio from TV cards based on
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/e2e0744ec9cd641b7eeb5644dfa470dc3fff8a37
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits