diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-02-12 05:29:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-23 16:43:59 +0100 |
commit | 7b9ca9d7e561ebdc93b43277eb69d20a0dc8f5cd (patch) | |
tree | 3e890c0105e0305d422c2f8d4ce6b5912115cc0b | |
parent | ASoC: Intel: mark cht machine driver with nonatomic trigger (diff) | |
download | linux-7b9ca9d7e561ebdc93b43277eb69d20a0dc8f5cd.tar.xz linux-7b9ca9d7e561ebdc93b43277eb69d20a0dc8f5cd.zip |
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>
-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 { |