Message ID | 1398173934-20095-1-git-send-email-jarkko.nikula@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 95e9ee92e20162681e9f65c25962e0606db9d149 |
Headers | show |
On Tue, Apr 22, 2014 at 04:38:54PM +0300, Jarkko Nikula wrote: > From: Wenkai Du <wenkai.du@intel.com> > > There were occasional ADSP crash during reboot testing: Applied, thanks
diff --git a/sound/soc/intel/sst-dsp-priv.h b/sound/soc/intel/sst-dsp-priv.h index fe8e81aad646..30ca14a6a835 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 */ };