Merge series "ASoC: SOF: Intel: split Baytrail and Merrifield" from Pierre-Louis...
authorMark Brown <broonie@kernel.org>
Tue, 11 May 2021 08:05:59 +0000 (09:05 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 11 May 2021 08:05:59 +0000 (09:05 +0100)
commitb748ad38041a9a7ab2ab1cb9f8ad24271d1de9c4
treeeb4bdd37aedd7fc02aa24940349f8c3d1bd36b2c
parent93c964af77e75b1d0a2fbc3d445b2bd8f99f8f51
parent47fad2393b0446229883f95e373067441794e22f
Merge series "ASoC: SOF: Intel: split Baytrail and Merrifield" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

We've had recurring randconfig issues with the two platforms relying
on ACPI and PCI. I think it's time to split the two and introduce a
common 'atom' module, so that dependencies are better handled.

I chose not to add a Fixes tag since the changes are rather invasive,
and the randconfig issues only happen in non-functional cases.

There should be no functional changes with this patchset, only code
moved and renamed.

Pierre-Louis Bossart (2):
  ASoC: SOF: Intel: byt: prepare split between Baytrail and Merrifield
  ASoC: SOF: Intel: move common ATOM stuff to module

 sound/soc/sof/intel/Makefile  |   5 +-
 sound/soc/sof/intel/atom.c    | 463 ++++++++++++++++++++
 sound/soc/sof/intel/atom.h    |  74 ++++
 sound/soc/sof/intel/byt.c     | 768 ++++------------------------------
 sound/soc/sof/intel/pci-tng.c | 171 +++++++-
 5 files changed, 783 insertions(+), 698 deletions(-)
 create mode 100644 sound/soc/sof/intel/atom.c
 create mode 100644 sound/soc/sof/intel/atom.h

--
2.25.1