From d81e3e2ffd641a2fb9b4b825f4ffda1e7ca29d15 Mon Sep 17 00:00:00 2001 From: Banajit Goswami Date: Sat, 23 Aug 2014 16:12:26 -0700 Subject: [PATCH] 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 Signed-off-by: Banajit Goswami --- include/uapi/sound/compress_params.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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