From a3447d8ba1cad13c043d04ba9d2d8d00f50292a2 Mon Sep 17 00:00:00 2001 From: Banajit Goswami Date: Sat, 23 Aug 2014 16:21:59 -0700 Subject: [PATCH] ASoC: msm: Implementation of transcode from MP3, WMA to DTS compressed Set the output path of the decoder output of the compressed format to input of the pseudo port. Output of the pseudo port is connected to the input of DTS encoder. Output of the DTS encoder is connected to the selected output ports SPDIF, HDMI. Change-Id: I3945e53fdfd57de47fb2209ddc81ba4623999028 Signed-off-by: Aviral Gupta Signed-off-by: Banajit Goswami --- include/uapi/sound/compress_params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/sound/compress_params.h b/include/uapi/sound/compress_params.h index 32db07736b0c..475d7d9464e2 100644 --- a/include/uapi/sound/compress_params.h +++ b/include/uapi/sound/compress_params.h @@ -87,7 +87,7 @@ #define SND_AUDIOCODEC_DTS_TRANSCODE_LOOPBACK ((__u32) 0x00000010) #define SND_AUDIOCODEC_PASS_THROUGH ((__u32) 0x00000011) #define SND_AUDIOCODEC_MP2 ((__u32) 0x00000012) -#define SND_AUDIOCODEC_DTS_LBR_PASS_THROUGH ((__u32) 0x00000017) +#define SND_AUDIOCODEC_DTS_LBR_PASS_THROUGH ((__u32) 0x00000013) #define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_DTS_LBR_PASS_THROUGH /*