summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp_platform.h
diff options
context:
space:
mode:
authorZhang Peng <peng.zhang_8@nxp.com>2020-04-01 18:26:29 +0800
committerZhang Peng <peng.zhang_8@nxp.com>2020-04-07 12:48:18 +0800
commitd235be4b28d4fa4ff4bd5e3e21d1c692ad800762 (patch)
treec3164f869a45fb4d9573e01e25ff404d56752658 /sound/soc/fsl/fsl_dsp_platform.h
parent5e9570b387a7d8990096a38b40a84e286384ed2a (diff)
MLK-23701-2 ASoc:fsl: Add support cplay in mp board
1. Add clk necessary in dsp driver 2. Add renderer type for select sai or esai Signed-off-by: Zhang Peng <peng.zhang_8@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_dsp_platform.h')
-rw-r--r--sound/soc/fsl/fsl_dsp_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_dsp_platform.h b/sound/soc/fsl/fsl_dsp_platform.h
index 15d085c9f23d..b29f34b789a5 100644
--- a/sound/soc/fsl/fsl_dsp_platform.h
+++ b/sound/soc/fsl/fsl_dsp_platform.h
@@ -15,6 +15,7 @@ struct dsp_data {
struct xaf_pipeline pipeline;
struct xaf_comp component[2];
int codec_type;
+ int renderer_type;
int status;
};