diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2011-11-09 06:26:39 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 16:17:02 -0500 |
commit | a5b6ee06b21eaee64f100be8591fd51917bdbe36 (patch) | |
tree | 4110ba06e7a61100d8f001782174a875b66301ab /drivers/staging | |
parent | 4329f3c6a5fb4ed2332c7552894e7e4b8efef194 (diff) |
[media] easycap: remove unused members of struct easycap
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/media/easycap/easycap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/media/easycap/easycap.h b/drivers/staging/media/easycap/easycap.h index 9e9638ca8e95..3a081abe007d 100644 --- a/drivers/staging/media/easycap/easycap.h +++ b/drivers/staging/media/easycap/easycap.h | |||
@@ -324,8 +324,6 @@ struct easycap { | |||
324 | int lost[INPUT_MANY]; | 324 | int lost[INPUT_MANY]; |
325 | int merit[180]; | 325 | int merit[180]; |
326 | 326 | ||
327 | long long int dnbydt; | ||
328 | |||
329 | int video_interface; | 327 | int video_interface; |
330 | int video_altsetting_on; | 328 | int video_altsetting_on; |
331 | int video_altsetting_off; | 329 | int video_altsetting_off; |
@@ -353,7 +351,6 @@ struct easycap { | |||
353 | u8 *pcache; | 351 | u8 *pcache; |
354 | int video_mt; | 352 | int video_mt; |
355 | int audio_mt; | 353 | int audio_mt; |
356 | long long audio_bytes; | ||
357 | u32 isequence; | 354 | u32 isequence; |
358 | 355 | ||
359 | int vma_many; | 356 | int vma_many; |
@@ -450,9 +447,6 @@ struct easycap { | |||
450 | * SOUND PROPERTIES | 447 | * SOUND PROPERTIES |
451 | */ | 448 | */ |
452 | /*---------------------------------------------------------------------------*/ | 449 | /*---------------------------------------------------------------------------*/ |
453 | |||
454 | int audio_buffer_many; | ||
455 | |||
456 | int allocation_audio_urb; | 450 | int allocation_audio_urb; |
457 | int allocation_audio_page; | 451 | int allocation_audio_page; |
458 | int allocation_audio_struct; | 452 | int allocation_audio_struct; |