]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: soc_sdw_utils: skip aux device if it is not present
authorMaciej Strozek <mstrozek@opensource.cirrus.com>
Fri, 8 May 2026 09:47:49 +0000 (17:47 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 11 May 2026 01:05:34 +0000 (10:05 +0900)
commit954222bb686d22f4359b7014cbce16bca2470927
tree421a1fb7564de4d08dd04578570abc2814e7f5e6
parent5d6919055dec134de3c40167a490f33c74c12581
ASoC: soc_sdw_utils: skip aux device if it is not present

Similarly to codec endpoints that may not be used [1], aux devices (like
HID) also may not be used. Hence skip aux devices which are not present.

[1] https://lore.kernel.org/all/20250414063239.85200-12-yung-chuan.liao@linux.intel.com/

Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20260508094750.1246796-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdw_utils/soc_sdw_utils.c