* [2.6 patch] VIDEO_SAA7134 must depend on SOUND
@ 2005-07-02 21:58 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-07-02 21:58 UTC (permalink / raw)
To: mchehab; +Cc: video4linux-list, linux-kernel
VIDEO_SAA7134=y and SOUND=n results in the following compile error:
<-- snip -->
...
LD .tmp_vmlinux1
drivers/built-in.o(.text+0x4fafcb): In function `saa7134_initdev':
: undefined reference to `unregister_sound_dsp'
drivers/built-in.o(.text+0x4fb141): In function `saa7134_initdev':
: undefined reference to `register_sound_dsp'
drivers/built-in.o(.text+0x4fb17c): In function `saa7134_initdev':
: undefined reference to `register_sound_mixer'
drivers/built-in.o(.text+0x4fb339): In function `saa7134_finidev':
: undefined reference to `unregister_sound_mixer'
drivers/built-in.o(.text+0x4fb341): In function `saa7134_finidev':
: undefined reference to `unregister_sound_dsp'
make: *** [.tmp_vmlinux1] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc1-mm1-full/drivers/media/video/Kconfig.old 2005-07-02 19:57:04.000000000 +0200
+++ linux-2.6.13-rc1-mm1-full/drivers/media/video/Kconfig 2005-07-02 20:01:33.000000000 +0200
@@ -249,7 +249,7 @@
config VIDEO_SAA7134
tristate "Philips SAA7134 support"
- depends on VIDEO_DEV && PCI && I2C
+ depends on VIDEO_DEV && PCI && I2C && SOUND
select VIDEO_BUF
select VIDEO_IR
select VIDEO_TUNER
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] VIDEO_SAA7134 must depend on SOUND
@ 2005-07-17 1:11 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-07-17 1:11 UTC (permalink / raw)
To: Andrew Morton; +Cc: mchehab, video4linux-list, linux-kernel
VIDEO_SAA7134=y and SOUND=n results in the following compile error:
<-- snip -->
...
LD .tmp_vmlinux1
drivers/built-in.o(.text+0x4fafcb): In function `saa7134_initdev':
: undefined reference to `unregister_sound_dsp'
drivers/built-in.o(.text+0x4fb141): In function `saa7134_initdev':
: undefined reference to `register_sound_dsp'
drivers/built-in.o(.text+0x4fb17c): In function `saa7134_initdev':
: undefined reference to `register_sound_mixer'
drivers/built-in.o(.text+0x4fb339): In function `saa7134_finidev':
: undefined reference to `unregister_sound_mixer'
drivers/built-in.o(.text+0x4fb341): In function `saa7134_finidev':
: undefined reference to `unregister_sound_dsp'
make: *** [.tmp_vmlinux1] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 2 Jul 2005
--- linux-2.6.13-rc1-mm1-full/drivers/media/video/Kconfig.old 2005-07-02 19:57:04.000000000 +0200
+++ linux-2.6.13-rc1-mm1-full/drivers/media/video/Kconfig 2005-07-02 20:01:33.000000000 +0200
@@ -249,7 +249,7 @@
config VIDEO_SAA7134
tristate "Philips SAA7134 support"
- depends on VIDEO_DEV && PCI && I2C
+ depends on VIDEO_DEV && PCI && I2C && SOUND
select VIDEO_BUF
select VIDEO_IR
select VIDEO_TUNER
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-17 1:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-02 21:58 [2.6 patch] VIDEO_SAA7134 must depend on SOUND Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-07-17 1:11 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox