commit | 30b914c8d825da7d4c651ade34667cef05e3ee27 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hansverk@cisco.com> | Tue Feb 27 07:24:09 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Wed Jul 25 07:42:53 2018 -0400 |
tree | ca326f568e4ebc8b4b90649a3949b91ee4e45901 | |
parent | 76e464888b1c367fddaf67f23ee3e0aa4ca8cef4 [diff] |
media: add 'index' to struct media_v2_pad The v2 pad structure never exposed the pad index, which made it impossible to call the MEDIA_IOC_SETUP_LINK ioctl, which needs that information. It is really trivial to just expose this information, so implement this. Signed-off-by: Hans Verkuil <hansverk@cisco.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>