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

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

Merge "asoc: swrm: disable bus reset based on swrm verison"

parents 2078a881 40946c4d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3165,7 +3165,9 @@ static int swrm_runtime_resume(struct device *dev)
			}
			swr_master_write(swrm, SWRM_COMP_SW_RESET, 0x01);
			swr_master_write(swrm, SWRM_COMP_SW_RESET, 0x01);
			if (swrm->version > SWRM_VERSION_1_5)
				swr_master_write(swrm, SWRM_MCP_BUS_CTRL, 0x01);

			swrm_master_init(swrm);
			/* wait for hw enumeration to complete */
			usleep_range(100, 105);