Commit 952f8eef authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] media-device: make topology_version u64

The uAPI defines it with 64 bits. Let's change the Kernel
implementation too.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 3047f3f9
......@@ -357,7 +357,7 @@ struct media_device {
u32 hw_revision;
u32 driver_version;
u32 topology_version;
u64 topology_version;
u32 id;
struct ida entity_internal_idx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment