mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 06:07:22 +07:00
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
7bd345c9e8
commit
b3ec1c3538
@ -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
Block a user