Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4325
b: refs/heads/master
c: c3d7b5a
h: refs/heads/master
i:
  4323: 51fb9bb
v: v3
  • Loading branch information
Dr. Werner Fink authored and Linus Torvalds committed Jul 8, 2005
1 parent 7f99ace commit 05b314a
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: 7d87bc39b98e0bf927acd14611976f710bd9a783
refs/heads/master: c3d7b5aeb32668732ffc1968d12b804a98ef4fdd
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ttpci/av7110_av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ static int dvb_audio_ioctl(struct inode *inode, struct file *file,
case AUDIO_CONTINUE:
if (av7110->audiostate.play_state == AUDIO_PAUSED) {
av7110->audiostate.play_state = AUDIO_PLAYING;
audcom(av7110, AUDIO_CMD_MUTE | AUDIO_CMD_PCM16);
audcom(av7110, AUDIO_CMD_UNMUTE | AUDIO_CMD_PCM16);
}
break;

Expand Down

0 comments on commit 05b314a

Please sign in to comment.