Skip to content

Commit

Permalink
ASoC: Intel: update MMX ID to 3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vinod Koul authored and Mark Brown committed Feb 23, 2015
1 parent 7bd345c commit b3ec1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/sst-atom-controls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b3ec1c3

Please sign in to comment.