diff options
Diffstat (limited to 'sound/i2c')
-rw-r--r-- | sound/i2c/other/tea575x-tuner.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/i2c/other/tea575x-tuner.c b/sound/i2c/other/tea575x-tuner.c index a63faec5e7fd..6e9ca7bd0f11 100644 --- a/sound/i2c/other/tea575x-tuner.c +++ b/sound/i2c/other/tea575x-tuner.c | |||
@@ -375,6 +375,9 @@ int snd_tea575x_init(struct snd_tea575x *tea) | |||
375 | tea->vd.v4l2_dev = tea->v4l2_dev; | 375 | tea->vd.v4l2_dev = tea->v4l2_dev; |
376 | tea->vd.ctrl_handler = &tea->ctrl_handler; | 376 | tea->vd.ctrl_handler = &tea->ctrl_handler; |
377 | set_bit(V4L2_FL_USE_FH_PRIO, &tea->vd.flags); | 377 | set_bit(V4L2_FL_USE_FH_PRIO, &tea->vd.flags); |
378 | /* disable hw_freq_seek if we can't use it */ | ||
379 | if (tea->cannot_read_data) | ||
380 | v4l2_dont_use_cmd(&tea->vd, VIDIOC_S_HW_FREQ_SEEK); | ||
378 | 381 | ||
379 | v4l2_ctrl_handler_init(&tea->ctrl_handler, 1); | 382 | v4l2_ctrl_handler_init(&tea->ctrl_handler, 1); |
380 | v4l2_ctrl_new_std(&tea->ctrl_handler, &tea575x_ctrl_ops, V4L2_CID_AUDIO_MUTE, 0, 1, 1, 1); | 383 | v4l2_ctrl_new_std(&tea->ctrl_handler, &tea575x_ctrl_ops, V4L2_CID_AUDIO_MUTE, 0, 1, 1, 1); |