Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4356
b: refs/heads/master
c: 4b2bd30
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Motzer authored and Linus Torvalds committed Jul 8, 2005
1 parent a3df1f2 commit bcae9dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 63b5c1c47fd6c5ae26d279756e8a050c721ea379
refs/heads/master: 4b2bd30eb79c292a83b1dfd3cca6d435c02fd5c0
6 changes: 5 additions & 1 deletion trunk/drivers/media/dvb/bt8xx/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,11 @@ static int dst_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone)

switch (tone) {
case SEC_TONE_OFF:
state->tx_tuna[2] = 0xff;
if (state->type_flags & DST_TYPE_HAS_OBS_REGS)
state->tx_tuna[2] = 0x00;
else
state->tx_tuna[2] = 0xff;

break;

case SEC_TONE_ON:
Expand Down

0 comments on commit bcae9dc

Please sign in to comment.