ASoC: Intel: sof_da7219_mx98360a: fail to initialize soundcard
authorBrent Lu <brent.lu@intel.com>
Mon, 26 Jul 2021 09:45:25 +0000 (17:45 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 26 Jul 2021 17:57:12 +0000 (18:57 +0100)
commit0f32d9eb38c13c32895b5bf695eac639cee02d6c
tree38c048d2066d61f4b463f47a3b7ef7b2d7558370
parent2c39ca6885a2ec03e5c9e7c12a4da2aa8926605a
ASoC: Intel: sof_da7219_mx98360a: fail to initialize soundcard

The default codec for speaker amp's DAI Link is max98373 and will be
overwritten in probe function if the board id is sof_da7219_mx98360a.
However, the probe function does not do it because the board id is
changed in earlier commit.

Fixes: 1cc04d195dc2 ("ASoC: Intel: sof_da7219_max98373: shrink platform_id below 20 characters")
Signed-off-by: Brent Lu <brent.lu@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210726094525.5748-1-brent.lu@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_da7219_max98373.c