At Fri, 18 Aug 2006 09:17:14 +0200, Toralf Förster wrote: > > During compile tests of different .configs I got : > ... > > sound/i2c/other/tea575x-tuner.c:157: error: `VIDIOCSAUDIO' undeclared (first use in this function) > sound/i2c/other/tea575x-tuner.c:159: error: storage size of 'v' isn't known > sound/i2c/other/tea575x-tuner.c:159: warning: unused variable `v' > sound/i2c/other/tea575x-tuner.c: In function `snd_tea575x_init': > sound/i2c/other/tea575x-tuner.c:192: error: `VID_HARDWARE_RTRACK' undeclared (first use in this function) > sound/i2c/other/tea575x-tuner.c:194: warning: implicit declaration of function `video_set_drvdata' > sound/i2c/other/tea575x-tuner.c:197: error: `video_exclusive_open' undeclared (first use in this function) > sound/i2c/other/tea575x-tuner.c:198: error: `video_exclusive_release' undeclared (first use in this function) > make[3]: *** [sound/i2c/other/tea575x-tuner.o] Error 1 > make[2]: *** [sound/i2c/other] Error 2 > make[1]: *** [sound/i2c] Error 2 > make: *** [sound] Error 2 Looks like we need CONFIG_VIDEO_V4L1_COMPAT=y. Does the patch below work? Takashi diff -r 9a7c82908d37 pci/Kconfig --- a/sound/pci/Kconfig Thu Aug 17 18:21:36 2006 +0200 +++ b/sound/pci/Kconfig Fri Aug 18 11:48:02 2006 +0200 @@ -473,6 +473,7 @@ config SND_FM801_TEA575X depends on SND_FM801_TEA575X_BOOL default SND_FM801 select VIDEO_DEV + select VIDEO_V4L1_COMPAT config SND_HDA_INTEL tristate "Intel HD Audio" ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel