Skip to content

Commit

Permalink
V4L/DVB (9410): Bug: Missing reference clock definition
Browse files Browse the repository at this point in the history
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 Dec 29, 2008
1 parent aa4a9e1 commit c14eaed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/dvb/ttpci/budget-ci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,8 @@ static struct stb0899_config tt3200_config = {
};

struct stb6100_config tt3200_stb6100_config = {
.tuner_address = 0x60
.tuner_address = 0x60,
.refclock = 27000000,
};

static void frontend_init(struct budget_ci *budget_ci)
Expand Down

0 comments on commit c14eaed

Please sign in to comment.