diff options
Diffstat (limited to 'include/sound/compress_params.h')
-rw-r--r-- | include/sound/compress_params.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/compress_params.h b/include/sound/compress_params.h index da4a456de032..602dc6c45d1a 100644 --- a/include/sound/compress_params.h +++ b/include/sound/compress_params.h | |||
@@ -72,6 +72,7 @@ | |||
72 | #define SND_AUDIOCODEC_IEC61937 ((__u32) 0x0000000B) | 72 | #define SND_AUDIOCODEC_IEC61937 ((__u32) 0x0000000B) |
73 | #define SND_AUDIOCODEC_G723_1 ((__u32) 0x0000000C) | 73 | #define SND_AUDIOCODEC_G723_1 ((__u32) 0x0000000C) |
74 | #define SND_AUDIOCODEC_G729 ((__u32) 0x0000000D) | 74 | #define SND_AUDIOCODEC_G729 ((__u32) 0x0000000D) |
75 | #define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_G729 | ||
75 | 76 | ||
76 | /* | 77 | /* |
77 | * Profile and modes are listed with bit masks. This allows for a | 78 | * Profile and modes are listed with bit masks. This allows for a |