Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367127
b: refs/heads/master
c: a7dd065
h: refs/heads/master
i:
  367125: 4a67f75
  367123: ee55039
  367119: f80d920
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 17, 2013
1 parent 33bc164 commit 3a29189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa4bfd2bd0548c0e5e0d931147df45157686de71
refs/heads/master: a7dd065f4976b54d0e75d58f8e94066501fede76
8 changes: 4 additions & 4 deletions trunk/drivers/media/tuners/r820t.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,15 +1193,15 @@ static int generic_set_freq(struct dvb_frontend *fe,
tuner_dbg("should set frequency to %d kHz, bw %d MHz\n",
freq / 1000, bw);

rc = r820t_set_tv_standard(priv, bw, type, std, delsys);
if (rc < 0)
goto err;

if ((type == V4L2_TUNER_ANALOG_TV) && (std == V4L2_STD_SECAM_LC))
lo_freq = freq - priv->int_freq;
else
lo_freq = freq + priv->int_freq;

rc = r820t_set_tv_standard(priv, bw, type, std, delsys);
if (rc < 0)
goto err;

rc = r820t_set_mux(priv, lo_freq);
if (rc < 0)
goto err;
Expand Down

0 comments on commit 3a29189

Please sign in to comment.