From 282d0191f0c47f7356881cbc90e4fc70364fa3ba Mon Sep 17 00:00:00 2001 From: Chen Liangjun Date: Wed, 24 Oct 2012 12:45:16 +0800 Subject: ENGR00230920-2 HDMI AUDIO: export gloable variable in platform driver Export gloable variable in HDMI AUDIO platform driver to support HDMI AUDIO codec driver's loadable build. Signed-off-by: Chen Liangjun --- sound/soc/imx/imx-hdmi-dma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound') diff --git a/sound/soc/imx/imx-hdmi-dma.c b/sound/soc/imx/imx-hdmi-dma.c index 342f9c85f481..dc71d52b79ca 100644 --- a/sound/soc/imx/imx-hdmi-dma.c +++ b/sound/soc/imx/imx-hdmi-dma.c @@ -119,6 +119,7 @@ void hdmi_dma_copy_24_neon_fast(unsigned int *src, unsigned int *dst, int samples); hdmi_audio_header_t iec_header; +EXPORT_SYMBOL(iec_header); /* * Note that the period size for DMA != period size for ALSA because the -- cgit v1.2.3