SND_US16X08_ID_COMP_BASE
val_idx = elem->head.id - SND_US16X08_ID_COMP_BASE;
#define SND_US16X08_ID_COMP_THRESHOLD SND_US16X08_ID_COMP_BASE
#define SND_US16X08_ID_COMP_RATIO (SND_US16X08_ID_COMP_BASE + 1)
#define SND_US16X08_ID_COMP_ATTACK (SND_US16X08_ID_COMP_BASE + 2)
#define SND_US16X08_ID_COMP_RELEASE (SND_US16X08_ID_COMP_BASE + 3)
#define SND_US16X08_ID_COMP_GAIN (SND_US16X08_ID_COMP_BASE + 4)
#define SND_US16X08_ID_COMP_SWITCH (SND_US16X08_ID_COMP_BASE + 5)
#define COMP_STORE_IDX(x) ((x) - SND_US16X08_ID_COMP_BASE)