Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
[deliverable/linux.git] / sound / soc / omap / omap-hdmi.c
index 7ea24819d570ec912f60fc978497578bddeb753b..32fa840c493e9f31a6860d0eb48a7392f57d0f91 100644 (file)
@@ -110,6 +110,8 @@ static int omap_hdmi_dai_hw_params(struct snd_pcm_substream *substream,
        /*
         * fill the IEC-60958 channel status word
         */
+       /* initialize the word bytes */
+       memset(iec->status, 0, sizeof(iec->status));
 
        /* specify IEC-60958-3 (commercial use) */
        iec->status[0] &= ~IEC958_AES0_PROFESSIONAL;
This page took 0.026867 seconds and 5 git commands to generate.