From c600bec3521f45a051396cae50f3ac5d9215b3d8 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Wed, 27 Nov 2019 19:56:45 +0530 Subject: [PATCH] include: add wma profiles Signed-off-by: Vinod Koul --- include/sound/compress_params.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/sound/compress_params.h b/include/sound/compress_params.h index 497ba0d..f1708ac 100644 --- a/include/sound/compress_params.h +++ b/include/sound/compress_params.h @@ -95,6 +95,10 @@ #define SND_AUDIOPROFILE_WMA8 ((__u32) 0x00000002) #define SND_AUDIOPROFILE_WMA9 ((__u32) 0x00000004) #define SND_AUDIOPROFILE_WMA10 ((__u32) 0x00000008) +#define SND_AUDIOPROFILE_WMA9_PRO ((__u32) 0x00000010) +#define SND_AUDIOPROFILE_WMA9_LOSSLESS ((__u32) 0x00000011) +#define SND_AUDIOPROFILE_WMA10_LOSSLESS ((__u32) 0x00000012) + #define SND_AUDIOMODE_WMA_LEVEL1 ((__u32) 0x00000001) #define SND_AUDIOMODE_WMA_LEVEL2 ((__u32) 0x00000002) -- 2.47.3