diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-02-12 07:29:55 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-23 18:37:51 +0300 |
commit | b3ec1c35385a16ddd98fdf104dcf4623a66e042a (patch) | |
tree | b4d6292bbd7eeda951959dab7d9d18653b8f3150 /sound/soc | |
parent | 7bd345c9e87d879d696c6843fe200b60c2051c84 (diff) | |
download | linux-b3ec1c35385a16ddd98fdf104dcf4623a66e042a.tar.xz |
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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/intel/sst-atom-controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-atom-controls.h b/sound/soc/intel/sst-atom-controls.h index dfebfdd5eb2a..daecc58f28af 100644 --- a/sound/soc/intel/sst-atom-controls.h +++ b/sound/soc/intel/sst-atom-controls.h @@ -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 { |