diff options
author | Shreyas NC | 2016-04-21 11:45:22 +0530 |
---|---|---|
committer | Mark Brown | 2016-04-21 17:09:03 +0100 |
commit | 09305da97c7808b900985526aa9198233f32fb37 (patch) | |
tree | 56abc364a09ec212b0553592d9b2ea5a0f686f4f /sound/soc/intel/skylake/skl-tplg-interface.h | |
parent | 92eb4f62cbac0211e43ee4a6715ee2ea43167e88 (diff) |
ASoC: Intel: Skylake: Use UUID in binary format
To avoid complex string manipulations with UUID in canonical
form, use UUID in binary format.
Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-tplg-interface.h')
-rw-r--r-- | sound/soc/intel/skylake/skl-tplg-interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-tplg-interface.h b/sound/soc/intel/skylake/skl-tplg-interface.h index 1db88a63ac17..a32e5e9cc530 100644 --- a/sound/soc/intel/skylake/skl-tplg-interface.h +++ b/sound/soc/intel/skylake/skl-tplg-interface.h @@ -181,7 +181,7 @@ struct skl_dfw_pipe { } __packed; struct skl_dfw_module { - char uuid[SKL_UUID_STR_SZ]; + u8 uuid[16]; u16 module_id; u16 instance_id; |