summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_xcvr.h
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2020-10-28 14:10:21 +0200
committerViorel Suman <viorel.suman@nxp.com>2020-11-02 20:07:13 +0200
commit787e6e98a1d88c88218ea6b82974c63acf351e74 (patch)
treec5110b3d75af50f411231bb3d9e38a47db75647b /sound/soc/fsl/fsl_xcvr.h
parentf676b0e9ec85bd67f3ea3d9055911945b7ea24cf (diff)
MLK-24957-1 ASoC: fsl_xcvr: sync with upstream version
Sync fsl_xcvr driver with the upstream accepted version. Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_xcvr.h')
-rw-r--r--sound/soc/fsl/fsl_xcvr.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/fsl/fsl_xcvr.h b/sound/soc/fsl/fsl_xcvr.h
index ca67e1b70221..7f2853c60085 100644
--- a/sound/soc/fsl/fsl_xcvr.h
+++ b/sound/soc/fsl/fsl_xcvr.h
@@ -132,12 +132,12 @@
#define FSL_XCVR_IRQ_UNEXP_PRE_REC BIT(20)
#define FSL_XCVR_IRQ_ARC_MODE BIT(21)
#define FSL_XCVR_IRQ_CH_UD_OFLOW BIT(22)
-#define FSL_XCVR_IRQ_EARC_ALL FSL_XCVR_IRQ_NEW_CS | \
- FSL_XCVR_IRQ_NEW_UD | \
- FSL_XCVR_IRQ_MUTE | \
- FSL_XCVR_IRQ_FIFO_UOFL_ERR | \
- FSL_XCVR_IRQ_HOST_WAKEUP | \
- FSL_XCVR_IRQ_ARC_MODE
+#define FSL_XCVR_IRQ_EARC_ALL (FSL_XCVR_IRQ_NEW_CS | \
+ FSL_XCVR_IRQ_NEW_UD | \
+ FSL_XCVR_IRQ_MUTE | \
+ FSL_XCVR_IRQ_FIFO_UOFL_ERR | \
+ FSL_XCVR_IRQ_HOST_WAKEUP | \
+ FSL_XCVR_IRQ_ARC_MODE)
#define FSL_XCVR_ISR_CMDC_TX_EN BIT(3)
#define FSL_XCVR_ISR_HPD_TGL BIT(15)