Skip to content

Commit

Permalink
V4L/DVB (10255): em28xx: Clock (XCLK) Cleanup
Browse files Browse the repository at this point in the history
Clock (XCLK) Cleanup

Signed-off-by: Robert Krakora <rob.krakora@messagenetsystems.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Robert Krakora authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent f5360bd commit 8ed06fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 8ed06fd

Please sign in to comment.