diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2012-09-17 11:51:26 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-09-17 09:54:50 +0200 |
commit | fb4a9779f1267539292268d7363e17180eb4ee5c (patch) | |
tree | 960691ff81a94693b2d0e4ff5db1ba8055bd6f0a /include/sound | |
parent | 4dc040a0b34890d2adc0d63da6e9bfb4eb791b19 (diff) | |
download | linux-fb4a9779f1267539292268d7363e17180eb4ee5c.tar.gz linux-fb4a9779f1267539292268d7363e17180eb4ee5c.tar.bz2 linux-fb4a9779f1267539292268d7363e17180eb4ee5c.zip |
ALSA: Compress - add codec parameter checks
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-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 @@ #define SND_AUDIOCODEC_IEC61937 ((__u32) 0x0000000B) #define SND_AUDIOCODEC_G723_1 ((__u32) 0x0000000C) #define SND_AUDIOCODEC_G729 ((__u32) 0x0000000D) +#define SND_AUDIOCODEC_MAX SND_AUDIOCODEC_G729 /* * Profile and modes are listed with bit masks. This allows for a |