]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/ivtv/ivtv-fileops.c
V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
[linux-2.6-omap-h63xx.git] / drivers / media / video / ivtv / ivtv-fileops.c
index cfaacf6096d00735f7703f66fd5c282b592d54d8..e212337c65136996951e02757f1c92fe152666bf 100644 (file)
@@ -857,7 +857,7 @@ int ivtv_v4l2_close(struct file *filp)
                /* Mark that the radio is no longer in use */
                clear_bit(IVTV_F_I_RADIO_USER, &itv->i_flags);
                /* Switch tuner to TV */
-               ivtv_call_all(itv, tuner, s_std, itv->std);
+               ivtv_call_all(itv, core, s_std, itv->std);
                /* Select correct audio input (i.e. TV tuner or Line in) */
                ivtv_audio_set_io(itv);
                if (itv->hw_flags & IVTV_HW_SAA711X)