Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170123
b: refs/heads/master
c: 1233faa
h: refs/heads/master
i:
  170121: f0c0892
  170119: be8c4d7
v: v3
  • Loading branch information
Ondrej Zary authored and Takashi Iwai committed Dec 3, 2009
1 parent 14b936c commit 2d740da
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d8ea23931ce83b56801976e6f1fa893462c1c477
refs/heads/master: 1233faa891451dee9eaddd7f8a616ba1ddd77919
2 changes: 1 addition & 1 deletion trunk/sound/i2c/other/tea575x-tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static int vidioc_s_ctrl(struct file *file, void *priv,
case V4L2_CID_AUDIO_MUTE:
if (tea->ops->mute) {
tea->ops->mute(tea, ctrl->value);
tea->mute = 1;
tea->mute = ctrl->value;
return 0;
}
}
Expand Down

0 comments on commit 2d740da

Please sign in to comment.