提交 d0a41e8f 编写于 作者: A Arvo Jarve 提交者: Mauro Carvalho Chehab

V4L/DVB (9440): Bug in previous commit

Signed-off-by: NArvo Jarve <arvo@softshark.ee>
Signed-off-by: NManu Abraham <manu@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 1b792e05
...@@ -110,7 +110,7 @@ static u32 stb0899_set_srate(struct stb0899_state *state, u32 master_clk, u32 sr ...@@ -110,7 +110,7 @@ static u32 stb0899_set_srate(struct stb0899_state *state, u32 master_clk, u32 sr
sfr[0] = (tmp >> 12) & 0xff; sfr[0] = (tmp >> 12) & 0xff;
sfr[1] = (tmp >> 4) & 0xff; sfr[1] = (tmp >> 4) & 0xff;
sfr[2] = tmp & 0xf0; sfr[2] = (tmp << 4) & 0xf0;
// stb0899_write_regs(state, STB0899_SFRUPH, sfr_up, 3); // stb0899_write_regs(state, STB0899_SFRUPH, sfr_up, 3);
stb0899_write_regs(state, STB0899_SFRH, sfr, 3); stb0899_write_regs(state, STB0899_SFRH, sfr, 3);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册