]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: sdw_utils: remove dai registered check
authorBard Liao <yung-chuan.liao@linux.intel.com>
Tue, 20 Jan 2026 06:56:58 +0000 (14:56 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 20 Jan 2026 12:17:32 +0000 (12:17 +0000)
commit8d38c275f7ffe257d21bea224d4288eef183817d
tree805c721fe403e358c45a0e6ed46105a56aa00dcb
parenta18467a50eddbd7c6548b53b25b68e5454ceb587
ASoC: sdw_utils: remove dai registered check

Checking for a registered DAI for non-existing endpoints causes the
following error. The driver will always return -EPROBE_DEFER if the
codec driver doesn't register the DAI of the unexist endpoint.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260120065658.1806027-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdw_utils/soc_sdw_utils.c