Commit b31077a8 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] cx231xx: disable 417 support from the Conexant video grabber

The 417 support doesn't work. Until someone can dig into this driver to
figure out why it isn't working the 417 support is disabled.
Sometimes you can actually stream a bit, but very soon the whole machine
crashes, so something is seriously wrong.
For the record, this was not introduced by my recent changes to this driver,
it was broken before that.
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 4485ea91
...@@ -263,7 +263,10 @@ struct cx231xx_board cx231xx_boards[] = { ...@@ -263,7 +263,10 @@ struct cx231xx_board cx231xx_boards[] = {
.norm = V4L2_STD_PAL, .norm = V4L2_STD_PAL,
.no_alt_vanc = 1, .no_alt_vanc = 1,
.external_av = 1, .external_av = 1,
.has_417 = 1, /* Actually, it has a 417, but it isn't working correctly.
* So set to 0 for now until someone can manage to get this
* to work reliably. */
.has_417 = 0,
.input = {{ .input = {{
.type = CX231XX_VMUX_COMPOSITE1, .type = CX231XX_VMUX_COMPOSITE1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment