diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:32:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:32:44 -0500 |
commit | b7f355d23c34399ccfd54fd613c306ab4a788234 (patch) | |
tree | 3e55c0b49918bb82f97650b281ad8feca7ad8007 /drivers/media/video/cx88/Kconfig | |
parent | 0de71224d17f43101fa20696a8d7a78fb599557e (diff) |
V4L/DVB (3293): Added digital support for cx88 (cx88-alsa)
- This module is co-authored by Ricardo Cerqueira <v4l@cerqueira.org>.
- Added digital audio support for cx88-based boards that have function
01 enabled. These boards can be identified by having PCI id 1471:8801
or 1471:8811.
- Increased DMA buffer from 512 to 4096 seems to fix audio distortion.
- Existing audio DMA uses conflict with cx88-alsa. Should be disabled when
cx88-alsa module is compiled.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index ec6201a32aca..76fcb4e995c9 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -29,6 +29,21 @@ config VIDEO_CX88_DVB | |||
29 | You must also select one or more DVB/ATSC demodulators. | 29 | You must also select one or more DVB/ATSC demodulators. |
30 | If you are unsure which you need, choose all of them. | 30 | If you are unsure which you need, choose all of them. |
31 | 31 | ||
32 | config VIDEO_CX88_ALSA | ||
33 | tristate "ALSA DMA audio support" | ||
34 | depends on VIDEO_CX88 && SND | ||
35 | select SND_PCM_OSS | ||
36 | ---help--- | ||
37 | This is a video4linux driver for direct (DMA) audio on | ||
38 | Conexant 2388x based TV cards. | ||
39 | It only works with boards with function 01 enabled. | ||
40 | To check if your board supports, use lspci -n. | ||
41 | If supported, you should see 1471:8801 or 1471:8811 | ||
42 | PCI device. | ||
43 | |||
44 | To compile this driver as a module, choose M here: the | ||
45 | module will be called cx88-alsa. | ||
46 | |||
32 | config VIDEO_CX88_DVB_ALL_FRONTENDS | 47 | config VIDEO_CX88_DVB_ALL_FRONTENDS |
33 | bool "Build all supported frontends for cx2388x based TV cards" | 48 | bool "Build all supported frontends for cx2388x based TV cards" |
34 | default y | 49 | default y |