summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp_audiomix.c
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2020-02-19 16:22:54 +0200
committerDaniel Baluta <daniel.baluta@nxp.com>2020-02-21 17:22:09 +0200
commite503940db49d8c13c4c20da3120ba42124260007 (patch)
treeb8e544addfb52dfa2add332d7d92ce06b441121f /sound/soc/fsl/fsl_dsp_audiomix.c
parent352ad24ecbe711ad5bb99a047655c1901e9b5643 (diff)
MLK-23350-2 ASoC: fsl: Export imx_audiomix_dsp_start symbol
So that it can be used by SOF module. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_dsp_audiomix.c')
-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)
{