We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094f5c3 commit db6efc5Copy full SHA for db6efc5
drivers/media/pci/saa7164/saa7164-vbi.c
@@ -77,9 +77,7 @@ static int saa7164_vbi_buffers_alloc(struct saa7164_port *port)
77
/* TODO: NTSC SPECIFIC */
78
/* Init and establish defaults */
79
params->samplesperline = 1440;
80
- params->numberoflines = 12;
81
params->numberoflines = 18;
82
- params->pitch = 1600;
83
params->pitch = 1440;
84
params->numpagetables = 2 +
85
((params->numberoflines * params->pitch) / PAGE_SIZE);
0 commit comments