Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-11 | saa7134 shouldn't DEPEND on SND_PCM_OSS. Instead, SELECT it. | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-11-10 | Prevent the following build warnings: | Michael Krufky | |
Prevent the following build warnings: *** Warning: "snd_card_free" *** Warning: "snd_card_register" *** Warning: "snd_device_new" *** Warning: "snd_card_new" *** Warning: "snd_ctl_add" *** Warning: "snd_ctl_new1" *** Warning: "snd_pcm_set_ops" *** Warning: "snd_pcm_new" *** Warning: "snd_pcm_lib_ioctl" *** Warning: "snd_pcm_hw_constraint_integer" *** Warning: "snd_pcm_stop" *** Warning: "snd_pcm_period_elapsed" [drivers/media/video/saa7134/saa7134-alsa.ko] undefined! Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-10-27 | Added DVB support for AVerMedia AVerTVHD MCE A180 | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-10-23 | - Create Kconfig files for cx88 and saa7134 directories. | Michael Krufky | |
These are new files, not yet in the kernel. When patching upstream, we will have to remove cx88 and saa7134 stuff from drivers/media/video/Kconfig and replace them with: source "drivers/media/video/cx88/Kconfig" source "drivers/media/video/saa7134/Kconfig" - Previously, when loading cx88-dvb or saa7134-dvb, all supported frontend modules get loaded as well, even if the hardware doesn't need it. - Added new functionality to give users a choice of whether to compile support for all dvb frontends, or to allow the user to tweak the build, and only include support for frontend modules needed by the hardware in the system. The option to build support for all frontends is selected by default. When unselected, a list of frontends is displayed, all selected by default. Users will be able to unselect the frontend modules that they do not wish to build support for. Signed-off-by: Michael Krufky <mkrufky@m1k.net> |