On Fri, Jul 15, 2016 at 12:37:06PM +0530, njaigane@codeaurora.org wrote:
sound/soc/qcom/Kconfig | 47 ++ sound/soc/qcom/Makefile | 1 + sound/soc/qcom/ipq4019/Makefile | 16 + sound/soc/qcom/ipq4019/ipq4019-adss.c | 407 ++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-adss.h | 432 +++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-codec.c | 475 +++++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-codec.h | 91 ++++ sound/soc/qcom/ipq4019/ipq4019-cpu-dai.c | 687 ++++++++++++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-mbox.c | 825 +++++++++++++++++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-mbox.h | 146 +++++ sound/soc/qcom/ipq4019/ipq4019-pcm-i2s.c | 609 +++++++++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-pcm-spdif.c | 664 +++++++++++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-pcm-tdm.c | 609 +++++++++++++++++++++ sound/soc/qcom/ipq4019/ipq4019-pcm.h | 37 ++ sound/soc/qcom/ipq4019/ipq4019-stereo.c | 313 +++++++++++ sound/soc/qcom/ipq4019/ipq4019.c | 121 +++++
This is *far* too big to be a single patch. Please at the very least split this up into one patch per driver, look at the git history of other drivers for examples of splitting things up.