diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-02-12 09:59:55 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-24 00:43:59 +0900 |
commit | 7b9ca9d7e561ebdc93b43277eb69d20a0dc8f5cd (patch) | |
tree | 3e890c0105e0305d422c2f8d4ce6b5912115cc0b /sound/soc/intel/sst-atom-controls.h | |
parent | 76ca1c2cd8fc0b8764c6360263e2fbca43495ab2 (diff) | |
download | linux-7b9ca9d7e561ebdc93b43277eb69d20a0dc8f5cd.tar.bz2 |
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/intel/sst-atom-controls.h')
-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 { |