Enhanced bitmasks in PCM - added support for more formats by Takashi and me

This commit is contained in:
Jaroslav Kysela 2002-06-26 02:04:11 +00:00
parent 84730c976f
commit 16b3bf447c
14 changed files with 893 additions and 162 deletions

View file

@ -21,7 +21,7 @@
typedef struct _snd_mask snd_mask_t;
#define SND_MASK_MAX 31
#define SND_MASK_MAX 64
#ifdef SND_MASK_INLINE
#include "mask_inline.h"