ASoC: amd: ps: Fix extraneous error messages
authorMario Limonciello <mario.limonciello@amd.com>
Sat, 8 Jul 2023 02:52:08 +0000 (21:52 -0500)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:42:57 +0000 (22:42 +0100)
commitcd710900ed2b96b1fbc26d711d562581afc385e2
tree10c4bc8e0438b45a8a5e6fec1926fbc2fd232db7
parent86867aca7330e4fbcfa2a117e20b48bbb6c758a9
ASoC: amd: ps: Fix extraneous error messages

On Pink Sardine machines that don't have SdW controllers in use, the property
`mipi-sdw-manager-list` won't exist.  There is no point in showing an error
to a user when this situation is encountered.

Furthermore if the machine doesn't have a DMIC connected to the ACP, there
may be no platform devices created either.

Downgrade the associated message to debug.

Fixes: d1351c30ac8a6 ("ASoC: amd: ps: create platform devices based on acp config")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20230708025208.54272-1-mario.limonciello@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/ps/pci-ps.c