Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85742
b: refs/heads/master
c: 1685a6f
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 1cb09ba commit c561796
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 384b835aed8acf341d99969b58d27434685bdd3d
refs/heads/master: 1685a6fed210b110ac8abeff24e2ffd1713cb3fb
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ int em28xx_set_audio_source(struct em28xx *dev)
static char *enable = "\x08\x08";
static char *disable = "\x08\x88";
char *video = enable, *line = disable;
int ret, no_ac97;
int ret;
int no_ac97 = 0;
u8 input;

if (dev->is_em2800) {
Expand Down

0 comments on commit c561796

Please sign in to comment.