Merge remote-tracking branch 'asoc/topic/omap' into asoc-next
[deliverable/linux.git] / sound / soc / omap / omap-pcm.c
index 99381a27295bbbd9452f0d0050c1509651373bff..a84f677234f08c5bd1ddaa7cd4a444111d4d8cf5 100644 (file)
@@ -82,6 +82,8 @@ static int omap_pcm_hw_params(struct snd_pcm_substream *substream,
        struct dma_chan *chan;
        int err = 0;
 
+       memset(&config, 0x00, sizeof(config));
+
        dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream);
 
        /* return if this is a bufferless transfer e.g.
This page took 0.038431 seconds and 5 git commands to generate.