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/[email protected]/ Reported-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Reviewed-by: Basavaraj Hiregoudar <[email protected]> Reviewed-by: V sujith kumar Reddy <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 60591bb commit f5f8ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)