]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Fix platform ID matching
authorCurtis Malainey <cujomalainey@chromium.org>
Mon, 9 Aug 2021 21:35:39 +0000 (14:35 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 10 Aug 2021 12:22:13 +0000 (13:22 +0100)
commitb1fb45032322c716327904dacd1e366aee05cb48
tree409f5cf1595e652a38f36856ec764e373783d7d4
parentf62f5edacd9eead67298b60df3e837e6a4c41312
ASoC: Intel: Fix platform ID matching

Sparse warnings triggered truncating the IDs of some platform device
tables. Unfortunately some of the IDs in the match tables were missed
which breaks audio. The KBL change has been verified to fix audio, the
CML change was not tested as it was found through grepping the broken
changes and found to match the same situation in anticipation that it
should also be fixed.

Fixes: eb24e4110dc6 ("ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters")
Fixes: 3f8cf1acfe60 ("ASoC: Intel: bxt_da7219_max98357a: shrink platform_id below 20 characters")
Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
Tested-by: Matt Davis <mattedavis@google.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210809213544.1682444-1-cujomalainey@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-cml-match.c
sound/soc/intel/common/soc-acpi-intel-kbl-match.c