Skip to content
Unverified Commit c8bdf9e7 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: rt715-sdca-sdw: Fix wrong complete waiting in rt715_dev_resume()



enumeration_complete will be completed when a peripheral is attached.
And initialization_complete will be completed when a peripheral is
initialized. rt715_dev_resume() should wait for initialization_complete
instead of enumeration_complete.

the issue exists since commit 20d17057 ("ASoC: rt715-sdca: Add RT715
sdca vendor-specific driver"), but the commit can only apply to
commit f892e66f ("ASoC: rt-sdw*: add __func__ to all error logs").

Fixes: f892e66f ("ASoC: rt-sdw*: add __func__ to all error logs")
Signed-off-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20240509163658.68062-1-pierre-louis.bossart@linux.intel.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent dd5cb1b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment