diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index c9b6df50ab27..7fc914c521f7 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -479,9 +479,6 @@ struct cx18 { | |||
479 | unsigned long dualwatch_jiffies; | 479 | unsigned long dualwatch_jiffies; |
480 | u32 dualwatch_stereo_mode; | 480 | u32 dualwatch_stereo_mode; |
481 | 481 | ||
482 | /* Digitizer type */ | ||
483 | int digitizer; /* 0x00EF = saa7114 0x00FO = saa7115 0x0106 = mic */ | ||
484 | |||
485 | struct mutex serialize_lock; /* mutex used to serialize open/close/start/stop/ioctl operations */ | 482 | struct mutex serialize_lock; /* mutex used to serialize open/close/start/stop/ioctl operations */ |
486 | struct cx18_options options; /* User options */ | 483 | struct cx18_options options; /* User options */ |
487 | int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */ | 484 | int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */ |