diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2017-03-25 16:14:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-18 12:15:45 -0300 |
commit | e8357cdec3d1b6b42566ce3bc960e5e10c2b3787 (patch) | |
tree | 238188e3b3030202194a109ee84cd56385174d9e /drivers/media | |
parent | c762efd323ca5ba9c6dbcf8975cb6f46a27a2fff (diff) | |
download | talos-obmc-linux-e8357cdec3d1b6b42566ce3bc960e5e10c2b3787.tar.gz talos-obmc-linux-e8357cdec3d1b6b42566ce3bc960e5e10c2b3787.zip |
[media] media: stk1160: Add Kconfig help on snd-usb-audio requirement
The Kconfig currently makes no reference to the snd-usb-audio
driver, which supports audio capture for this type of devices.
Just in case, let's make sure the requirement is mentioned
in the description.
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/usb/stk1160/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/usb/stk1160/Kconfig b/drivers/media/usb/stk1160/Kconfig index 22dff4f3b921..425ed00e2599 100644 --- a/drivers/media/usb/stk1160/Kconfig +++ b/drivers/media/usb/stk1160/Kconfig @@ -6,7 +6,11 @@ config VIDEO_STK1160_COMMON This is a video4linux driver for STK1160 based video capture devices. To compile this driver as a module, choose M here: the - module will be called stk1160 + module will be called stk1160. + + This driver only provides support for video capture. For audio + capture, you need to select the snd-usb-audio driver (i.e. + CONFIG_SND_USB_AUDIO). config VIDEO_STK1160 tristate |