mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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 <c_jsrava@qti.qualcomm.com> Signed-off-by: Nidhisha Dhananjayan <nidhis@codeaurora.org> Bug: 151372815 (cherry picked from commit 5992d8fae103ccdbf29a52b1a0cbdc2e98a4d4a5) Signed-off-by: Saravana Kannan <saravanak@google.com>
This commit is contained in:
committed by
Saravana Kannan
parent
e221163705
commit
2596dca52d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user