mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[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>
This commit is contained in:
parent
4329f3c6a5
commit
a5b6ee06b2
@ -324,8 +324,6 @@ struct easycap {
|
|||||||
int lost[INPUT_MANY];
|
int lost[INPUT_MANY];
|
||||||
int merit[180];
|
int merit[180];
|
||||||
|
|
||||||
long long int dnbydt;
|
|
||||||
|
|
||||||
int video_interface;
|
int video_interface;
|
||||||
int video_altsetting_on;
|
int video_altsetting_on;
|
||||||
int video_altsetting_off;
|
int video_altsetting_off;
|
||||||
@ -353,7 +351,6 @@ struct easycap {
|
|||||||
u8 *pcache;
|
u8 *pcache;
|
||||||
int video_mt;
|
int video_mt;
|
||||||
int audio_mt;
|
int audio_mt;
|
||||||
long long audio_bytes;
|
|
||||||
u32 isequence;
|
u32 isequence;
|
||||||
|
|
||||||
int vma_many;
|
int vma_many;
|
||||||
@ -450,9 +447,6 @@ struct easycap {
|
|||||||
* SOUND PROPERTIES
|
* SOUND PROPERTIES
|
||||||
*/
|
*/
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
int audio_buffer_many;
|
|
||||||
|
|
||||||
int allocation_audio_urb;
|
int allocation_audio_urb;
|
||||||
int allocation_audio_page;
|
int allocation_audio_page;
|
||||||
int allocation_audio_struct;
|
int allocation_audio_struct;
|
||||||
|
Loading…
Reference in New Issue
Block a user