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

Commit bf30361c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: msm: Add support for compressed perf mode"

parents 5edab353 aec78f41
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -74,6 +74,11 @@
/* Bit-0 - 0 : Disable Timestamp mode */
#define COMPRESSED_TIMESTAMP_FLAG 0x0001

/* Perf mode flag */
/* Bit-1 - 1 : Enable perf mode */
/* Bit-1 - 0 : Disable perf mode */
#define COMPRESSED_PERF_MODE_FLAG 0x0002

/* Codecs are listed linearly to allow for extensibility */
#define SND_AUDIOCODEC_PCM                   ((__u32) 0x00000001)
#define SND_AUDIOCODEC_MP3                   ((__u32) 0x00000002)