[media] easycap: remove unused members of struct easycap
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 9 Nov 2011 11:26:39 +0000 (08:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 24 Nov 2011 21:17:02 +0000 (19:17 -0200)
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/easycap/easycap.h

index 9e9638ca8e95c84703f6626398f3259af6bd7de1..3a081abe007d08b9b93b97cb8f4f1ec04d41ac20 100644 (file)
@@ -324,8 +324,6 @@ struct easycap {
        int lost[INPUT_MANY];
        int merit[180];
 
-       long long int dnbydt;
-
        int    video_interface;
        int    video_altsetting_on;
        int    video_altsetting_off;
@@ -353,7 +351,6 @@ struct easycap {
        u8 *pcache;
        int video_mt;
        int audio_mt;
-       long long audio_bytes;
        u32 isequence;
 
        int vma_many;
@@ -450,9 +447,6 @@ struct easycap {
  *  SOUND PROPERTIES
  */
 /*---------------------------------------------------------------------------*/
-
-       int audio_buffer_many;
-
        int allocation_audio_urb;
        int allocation_audio_page;
        int allocation_audio_struct;