Skip to content

Commit

Permalink
[media] easycap: remove unused members of struct easycap
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Tomas Winkler authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 4329f3c commit a5b6ee0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/media/easycap/easycap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -353,7 +351,6 @@ struct easycap {
u8 *pcache;
int video_mt;
int audio_mt;
long long audio_bytes;
u32 isequence;

int vma_many;
Expand Down Expand Up @@ -450,9 +447,6 @@ struct easycap {
* SOUND PROPERTIES
*/
/*---------------------------------------------------------------------------*/

int audio_buffer_many;

int allocation_audio_urb;
int allocation_audio_page;
int allocation_audio_struct;
Expand Down

0 comments on commit a5b6ee0

Please sign in to comment.