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 | |
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>
-rw-r--r-- | linux/drivers/media/video/cx88/Kconfig | 3 | ||||
-rw-r--r-- | v4l/ChangeLog | 8 |
2 files changed, 9 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. diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 42e1efbda..bea687fc1 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2006-01-15 08:47 mchehab + + * linux/drivers/media/video/cx88/Kconfig: + - cx88 alsa is experimental. + - Removed need of PCM OSS. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-15 08:43 mchehab * linux/drivers/media/video/cx88/cx88-alsa.c: |