diff options
author | lawrence rust <lawrence@softsystem.co.uk> | 2010-08-24 06:50:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-27 22:21:44 -0300 |
commit | 0f63a14d357b3a80abb5203a574cbb3f8988c2f7 (patch) | |
tree | 5ba3006f1d71b4c75510942a9f3980e6f2f8c820 /drivers/media | |
parent | fb0c484f72df9e336605b5659f39eb1ab5e8d946 (diff) | |
download | linux-3.10-0f63a14d357b3a80abb5203a574cbb3f8988c2f7.tar.gz linux-3.10-0f63a14d357b3a80abb5203a574cbb3f8988c2f7.tar.bz2 linux-3.10-0f63a14d357b3a80abb5203a574cbb3f8988c2f7.zip |
V4L/DVB: cx88: Kconfig: Remove EXPERIMENTAL dependency from VIDEO_CX88_ALSA
The cx88-alsa module has been around since January 2006 and has seen no
significant changes since September 2007. It is stable in operation
and so I believe that the 'experimental' tag is no longer warranted.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index 99dbae11759..0fa85cbefbb 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig @@ -17,7 +17,7 @@ config VIDEO_CX88 config VIDEO_CX88_ALSA tristate "Conexant 2388x DMA audio support" - depends on VIDEO_CX88 && SND && EXPERIMENTAL + depends on VIDEO_CX88 && SND select SND_PCM ---help--- This is a video4linux driver for direct (DMA) audio on |