diff options
author | Andy Walls <awalls@md.metrocast.net> | 2012-09-03 16:03:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-18 14:34:59 -0400 |
commit | 24e527a0e7b23ca0158a4251157d234e156f88ca (patch) | |
tree | 68e2dd91bf108ee1035da0346b46c5734819c01d /drivers/media | |
parent | 4313902ebe33155209472215c62d2f29d117be29 (diff) |
[media] ivtv-alsa: Remove EXPERIMENTAL from Kconfig and revise Kconfig help text
Remove the (somewhat meaningless?) dependency on EXPERIMENTAL for the
ivtv-alsa driver. Revise the Kconfig help text to be a little clearer for
the lay person, while we are here.
Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/pci/ivtv/Kconfig | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/drivers/media/pci/ivtv/Kconfig b/drivers/media/pci/ivtv/Kconfig index 3906b883e2b..dd6ee57e3a4 100644 --- a/drivers/media/pci/ivtv/Kconfig +++ b/drivers/media/pci/ivtv/Kconfig | |||
@@ -29,12 +29,17 @@ config VIDEO_IVTV | |||
29 | module will be called ivtv. | 29 | module will be called ivtv. |
30 | 30 | ||
31 | config VIDEO_IVTV_ALSA | 31 | config VIDEO_IVTV_ALSA |
32 | tristate "Conexant cx23415/cx23416 PCM audio capture support" | 32 | tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture" |
33 | depends on VIDEO_IVTV && SND && EXPERIMENTAL | 33 | depends on VIDEO_IVTV && SND |
34 | select SND_PCM | 34 | select SND_PCM |
35 | ---help--- | 35 | ---help--- |
36 | This is an ALSA interface driver for direct PCM audio capture from | 36 | This driver provides an ALSA interface as another method for user |
37 | Conexant cx23415/cx23416 based PCI TV cards using the ivtv driver. | 37 | applications to obtain PCM audio data from Conexant cx23415/cx23416 |
38 | based PCI TV cards supported by the ivtv driver. | ||
39 | |||
40 | The ALSA interface has much wider use in user applications performing | ||
41 | PCM audio capture, than the V4L2 "/dev/video24" PCM audio interface | ||
42 | provided by the main ivtv driver. | ||
38 | 43 | ||
39 | To compile this driver as a module, choose M here: the | 44 | To compile this driver as a module, choose M here: the |
40 | module will be called ivtv-alsa. | 45 | module will be called ivtv-alsa. |