Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1521130 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: bolero: Disable rx swr gpio as wakeup capable"

parents 6720f1b6 e0b041f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4111,6 +4111,8 @@ static int rx_macro_probe(struct platform_device *pdev)
			__func__);
		return -EPROBE_DEFER;
	}
	msm_cdc_pinctrl_set_wakeup_capable(
				rx_priv->rx_swr_gpio_p, false);

	rx_io_base = devm_ioremap(&pdev->dev, rx_base_addr,
				  RX_MACRO_MAX_OFFSET);