Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137706
b: refs/heads/master
c: 8ed06fd
h: refs/heads/master
v: v3
  • Loading branch information
Robert Krakora authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 96c466b commit 1f37433
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: f5360bdc5539ccd7644df7acf27e8c740ba8cf6e
refs/heads/master: 8ed06fd4729d25959f6af8b7ce4e3888866bfe56
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ int em28xx_audio_analog_set(struct em28xx *dev)

xclk = dev->board.xclk & 0x7f;
if (!dev->mute)
xclk |= 0x80;
xclk |= EM28XX_XCLK_AUDIO_UNMUTE;

ret = em28xx_write_reg(dev, EM28XX_R0F_XCLK, xclk);
if (ret < 0)
Expand Down

0 comments on commit 1f37433

Please sign in to comment.