From db31c447eeeebd782baa33a384ba62cf2fb6fde4 Mon Sep 17 00:00:00 2001 From: Viorel Suman Date: Tue, 12 May 2020 15:41:48 +0300 Subject: MLK-23991: ASoC: fsl_xcvr: drop eARC -> ARC fallback The criteria used to drop eARC mode into ARC mode makes eARC function to fail. Drop it for now. Signed-off-by: Viorel Suman Reviewed-by: Shengjiu Wang --- sound/soc/fsl/fsl_xcvr.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sound/soc/fsl/fsl_xcvr.c') diff --git a/sound/soc/fsl/fsl_xcvr.c b/sound/soc/fsl/fsl_xcvr.c index baf3a6ab5e82..8512b64a533e 100644 --- a/sound/soc/fsl/fsl_xcvr.c +++ b/sound/soc/fsl/fsl_xcvr.c @@ -1077,17 +1077,6 @@ static irqreturn_t irq0_isr(int irq, void *devid) dev_dbg(dev, "RX/TX FIFO full/empty\n"); if (isr & FSL_XCVR_IRQ_ARC_MODE) dev_dbg(dev, "CMDC SM falls out of eARC mode\n"); - if (isr & FSL_XCVR_IRQ_CMDC_STATUS_UPD) { - dev_dbg(dev, "CMDC status update\n"); - regmap_read(regmap, FSL_XCVR_EXT_STATUS, &val); - if (val & FSL_XCVR_EXT_STUS_RX_CMDC_COTO) { - dev_dbg(dev, "RX CMDC comma timeout\n"); - /* Set eARC fallback mode*/ - val = fsl_xcvr_arc_mode_ints[xcvr->arc_mode_idx]; - regmap_update_bits(xcvr->regmap, FSL_XCVR_ISR_SET, - val, val); - } - } if (isr & FSL_XCVR_IRQ_DMA_RD_REQ) dev_dbg(dev, "DMA read request\n"); if (isr & FSL_XCVR_IRQ_DMA_WR_REQ) -- cgit v1.2.3