At Fri, 18 Aug 2006 12:18:28 +0200, Toralf Förster wrote: > > Hm, > > against which version did youcreate that patch, the current section of linux- 2.6.18-rc4-gkh1 in that file looks like: > > config SND_FM801_TEA575X > tristate > depends on SND_FM801_TEA575X_BOOL > default SND_FM801 > select VIDEO_V4L1 Oh, it looks like mine was somehow old. The problem is CONFIG_VIDEO_DEV isn't selected automatically even if you select CONFIG_VIDEO_V4L1. How about the one below? Takashi diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index e49c0fe..266068d 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -474,6 +474,7 @@ config SND_FM801_TEA575X tristate depends on SND_FM801_TEA575X_BOOL default SND_FM801 + select VIDEO_DEV select VIDEO_V4L1 config SND_HDA_INTEL ------------------------------------------------------------------------- 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