[media] v4l: add type field to v4l2_modulator struct
Add type field to that struct like it counterpart v4l2_tuner already has. We need type field to distinguish different tuner types from each others for transmitter too. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
be8ee526fb
commit
4124a3c4ab
@@ -1593,7 +1593,8 @@ struct v4l2_modulator {
|
||||
__u32 rangelow;
|
||||
__u32 rangehigh;
|
||||
__u32 txsubchans;
|
||||
__u32 reserved[4];
|
||||
__u32 type; /* enum v4l2_tuner_type */
|
||||
__u32 reserved[3];
|
||||
};
|
||||
|
||||
/* Flags for the 'capability' field */
|
||||
|
Reference in New Issue
Block a user