summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/fsl_dsp_audiomix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_dsp_audiomix.c b/sound/soc/fsl/fsl_dsp_audiomix.c
index d3dc75f7e65a..91e74d17ff2b 100644
--- a/sound/soc/fsl/fsl_dsp_audiomix.c
+++ b/sound/soc/fsl/fsl_dsp_audiomix.c
@@ -24,6 +24,7 @@ void imx_audiomix_dsp_start(struct imx_audiomix_dsp_data *data)
val &= ~(1 << 5);
writel(val, data->base + AudioDSP_REG2);
}
+EXPORT_SYMBOL(imx_audiomix_dsp_start);
static int imx_audiomix_dsp_probe(struct platform_device *pdev)
{