diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-05-20 21:04:31 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2006-05-20 21:04:31 +0200 |
commit | 3806358efcb85863e495093fa74fb649167785b5 (patch) | |
tree | 1dc69e5bb2c428f043d9829215f7e3af32ad9419 /linux/drivers/media/video/Kconfig | |
parent | d334b57f4f49f9f7d78475dd6aa29b1dbaee90fe (diff) | |
download | mediapointer-dvb-s2-3806358efcb85863e495093fa74fb649167785b5.tar.gz mediapointer-dvb-s2-3806358efcb85863e495093fa74fb649167785b5.tar.bz2 |
Add support for the Texas Instruments TLV320AIC23B audio codec
From: Scott Alfter <salfter@ssai.us>
Signed-off-by: Scott Alfter <salfter@ssai.us>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index cf36fd123..5afcdf759 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -363,6 +363,15 @@ config VIDEO_CS53L32A To compile this driver as a module, choose M here: the module will be called cs53l32a. +config VIDEO_TLV320AIC23B + tristate "Texas Instruments TLV320AIC23B audio codec" + depends on VIDEO_DEV && I2C && EXPERIMENTAL + ---help--- + Support for the Texas Instruments TLV320AIC23B audio codec. + + To compile this driver as a module, choose M here: the + module will be called tlv320aic23b. + config VIDEO_WM8775 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" depends on VIDEO_DEV && I2C && EXPERIMENTAL |