diff options
author | Sandor Yu <R01008@freescale.com> | 2012-06-12 18:21:27 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:38:38 +0800 |
commit | c0db4e64197a02d409b47ecbd4447ec9c4cc8d49 (patch) | |
tree | 478ffb89d2dd2ff189380977aa70d3c4aa4cfd3d /sound | |
parent | 2b5955e635b4c0057d99969f4f8018ef7f96c302 (diff) |
ENGR00213179 Mx6x,Fix HDMI build warining
Fix HDMI build warining
Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/imx/imx-hdmi-dma.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |