diff options
| author | Banajit Goswami <bgoswami@codeaurora.org> | 2014-08-23 16:21:59 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:10:28 -0700 |
| commit | a3447d8ba1cad13c043d04ba9d2d8d00f50292a2 (patch) | |
| tree | 2cb4f35668e33e780f8c7ec6f52226df6ffc59eb /include/uapi | |
| parent | 826ba455783770a15bcbe1a420def6e81f92161b (diff) | |
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 <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 | 2 |
1 files changed, 1 insertions, 1 deletions
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 /* |
