projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673f45f
)
ALSA: compress: add wma codec profiles
author
Vinod Koul
<vkoul@kernel.org>
Mon, 16 Mar 2020 05:52:13 +0000
(11:22 +0530)
committer
Mark Brown
<broonie@kernel.org>
Mon, 16 Mar 2020 17:52:05 +0000
(17:52 +0000)
Some codec profiles were missing for WMA, like WMA9/10 lossless and
wma10 pro, so add these profiles
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Link:
https://lore.kernel.org/r/20200316055221.1944464-2-vkoul@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/sound/compress_params.h
patch
|
blob
|
history
diff --git
a/include/uapi/sound/compress_params.h
b/include/uapi/sound/compress_params.h
index 9c96fb0e4d903d09023a0887058069576b81bc29..a47d9df0fd7b59c23c17e70433689426f0b9a7a2 100644
(file)
--- a/
include/uapi/sound/compress_params.h
+++ b/
include/uapi/sound/compress_params.h
@@
-142,6
+142,9
@@
#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) 0x00000020)
+#define SND_AUDIOPROFILE_WMA10_LOSSLESS ((__u32) 0x00000040)
#define SND_AUDIOMODE_WMA_LEVEL1 ((__u32) 0x00000001)
#define SND_AUDIOMODE_WMA_LEVEL2 ((__u32) 0x00000002)