提交 94a80914 编写于 作者: M Manu Abraham 提交者: Mauro Carvalho Chehab

V4L/DVB (11587): stv090x: set DiSEqC frequency to 22kHz

Signed-off-by: NManu Abraham <manu@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 26b03bc6
......@@ -3623,6 +3623,13 @@ static int stv090x_set_mclk(struct stv090x_state *state, u32 mclk, u32 clk)
state->mclk = stv090x_get_mclk(state);
/*Set the DiseqC frequency to 22KHz */
div = state->mclk / 704000;
if (STV090x_WRITE_DEMOD(state, F22TX, div) < 0)
goto err;
if (STV090x_WRITE_DEMOD(state, F22RX, div) < 0)
goto err;
return 0;
err:
dprintk(FE_ERROR, 1, "I/O error");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册