Skip to content

Commit

Permalink
V4L/DVB (4191): Add CX2341X MPEG encoder module.
Browse files Browse the repository at this point in the history
Adds the cx2341x.c module that handles the programming of the Conexant
cx23415/6 MPEG encoder chip used by cx88-blackbird, pvrusb2 and ivtv.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 9cb2318 commit 5d1a9ae
Show file tree
Hide file tree
Showing 5 changed files with 938 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ config VIDEO_IR
config VIDEO_TVEEPROM
tristate

config VIDEO_CX2341X
tristate

config USB_DABUSB
tristate "DABUSB driver"
depends on USB
Expand Down
1 change: 1 addition & 0 deletions drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ obj-$(CONFIG_VIDEO_SAA711X) += saa7115.o
obj-$(CONFIG_VIDEO_SAA7127) += saa7127.o
obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o

obj-$(CONFIG_USB_DABUSB) += dabusb.o
obj-$(CONFIG_USB_DSBR) += dsbr100.o
Expand Down
Loading

0 comments on commit 5d1a9ae

Please sign in to comment.