[alsa-devel] [PATCH v3 0/6] ASoC: Intel: ACPI support and machines

Vinod Koul vinod.koul at intel.com
Tue Nov 4 11:55:14 CET 2014


This is third rev of patch series which fixes the modules split as
discussed in ML. The core part is now module along with PCI and ACPI one.
Added fix reported by Dan as well. Also added the BYTCR machine driver and
MERR machine driver

Updates in v3:
- Fix export fo few more symbols
- fix cleanup of probe and setup code
- add MERR machine code

Subhransu S. Prusty (1):
  ASoC: Intel: add BYTCR machine driver with RT5640

Vinod Koul (5):
  ASoC: Intel: mrfld - remove unnecessary check for pointer
  ASoC: Intel: mrfld - create separate module for pci part
  ASoC: Intel: mrfld - add shim save restore
  ASoC: Intel: mrfld- add ACPI module
  ASoC: Intel: Add Merrifield machine driver

 sound/soc/intel/Kconfig             |   37 +++-
 sound/soc/intel/Makefile            |    4 +
 sound/soc/intel/bytcr_dpcm_rt5640.c |  258 ++++++++++++++++++++++
 sound/soc/intel/merr_dpcm_wm8958.c  |  416 +++++++++++++++++++++++++++++++++++
 sound/soc/intel/sst-atom-controls.c |    2 +-
 sound/soc/intel/sst/Makefile        |    8 +-
 sound/soc/intel/sst/sst.c           |  254 +++++----------------
 sound/soc/intel/sst/sst.h           |    9 +-
 sound/soc/intel/sst/sst_acpi.c      |  377 +++++++++++++++++++++++++++++++
 sound/soc/intel/sst/sst_pci.c       |  209 ++++++++++++++++++
 sound/soc/intel/sst/sst_pvt.c       |    3 +
 11 files changed, 1378 insertions(+), 199 deletions(-)
 create mode 100644 sound/soc/intel/bytcr_dpcm_rt5640.c
 create mode 100644 sound/soc/intel/merr_dpcm_wm8958.c
 create mode 100644 sound/soc/intel/sst/sst_acpi.c
 create mode 100644 sound/soc/intel/sst/sst_pci.c



More information about the Alsa-devel mailing list