diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 23d1482df2d1..e15ca2f0fb11 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -321,7 +321,7 @@ enum em28xx_aout { | |||
321 | EM28XX_AOUT_PCM_PHONE = 7 << 8, | 321 | EM28XX_AOUT_PCM_PHONE = 7 << 8, |
322 | }; | 322 | }; |
323 | 323 | ||
324 | static int ac97_return_record_select(int a_out) | 324 | static inline int ac97_return_record_select(int a_out) |
325 | { | 325 | { |
326 | return (a_out & 0x700) >> 8; | 326 | return (a_out & 0x700) >> 8; |
327 | } | 327 | } |