ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
authorBrent Lu <brent.lu@intel.com>
Mon, 4 Dec 2023 21:41:58 +0000 (15:41 -0600)
committerMark Brown <broonie@kernel.org>
Mon, 4 Dec 2023 21:46:09 +0000 (21:46 +0000)
commit486ede0df82dd74472c6f5651e38ff48f7f766c1
treed0245833dd1f81c1dbd271ba6964a2a1d877862f
parent996727aad856e55f6e65fdc6093281e51f0534da
ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch

The drv_name in enumeration table for ALC5682I-VS codec does not match
the board id string in machine driver. Modify the entry of "10EC5682"
to enumerate "RTL5682" as well and remove invalid entry.

Fixes: 88b4d77d6035 ("ASoC: Intel: glk_rt5682_max98357a: support ALC5682I-VS codec")
Reported-by: Curtis Malainey <cujomalainey@chromium.org>
Reviewed-by: Curtis Malainey <cujomalainey@chromium.org>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Brent Lu <brent.lu@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20231204214200.203100-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-glk-match.c