Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8688762a authored by Ben Romberger's avatar Ben Romberger Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: qdsp6v2: Add audio codec define for TrueHD



Add audio codec define for TrueHD.

Change-Id: I3749ec0b8e2e8317f2d07791d8d4267b207b1e0f
Signed-off-by: default avatarBen Romberger <bromberg@codeaurora.org>
parent 3ec9ec32
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -104,7 +104,8 @@
#define SND_AUDIOCODEC_APE                   ((__u32) 0x00000020)
#define SND_AUDIOCODEC_DSD                   ((__u32) 0x00000021)
#define SND_AUDIOCODEC_APTX                  ((__u32) 0x00000022)
#define SND_AUDIOCODEC_MAX                   SND_AUDIOCODEC_APTX
#define SND_AUDIOCODEC_TRUEHD                ((__u32) 0x00000023)
#define SND_AUDIOCODEC_MAX                   SND_AUDIOCODEC_TRUEHD
/*
 * Profile and modes are listed with bit masks. This allows for a
 * more compact representation of fields that will not evolve