On Tue, Aug 19, 2014 at 04:07:03PM +0530, Subhransu S. Prusty wrote:
sound/soc/intel/sst/sst.c | 443 ++++++++++++++ sound/soc/intel/sst/sst.h | 654 ++++++++++++++++++++ sound/soc/intel/sst/sst_drv_interface.c | 475 +++++++++++++++ sound/soc/intel/sst/sst_ipc.c | 373 ++++++++++++ sound/soc/intel/sst/sst_loader.c | 975 ++++++++++++++++++++++++++++++ sound/soc/intel/sst/sst_pvt.c | 207 +++++++ sound/soc/intel/sst/sst_stream.c | 526 ++++++++++++++++ 11 files changed, 3696 insertions(+)
As I indicated last time please split this up into smaller patches, for example one per file. This is an enormous amount of code to look at in a single commit which is really going to slow down review.