diff options
author | Chen Liangjun <b36089@freescale.com> | 2012-10-24 12:45:16 +0800 |
---|---|---|
committer | Chen Liangjun <b36089@freescale.com> | 2012-10-24 14:03:45 +0800 |
commit | 282d0191f0c47f7356881cbc90e4fc70364fa3ba (patch) | |
tree | 4d23450aaa2a4fb19aa51a35c8add6af607e74a8 /sound | |
parent | f2234f20edbc415ac837388a1d7fcf2771325b08 (diff) |
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 <b36089@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/imx/imx-hdmi-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |