From 9e5fbe5f2ccdfe3eac06f167d7a2b989b2cc106f Mon Sep 17 00:00:00 2001 From: Chen Liangjun Date: Wed, 24 Oct 2012 12:45:16 +0800 Subject: [PATCH] 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(+) 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 -- 2.39.5