提交 72982f76 编写于 作者: A Andreas Regel 提交者: Mauro Carvalho Chehab

V4L/DVB (11585): stv090x: fix incorrectly used mode

Signed-off-by: NAndreas Regel <andreas.regel@gmx.de>
Signed-off-by: NManu Abraham <manu@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 f9ed95d0
......@@ -1922,7 +1922,7 @@ static int stv090x_get_loop_params(struct stv090x_state *state, s32 *freq_inc, s
inc *= 256;
inc /= 1000;
switch (state->algo) {
switch (state->search_mode) {
case STV090x_SEARCH_DVBS1:
case STV090x_SEARCH_DSS:
inc *= 3; /* freq step = 3% of srate */
......@@ -2073,7 +2073,7 @@ static int stv090x_sw_algo(struct stv090x_state *state)
stv090x_get_loop_params(state, &inc, &timeout_step, &steps_max); /* get params */
switch (state->algo) {
switch (state->search_mode) {
case STV090x_SEARCH_DVBS1:
case STV090x_SEARCH_DSS:
/* accelerate the frequency detector */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册