Skip to content

Commit

Permalink
V4L/DVB (13767): [Mantis/VP-1041] Bug: Add in missing Master clock se…
Browse files Browse the repository at this point in the history
…ttings

Thanks to Ershov and Igor for pointing it out.

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent b29453a commit 18b6de4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/dvb/mantis/mantis_vp1041.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ struct stb0899_config vp1041_config = {
.xtal_freq = 27000000,
.inversion = IQ_SWAP_ON, /* 1 */

.lo_clk = 76500000,
.hi_clk = 99000000,

.esno_ave = STB0899_DVBS2_ESNO_AVE,
.esno_quant = STB0899_DVBS2_ESNO_QUANT,
.avframes_coarse = STB0899_DVBS2_AVFRAMES_COARSE,
Expand Down

0 comments on commit 18b6de4

Please sign in to comment.