Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21750
b: refs/heads/master
c: e273db7
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Mar 21, 2006
1 parent 6f4f257 commit fe05a6a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5c08a2ee906381d85a6f0a3ca309fd56cf3b90f
refs/heads/master: e273db7a99eabb4b2ba66dbaa90a63894cb2f2e3
22 changes: 22 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ config VIDEO_AUDIO_DECODER
tristate "Add support for additional audio chipsets"
depends on VIDEO_DEV && I2C && EXPERIMENTAL
select VIDEO_MSP3400
select VIDEO_CS53L32A
select VIDEO_WM8775
---help---
Say Y here to compile drivers for WM8775, CS53L32A and
MSP34xx audio decoders.
Expand All @@ -359,6 +361,26 @@ config VIDEO_MSP3400
To compile this driver as a module, choose M here: the
module will be called msp3400

config VIDEO_CS53L32A
tristate "Cirrus Logic CS53L32A audio ADC"
depends on VIDEO_DEV && I2C && EXPERIMENTAL
---help---
Support for the Cirrus Logic CS53L32A low voltage
stereo A/D converter.

To compile this driver as a module, choose M here: the
module will be called cs53l32a

config VIDEO_WM8775
tristate "Wolfson Microelectronics WM8775 audio ADC"
depends on VIDEO_DEV && I2C && EXPERIMENTAL
---help---
Support for the Wolfson Microelectronics WM8775
high performance stereo A/D Converter.

To compile this driver as a module, choose M here: the
module will be called wm8775

source "drivers/media/video/cx25840/Kconfig"

config VIDEO_SAA711X
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ obj-$(CONFIG_VIDEO_CX88) += cx88/
obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
obj-$(CONFIG_VIDEO_EM28XX) += tvp5150.o
obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o
obj-$(CONFIG_VIDEO_AUDIO_DECODER) += wm8775.o cs53l32a.o
obj-$(CONFIG_VIDEO_CS53L32A) += cs53l32a.o
obj-$(CONFIG_VIDEO_WM8775) += wm8775.o
obj-$(CONFIG_VIDEO_OVCAMCHIP) += ovcamchip/
obj-$(CONFIG_VIDEO_CPIA2) += cpia2/
obj-$(CONFIG_VIDEO_MXB) += saa7111.o tda9840.o tea6415c.o tea6420.o mxb.o
Expand Down

0 comments on commit fe05a6a

Please sign in to comment.