printk(KERN_INFO "Au0828 can't set alternate to 5!\n");
                        return -EBUSY;
                }
-               dev->width = NTSC_STD_W;
-               dev->height = NTSC_STD_H;
-               dev->frame_size = dev->width * dev->height * 2;
-               dev->field_size = dev->width * dev->height;
-               dev->bytesperline = dev->width * 2;
 
                au0828_analog_stream_enable(dev);
                au0828_analog_stream_reset(dev);
                                    &dev->lock);
 
        /* VBI Setup */
-       dev->vbi_width = 720;
-       dev->vbi_height = 1;
        videobuf_queue_vmalloc_init(&fh->vb_vbiq, &au0828_vbi_qops,
                                    NULL, &dev->slock,
                                    V4L2_BUF_TYPE_VBI_CAPTURE,
        dev->field_size = dev->width * dev->height;
        dev->frame_size = dev->field_size << 1;
        dev->bytesperline = dev->width << 1;
+       dev->vbi_width = 720;
+       dev->vbi_height = 1;
        dev->ctrl_ainput = 0;
        dev->ctrl_freq = 960;
        dev->std = V4L2_STD_NTSC_M;