Commit c14eaedd authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab

V4L/DVB (9410): Bug: Missing reference clock definition

Signed-off-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent aa4a9e1a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment