diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 3 | ||||
-rw-r--r-- | v4l/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 2423fb63a..e7a62ea87 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,5 +1,8 @@ 2005-08-13 22:56 mchehab + * Makefile: + - corrected to generate cx88-alsa.ko + * cx88-alsa.c: - snd register working. Also Capture control. - pending: pcm functions and fix some trouble when inserting it diff --git a/v4l/Makefile b/v4l/Makefile index 6d68c37c9..909ce987b 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -36,7 +36,7 @@ obj-$(CONFIG_VIDEO_CX88) += btcx-risc.o cx88xx.o cx8800.o cx8802.o \ # THIS IS NOT FINISHED YET --- IT IS HERE ONLY FOR DEVELOPERS !!!! ifeq ($(CONFIG_VIDEO_ALSA),m) - cx8801-objs := cx8801.o + cx8801-objs := cx88-alsa.o obj-$(CONFIG_VIDEO_CX88) += cx88-alsa.o endif @@ -135,7 +135,7 @@ inst_video := btcx-risc.ko bttv.ko tda9887.ko tuner.ko tvaudio.ko tveeprom.ko inst_video += tvmixer.ko v4l1-compat.ko v4l2-common.ko inst_video += video-buf.ko video-buf-dvb.ko inst_video += ir-kbd-gpio.ko ir-kbd-i2c.ko msp3400.ko -inst_cx88 := cx8800.ko cx8801.ko cx8802.ko +inst_cx88 := cx8800.ko cx8801.ko cx8802.ko cx88-alsa.ko inst_cx88 += cx88-blackbird.ko cx88xx.ko cx88-dvb.ko inst_saa7134 := saa6752hs.ko saa7134.ko saa7134-empress.ko saa7134-dvb.ko |