[alsa-devel] [PATCH v2 0/5] ASoC: Intel: ACPI support and machines
Vinod Koul
vinod.koul at intel.com
Tue Nov 4 06:31:03 CET 2014
This is second 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
Subhransu S. Prusty (1):
ASoC: Intel: add BYTCR machine driver with RT5640
Vinod Koul (4):
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
sound/soc/intel/Kconfig | 22 ++-
sound/soc/intel/Makefile | 2 +
sound/soc/intel/bytcr_dpcm_rt5640.c | 258 +++++++++++++++++++++++
sound/soc/intel/sst-atom-controls.c | 2 +-
sound/soc/intel/sst/Makefile | 8 +-
sound/soc/intel/sst/sst.c | 243 +++++-----------------
sound/soc/intel/sst/sst.h | 9 +-
sound/soc/intel/sst/sst_acpi.c | 386 +++++++++++++++++++++++++++++++++++
sound/soc/intel/sst/sst_pci.c | 225 ++++++++++++++++++++
sound/soc/intel/sst/sst_pvt.c | 2 +
10 files changed, 958 insertions(+), 199 deletions(-)
create mode 100644 sound/soc/intel/bytcr_dpcm_rt5640.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