Skip to content

Commit f5f8ad3

Browse files
plbossartbroonie
authored andcommitted
ASoC: SOF: dai: move AMD_HS to end of list to restore backwards-compatibility
The addition of AMD_HS breaks Mediatek platforms by using an index previously allocated to Mediatek. This is a backwards-compatibility issue and needs to be fixed. All firmware released by AMD needs to be re-generated and re-distributed. Fixes: ed2562c ("ASoC: SOF: Adding amd HS functionality to the sof core") Link: thesofproject/sof#6615 Link: https://lore.kernel.org/alsa-devel/36a45c7a-820a-7675-d740-c0e83ae2c417@collabora.com/ Reported-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Reviewed-by: Basavaraj Hiregoudar <basavaraj.hiregoudar@amd.com> Reviewed-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20221117232120.112639-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 60591bb commit f5f8ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/sound/sof/dai.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ enum sof_ipc_dai_type {
8484
SOF_DAI_AMD_BT, /**< AMD ACP BT*/
8585
SOF_DAI_AMD_SP, /**< AMD ACP SP */
8686
SOF_DAI_AMD_DMIC, /**< AMD ACP DMIC */
87-
SOF_DAI_AMD_HS, /**< Amd HS */
8887
SOF_DAI_MEDIATEK_AFE, /**< Mediatek AFE */
88+
SOF_DAI_AMD_HS, /**< Amd HS */
8989
};
9090

9191
/* general purpose DAI configuration */

0 commit comments

Comments
 (0)