From 93e5937bda7367139fb39293ccca80c0be729ef3 Mon Sep 17 00:00:00 2001 From: Banajit Goswami Date: Fri, 10 Apr 2015 17:55:33 -0700 Subject: ASoC: msm : DTS security implementation Receive DTS security modelId from userspace, and supply to Q6 core service. Change-Id: Ib50f3a81da60c92ceb5b521134cd3d1b6fb8e5cb Signed-off-by: Srikanth Uyyala Signed-off-by: Banajit Goswami --- include/uapi/sound/compress_params.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/uapi/sound/compress_params.h b/include/uapi/sound/compress_params.h index 016f380af0a8..942630bef542 100644 --- a/include/uapi/sound/compress_params.h +++ b/include/uapi/sound/compress_params.h @@ -330,12 +330,18 @@ struct snd_enc_generic { __s32 reserved[15]; } __attribute__((packed, aligned(4))); +struct snd_dec_dts { + __u32 modelIdLength; + __u8 *modelId; +} __attribute__((packed, aligned(4))); + union snd_codec_options { struct snd_enc_wma wma; struct snd_enc_vorbis vorbis; struct snd_enc_real real; struct snd_enc_flac flac; struct snd_enc_generic generic; + struct snd_dec_dts dts; } __attribute__((packed, aligned(4))); /** struct snd_codec_desc - description of codec capabilities -- cgit v1.2.3