From 2596dca52d92f2a467b62db32cf58ab17583b5b6 Mon Sep 17 00:00:00 2001 From: Nidhisha Dhananjayan Date: Fri, 1 Feb 2019 19:46:18 +0530 Subject: [PATCH] ANDROID: GKI: msm: dolby: MAT and THD audiocodec name modification Modified names of SND_AUDIOCODEC for THD and MAT as per the standards. SND_AUDIOCODEC_DLB_THD to SND_AUDIOCODEC_THD SND_AUDIOCODEC_DLB_MAT to SND_AUDIOCODEC_MAT. Change-Id: If03662774cf0ae3573ed98ed6b6de42a7589e358 Acked-by: Janamaddi Sravan Kumar Signed-off-by: Nidhisha Dhananjayan Bug: 151372815 (cherry picked from commit 5992d8fae103ccdbf29a52b1a0cbdc2e98a4d4a5) Signed-off-by: Saravana Kannan --- include/uapi/sound/compress_params.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/uapi/sound/compress_params.h b/include/uapi/sound/compress_params.h index 6db5f297a9f3..2517e5806068 100644 --- a/include/uapi/sound/compress_params.h +++ b/include/uapi/sound/compress_params.h @@ -113,9 +113,9 @@ #define SND_AUDIOCODEC_DSD ((__u32) 0x00000022) #define SND_AUDIOCODEC_APTX ((__u32) 0x00000023) #define SND_AUDIOCODEC_TRUEHD ((__u32) 0x00000024) -#define SND_AUDIOCODEC_DLB_MAT ((__u32) 0x00000025) -#define SND_AUDIOCODEC_DLB_THD ((__u32) 0x00000026) -#define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_DLB_THD +#define SND_AUDIOCODEC_MAT ((__u32) 0x00000025) +#define SND_AUDIOCODEC_THD ((__u32) 0x00000026) +#define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_THD /* * Profile and modes are listed with bit masks. This allows for a