diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-03-28 23:23:48 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2006-03-28 23:23:48 +0200 |
commit | 903c36ebf540db31e1dc1348e3b13d91ba79faee (patch) | |
tree | 61431bc095b0c41d1412ccbf35b22970f8386b47 /linux/drivers/media/video/Kconfig | |
parent | fe57e9e343b68651e0666447d96d2db4fbb0a83d (diff) | |
download | mediapointer-dvb-s2-903c36ebf540db31e1dc1348e3b13d91ba79faee.tar.gz mediapointer-dvb-s2-903c36ebf540db31e1dc1348e3b13d91ba79faee.tar.bz2 |
Add wm8739 stereo audio ADC i2c driver
From: Hans Verkuil <hverkuil@xs4all.nl>
Add support for the Wolfson Microelectronics WM8739
stereo A/D converter from the ivtv driver.
Many thanks to Takahiro Adachi for writing the original driver.
Signed-off-by: Takahiro Adachi <tadachi@tadachi-net.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 62e71b527..ba64440c2 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -336,15 +336,25 @@ config VIDEO_CS53L32A module will be called cs53l32a config VIDEO_WM8775 - tristate "Wolfson Microelectronics WM8775 audio ADC" + tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" depends on VIDEO_DEV && I2C && EXPERIMENTAL ---help--- - Support for the Wolfson Microelectronics WM8775 - high performance stereo A/D Converter. + Support for the Wolfson Microelectronics WM8775 high + performance stereo A/D Converter with a 4 channel input mixer. To compile this driver as a module, choose M here: the module will be called wm8775 +config VIDEO_WM8739 + tristate "Wolfson Microelectronics WM8739 stereo audio ADC" + depends on VIDEO_DEV && I2C && EXPERIMENTAL + ---help--- + Support for the Wolfson Microelectronics WM8739 + stereo A/D Converter. + + To compile this driver as a module, choose M here: the + module will be called wm8739 + source "drivers/media/video/cx25840/Kconfig" config VIDEO_SAA711X |