提交 3ac510e6 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (6858): Fix offset for ATSC

ATSC works with offset=0
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 5e3c5967
......@@ -873,7 +873,7 @@ static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
*/
if (new_mode == T_ANALOG_TV) {
rc = send_seq(priv, {0x00, 0x00});
} else {
} else if (!(priv->cur_fw.type & ATSC)) {
offset = 2750000;
/*
* We must adjust the offset by 500kHz in two cases in order
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册