diff options
| author | Banajit Goswami <bgoswami@codeaurora.org> | 2014-08-23 16:12:26 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:10:27 -0700 |
| commit | d81e3e2ffd641a2fb9b4b825f4ffda1e7ca29d15 (patch) | |
| tree | 6506569b2e26da897d9f4cf5870a4fb0ab44d09b /include/uapi | |
| parent | 93e5937bda7367139fb39293ccca80c0be729ef3 (diff) | |
ASoC: msm: Add the support for the MP2 decoder
Support the MP2 as a format for the tunnel mode.
MP2 format to be decoded in the DSP.
Change-Id: I0d268a6ddb57b1470ee2c43449ac31520176232f
Signed-off-by: Aviral Gupta <aviralg@codeaurora.org>
Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/sound/compress_params.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/sound/compress_params.h b/include/uapi/sound/compress_params.h index 942630bef542..16dfecb01939 100644 --- a/include/uapi/sound/compress_params.h +++ b/include/uapi/sound/compress_params.h @@ -86,7 +86,8 @@ #define SND_AUDIOCODEC_DTS_LBR ((__u32) 0x0000000F) #define SND_AUDIOCODEC_DTS_TRANSCODE_LOOPBACK ((__u32) 0x00000010) #define SND_AUDIOCODEC_PASS_THROUGH ((__u32) 0x00000011) -#define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_PASS_THROUGH +#define SND_AUDIOCODEC_MP2 ((__u32) 0x00000012) +#define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_MP2 /* * Profile and modes are listed with bit masks. This allows for a |
