From b3adec224c89003919743e6764b9dbb751983894 Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Thu, 18 Jun 2020 21:12:22 +0300 Subject: MLK-24263-6 ASoC: fsl_dsp_audiomix: Remove hardcoded value Use a meaningful named macro to represent RunStall bit from AudioDSP_REG2 register. This register is used to Run/Stall the DSP. Signed-off-by: Daniel Baluta Reviewed-by: Shengjiu Wang --- sound/soc/fsl/fsl_dsp_audiomix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound/soc/fsl/fsl_dsp_audiomix.h') diff --git a/sound/soc/fsl/fsl_dsp_audiomix.h b/sound/soc/fsl/fsl_dsp_audiomix.h index ff251021a6a4..810efbaafff0 100644 --- a/sound/soc/fsl/fsl_dsp_audiomix.h +++ b/sound/soc/fsl/fsl_dsp_audiomix.h @@ -13,6 +13,8 @@ #define AudioDSP_REG2 0x108 #define AudioDSP_REG3 0x10c +#define AudioDSP_REG2_RUNSTALL BIT(5) + struct imx_audiomix_dsp_data; void imx_audiomix_dsp_start(struct imx_audiomix_dsp_data *data); void imx_audiomix_dsp_pid_set(struct imx_audiomix_dsp_data *data, u32 val); -- cgit v1.2.3