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: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
76ca1c2cd8
commit
7b9ca9d7e5
|
@ -150,7 +150,7 @@ enum sst_cmd_type {
|
|||
|
||||
enum sst_task {
|
||||
SST_TASK_SBA = 1,
|
||||
SST_TASK_MMX,
|
||||
SST_TASK_MMX = 3,
|
||||
};
|
||||
|
||||
enum sst_type {
|
||||
|
|
Loading…
Reference in New Issue