adpcm2pcm_step
s = adpcm2pcm_step(mc, a & 0x0f);
s = adpcm2pcm_step(mc, a >> 4);
static inline int16_t adpcm2pcm_step(struct msm6258_codecvar *, uint8_t);