Commit fd3a019534e0a9ada11bcc357a8faa9251029cbb

Authored by Hans Verkuil
Committed by Mauro Carvalho Chehab
1 parent 7c4673335b

V4L/DVB (11316): saa7191: tuner ops wasn't set.

The tuner ops pointer wasn't set, so s_std never worked here.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/media/video/saa7191.c
... ... @@ -597,6 +597,7 @@
597 597 static const struct v4l2_subdev_ops saa7191_ops = {
598 598 .core = &saa7191_core_ops,
599 599 .video = &saa7191_video_ops,
  600 + .tuner = &saa7191_tuner_ops,
600 601 };
601 602  
602 603 static int saa7191_probe(struct i2c_client *client,