]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: fix sof_es8336 probe
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 5 Aug 2022 13:33:32 +0000 (15:33 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 5 Aug 2022 14:24:30 +0000 (15:24 +0100)
commit167a606793ca9a6db5c5642059c14641e5e44171
treec2f8a2292cf070ea40a12550619e97e7deb3052a
parentfffc8a64f52ceb40e5abe44037213b6182e1725f
ASoC: Intel: fix sof_es8336 probe

Changes to add HDMI capture support broke the machine driver probe for
all other platforms. The commit listed in the Fixes tag added a
board_id descriptor but didn't add the default name for the
sof_essx8336 machine driver.

Add the missing entry and remove the now-useless platform driver
alias.

Reported-by: Eugene J Markow <ejmarkow@yahoo.com>
BugLink: https://github.com/thesofproject/linux/issues/3336
Fixes: a28599d892d5 ("ASoC: Intel: sof_es8336: add support for HDMI_In capture")
Reviewed-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/20220805133332.207932-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_es8336.c