Skip to content

Commit

Permalink
ASoC: rt715-sdca: fix clock stop prepare timeout issue
Browse files Browse the repository at this point in the history
Modify clock_stop_timeout value for rt715-sdca according to
the requirement of internal clock trimming.

Signed-off-by: Jack Yu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Jack Yu authored and broonie committed Jan 30, 2023
1 parent e18c6da commit 2036890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/rt715-sdca-sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static int rt715_sdca_read_prop(struct sdw_slave *slave)
}

/* set the timeout values */
prop->clk_stop_timeout = 20;
prop->clk_stop_timeout = 200;

return 0;
}
Expand Down

0 comments on commit 2036890

Please sign in to comment.