diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 08:50:01 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 08:50:01 +0000 |
commit | 0eb270a16486a4ef9f87ffd9591bfe052d1dbf69 (patch) | |
tree | d95648ef3179e2f9d5504d347bbda564ef544424 /linux/drivers/media/video/cx88/Kconfig | |
parent | e14cc3dadbf43c224ee2f55c82266fe7951e3bb8 (diff) | |
download | mediapointer-dvb-s2-0eb270a16486a4ef9f87ffd9591bfe052d1dbf69.tar.gz mediapointer-dvb-s2-0eb270a16486a4ef9f87ffd9591bfe052d1dbf69.tar.bz2 |
cx88 Kconfig fixes for cx88-alsa
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- cx88 alsa is experimental.
- Removed need of PCM OSS for an ALSA module.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/Kconfig')
-rw-r--r-- | linux/drivers/media/video/cx88/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/Kconfig b/linux/drivers/media/video/cx88/Kconfig index 76fcb4e99..53308911a 100644 --- a/linux/drivers/media/video/cx88/Kconfig +++ b/linux/drivers/media/video/cx88/Kconfig @@ -31,8 +31,7 @@ config VIDEO_CX88_DVB config VIDEO_CX88_ALSA tristate "ALSA DMA audio support" - depends on VIDEO_CX88 && SND - select SND_PCM_OSS + depends on VIDEO_CX88 && SND && EXPERIMENTAL ---help--- This is a video4linux driver for direct (DMA) audio on Conexant 2388x based TV cards. |