mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 01:09:33 -04:00
media: cx18: missing CAP_AUDIO for vbi stream
The v4l2-compliance test complained about this. You can change the input connector for the vbi stream, but that means that you can have to be able to do the same for the audio input. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
651640f653
commit
832c49e9ca
@@ -79,7 +79,7 @@ static struct {
|
||||
VFL_TYPE_VBI, 0,
|
||||
DMA_FROM_DEVICE,
|
||||
V4L2_CAP_VBI_CAPTURE | V4L2_CAP_SLICED_VBI_CAPTURE |
|
||||
V4L2_CAP_READWRITE | V4L2_CAP_TUNER
|
||||
V4L2_CAP_READWRITE | V4L2_CAP_AUDIO | V4L2_CAP_TUNER
|
||||
},
|
||||
{ /* CX18_ENC_STREAM_TYPE_PCM */
|
||||
"encoder PCM audio",
|
||||
|
||||
Reference in New Issue
Block a user