ASoC: Intel: sof_sdw: add a space before cfg-amp in components
authorBard Liao <yung-chuan.liao@linux.intel.com>
Fri, 26 Apr 2024 15:21:19 +0000 (10:21 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 29 Apr 2024 15:10:04 +0000 (00:10 +0900)
commit6be269d274353d2604bf49b92f703610cb4734e9
tree5c58c58a7799b378bbbdb54c04d615e069d95400
parent2086b55fd6ddcaa92e473ba7017f6a986870337e
ASoC: Intel: sof_sdw: add a space before cfg-amp in components

UCM parse amp with Regex " cfg-amp:([0-9]+)". The "ASoC: Intel: sof_sdw:
remove FOUR_SPEAKER quirks" patch removed "cfg-spk:%d " from components
which removed the necessary space as well and cause UCM can't parse the
amp number properly.

Fixes: 744866d28fe6 ("ASoC: Intel: sof_sdw: remove FOUR_SPEAKER quirks")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20240426152123.36284-9-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_sdw.c