summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2018-07-31 18:48:05 +0200
committerMauro Carvalho Chehab2018-09-17 19:16:19 +0200
commit092a37875a22fbb75098e834fb1cc1c6220f0eaa (patch)
treed51e9abe1ba0ea1f328e2411549b9af4a55b855d /drivers/media/dvb-frontends
parentmedia: em28xx: make v4l2-compliance happier by starting sequence on zero (diff)
downloadkernel-qcow2-linux-092a37875a22fbb75098e834fb1cc1c6220f0eaa.tar.gz
kernel-qcow2-linux-092a37875a22fbb75098e834fb1cc1c6220f0eaa.tar.xz
kernel-qcow2-linux-092a37875a22fbb75098e834fb1cc1c6220f0eaa.zip
media: v4l2: remove VBI output pad
The signal there is the same as the video output (well, except for sliced VBI, but let's simplify the model and ignore it, at least for now - as it is routed together with raw VBI). Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/au8522_decoder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/au8522_decoder.c b/drivers/media/dvb-frontends/au8522_decoder.c
index f285096a48f0..198dd2b6f326 100644
--- a/drivers/media/dvb-frontends/au8522_decoder.c
+++ b/drivers/media/dvb-frontends/au8522_decoder.c
@@ -720,7 +720,6 @@ static int au8522_probe(struct i2c_client *client,
state->pads[DEMOD_PAD_IF_INPUT].flags = MEDIA_PAD_FL_SINK;
state->pads[DEMOD_PAD_VID_OUT].flags = MEDIA_PAD_FL_SOURCE;
- state->pads[DEMOD_PAD_VBI_OUT].flags = MEDIA_PAD_FL_SOURCE;
state->pads[DEMOD_PAD_AUDIO_OUT].flags = MEDIA_PAD_FL_SOURCE;
sd->entity.function = MEDIA_ENT_F_ATV_DECODER;