Searched refs:SND_US16X08_ID_COMP_BASE (Results 1 – 2 of 2) sorted by relevance
81 #define SND_US16X08_ID_COMP_BASE 0x32 macro82 #define SND_US16X08_ID_COMP_THRESHOLD SND_US16X08_ID_COMP_BASE83 #define SND_US16X08_ID_COMP_RATIO (SND_US16X08_ID_COMP_BASE + 1)84 #define SND_US16X08_ID_COMP_ATTACK (SND_US16X08_ID_COMP_BASE + 2)85 #define SND_US16X08_ID_COMP_RELEASE (SND_US16X08_ID_COMP_BASE + 3)86 #define SND_US16X08_ID_COMP_GAIN (SND_US16X08_ID_COMP_BASE + 4)87 #define SND_US16X08_ID_COMP_SWITCH (SND_US16X08_ID_COMP_BASE + 5)90 #define COMP_STORE_IDX(x) ((x) - SND_US16X08_ID_COMP_BASE)
449 val_idx = elem->head.id - SND_US16X08_ID_COMP_BASE; in snd_us16x08_comp_put()