diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-18 16:36:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-24 14:26:52 -0500 |
commit | bc2c7c365bd18c00f5fefaf1a560c440f3ce13f3 (patch) | |
tree | 05102051eab11379ed07f6d5c49f6bdd24947417 /drivers/media/video/cx88/Kconfig | |
parent | 73dcddc583c40bcc9e6bf468c78c31930899922c (diff) |
V4L/DVB (3557): Kconfig: fix title and description for VIDEO_CX88_ALSA
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/Kconfig')
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig index e140996e6ee4..ff0f72340d69 100644 --- a/drivers/media/video/cx88/Kconfig +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -16,12 +16,13 @@ config VIDEO_CX88 | |||
16 | module will be called cx8800 | 16 | module will be called cx8800 |
17 | 17 | ||
18 | config VIDEO_CX88_ALSA | 18 | config VIDEO_CX88_ALSA |
19 | tristate "ALSA DMA audio support" | 19 | tristate "Conexant 2388x DMA audio support" |
20 | depends on VIDEO_CX88 && SND && EXPERIMENTAL | 20 | depends on VIDEO_CX88 && SND && EXPERIMENTAL |
21 | select SND_PCM | 21 | select SND_PCM |
22 | ---help--- | 22 | ---help--- |
23 | This is a video4linux driver for direct (DMA) audio on | 23 | This is a video4linux driver for direct (DMA) audio on |
24 | Conexant 2388x based TV cards. | 24 | Conexant 2388x based TV cards using ALSA. |
25 | |||
25 | It only works with boards with function 01 enabled. | 26 | It only works with boards with function 01 enabled. |
26 | To check if your board supports, use lspci -n. | 27 | To check if your board supports, use lspci -n. |
27 | If supported, you should see 1471:8801 or 1471:8811 | 28 | If supported, you should see 1471:8801 or 1471:8811 |