Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130758
b: refs/heads/master
c: 32929fb
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent f1b56a5 commit 34c7e88
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: aeaecaf8eba9efa6a0a623122abb8f61449e42ef
refs/heads/master: 32929fb4c7c4a693ed723253b21e7bf3c8cb4b1c
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ enum em28xx_aout {
EM28XX_AOUT_PCM_PHONE = 7 << 8,
};

static int ac97_return_record_select(int a_out)
static inline int ac97_return_record_select(int a_out)
{
return (a_out & 0x700) >> 8;
}
Expand Down

0 comments on commit 34c7e88

Please sign in to comment.