summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-15 08:50:01 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-15 08:50:01 +0000
commit0eb270a16486a4ef9f87ffd9591bfe052d1dbf69 (patch)
treed95648ef3179e2f9d5504d347bbda564ef544424
parente14cc3dadbf43c224ee2f55c82266fe7951e3bb8 (diff)
downloadmediapointer-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/Kconfig3
-rw-r--r--v4l/ChangeLog8
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: