From 3cc04e79ec0163b442758690fd0f381ec3cfcf54 Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Tue, 12 Jun 2012 18:21:27 +0800 Subject: [PATCH] ENGR00213179 Mx6x,Fix HDMI build warining Fix HDMI build warining Signed-off-by: Sandor Yu --- sound/soc/imx/imx-hdmi-dma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/imx/imx-hdmi-dma.c b/sound/soc/imx/imx-hdmi-dma.c index f0545f6b6ef2..2f4799d9414c 100644 --- a/sound/soc/imx/imx-hdmi-dma.c +++ b/sound/soc/imx/imx-hdmi-dma.c @@ -514,7 +514,8 @@ static void hdmi_dma_mmap_copy(struct snd_pcm_substream *substream, struct snd_pcm_runtime *runtime = substream->runtime; struct imx_hdmi_dma_runtime_data *rtd = runtime->private_data; u32 framecount; - u32 *src32, *dest; +/* u32 *src32; */ + u32 *dest; u16 *src16; framecount = count/(rtd->sample_align * rtd->channels); -- 2.39.5