diff options
author | Mark Brown <broonie@linaro.org> | 2014-05-13 19:23:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-13 19:23:56 +0200 |
commit | 8bee1fd482622718fcc1a537db1d7ca48d7f52f8 (patch) | |
tree | 8b40cf912a942771b0b22f2aa0ac20d5af256010 /sound/soc/intel/sst-dsp-priv.h | |
parent | ASoC: Intel: Use ACPI device for Baytrail PCM buffer allocation (diff) | |
parent | ASoC: Intel: Fix Baytrail SST DSP firmware loading (diff) | |
download | linux-8bee1fd482622718fcc1a537db1d7ca48d7f52f8.tar.xz linux-8bee1fd482622718fcc1a537db1d7ca48d7f52f8.zip |
Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
Conflicts:
sound/soc/intel/sst-baytrail-dsp.c
Diffstat (limited to 'sound/soc/intel/sst-dsp-priv.h')
-rw-r--r-- | sound/soc/intel/sst-dsp-priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/sst-dsp-priv.h b/sound/soc/intel/sst-dsp-priv.h index cd4a3ca25ce4..ffb308bd81ce 100644 --- a/sound/soc/intel/sst-dsp-priv.h +++ b/sound/soc/intel/sst-dsp-priv.h @@ -136,7 +136,7 @@ struct sst_module_data { enum sst_data_type data_type; /* type of module data */ u32 size; /* size in bytes */ - u32 offset; /* offset in FW file */ + int32_t offset; /* offset in FW file */ u32 data_offset; /* offset in ADSP memory space */ void *data; /* module data */ }; @@ -228,6 +228,7 @@ struct sst_dsp { spinlock_t spinlock; /* IPC locking */ struct mutex mutex; /* DSP FW lock */ struct device *dev; + struct device *dma_dev; void *thread_context; int irq; u32 id; |