Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3ec1c35 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown
Browse files

ASoC: Intel: update MMX ID to 3



The updated firmware expects the MMX ID to be used as 3, so update the
driver as well

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7bd345c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -150,7 +150,7 @@ enum sst_cmd_type {


enum sst_task {
enum sst_task {
	SST_TASK_SBA = 1,
	SST_TASK_SBA = 1,
	SST_TASK_MMX,
	SST_TASK_MMX = 3,
};
};


enum sst_type {
enum sst_type {