Trivial compile warning fixes.
const char *src;
char *dst;
int src_step, dst_step;
- int16_t old_sample;
+ int16_t old_sample = 0;
int16_t new_sample;
int old_weight, new_weight;
src = snd_pcm_channel_area_addr(src_area, src_offset);
const int16_t *src;
int16_t *dst;
int src_step, dst_step;
- int16_t old_sample;
+ int16_t old_sample = 0;
int16_t new_sample;
int old_weight, new_weight;
src = snd_pcm_channel_area_addr(src_area, src_offset);