diff options
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/sound/compress_params.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
