-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sri Deevi
authored and
Mauro Carvalho Chehab
committed
Apr 7, 2009
1 parent
f86231e
commit 472e808
Showing
18 changed files
with
12,438 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 95b14fb23b543e0a9213b4ba3cc4fc640d9e453f | ||
refs/heads/master: e0d3bafd02586cfde286c320f56906fd9fa8d256 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
config VIDEO_CX231XX | ||
tristate "Conexant cx231xx USB video capture support" | ||
depends on VIDEO_DEV && I2C && INPUT | ||
select VIDEO_TUNER | ||
select VIDEO_TVEEPROM | ||
select VIDEO_IR | ||
select VIDEOBUF_VMALLOC | ||
select VIDEO_CX25840 | ||
select VIDEO_CX231XX_ALSA | ||
|
||
---help--- | ||
This is a video4linux driver for Conexant 231xx USB based TV cards. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called cx231xx | ||
|
||
config VIDEO_CX231XX_ALSA | ||
tristate "Conexant Cx231xx ALSA audio module" | ||
depends on VIDEO_CX231XX && SND | ||
select SND_PCM | ||
|
||
---help--- | ||
This is an ALSA driver for Cx231xx USB based TV cards. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called cx231xx-alsa | ||
|
||
config VIDEO_CX231XX_DVB | ||
tristate "DVB/ATSC Support for Cx231xx based TV cards" | ||
depends on VIDEO_CX231XX && DVB_CORE | ||
select VIDEOBUF_DVB | ||
select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMIZE | ||
---help--- | ||
This adds support for DVB cards based on the | ||
Conexant cx231xx chips. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
cx231xx-objs := cx231xx-video.o cx231xx-i2c.o cx231xx-cards.o cx231xx-core.o \ | ||
cx231xx-avcore.o cx231xx-pcb-config.o cx231xx-vbi.o | ||
|
||
cx231xx-alsa-objs := cx231xx-audio.o | ||
|
||
|
||
obj-$(CONFIG_VIDEO_CX231XX) += cx231xx.o | ||
obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o | ||
obj-$(CONFIG_VIDEO_CX231XX_DVB) += cx231xx-dvb.o | ||
|
||
EXTRA_CFLAGS += -Idrivers/media/video | ||
EXTRA_CFLAGS += -Idrivers/media/common/tuners | ||
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core | ||
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends | ||
|
Oops, something went wrong.