aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r--drivers/media/video/em28xx/em28xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index 3d94afb55b56..11f0db650261 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -423,7 +423,7 @@ struct em28xx_audio {
423 unsigned int hwptr_done_capture; 423 unsigned int hwptr_done_capture;
424 struct snd_card *sndcard; 424 struct snd_card *sndcard;
425 425
426 int users, shutdown; 426 int users;
427 enum em28xx_stream_state capture_stream; 427 enum em28xx_stream_state capture_stream;
428 spinlock_t slock; 428 spinlock_t slock;
429}; 429};