summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-19 09:52:32 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-19 09:52:31 -0800
commit66d6a6b1f9d071d036be729214b8f56cc755959a (patch)
tree0eb1a28fdb94ceb04cea157f699205ed0710078d /include
parent1ad069c71ae41b5cd4cb52afb676241a9bb2c51d (diff)
parent2ea01bbff19554a3ff4a6f45b160b39705834cf2 (diff)
Merge "ASoc: msm: qdsp6v2: add support for AAC LATM playback"
Diffstat (limited to 'include')
-rw-r--r--include/sound/apr_audio-v2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sound/apr_audio-v2.h b/include/sound/apr_audio-v2.h
index e75f3319f158..06d7a6542177 100644
--- a/include/sound/apr_audio-v2.h
+++ b/include/sound/apr_audio-v2.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -4263,6 +4263,9 @@ struct asm_multi_channel_pcm_enc_cfg_v2 {
/* Enumeration for the raw AAC format. */
#define ASM_MEDIA_FMT_AAC_FORMAT_FLAG_RAW 3
+/* Enumeration for the AAC LATM format. */
+#define ASM_MEDIA_FMT_AAC_FORMAT_FLAG_LATM 4
+
#define ASM_MEDIA_FMT_AAC_AOT_LC 2
#define ASM_MEDIA_FMT_AAC_AOT_SBR 5
#define ASM_MEDIA_FMT_AAC_AOT_PS 29