-
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.
yaml --- r: 21730 b: refs/heads/master c: f6fe8c6 h: refs/heads/master v: v3
- Loading branch information
Michael Krufky
authored and
Linus Torvalds
committed
Mar 21, 2006
1 parent
05a6aad
commit aac5e8c
Showing
5 changed files
with
16 additions
and
3 deletions.
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: 31dcbf994b9eda784c620c8caa3a9dc67a9d0045 | ||
refs/heads/master: f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3 |
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
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,9 @@ | ||
config VIDEO_CX25840 | ||
tristate "Conexant CX2584x audio/video decoders" | ||
depends on VIDEO_DEV && I2C && EXPERIMENTAL | ||
select FW_LOADER | ||
---help--- | ||
Support for the Conexant CX2584x audio/video decoders. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called cx25840 |
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,6 +1,6 @@ | ||
cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \ | ||
cx25840-vbi.o | ||
|
||
obj-$(CONFIG_VIDEO_DECODER) += cx25840.o | ||
obj-$(CONFIG_VIDEO_CX25840) += cx25840.o | ||
|
||
EXTRA_CFLAGS += -I$(src)/.. |