All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] ASoC: Intel: ACPI support and machines
@ 2014-11-04 10:55 Vinod Koul
  2014-11-04 10:55 ` [PATCH v3 1/6] ASoC: Intel: mrfld - remove unnecessary check for pointer Vinod Koul
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Vinod Koul @ 2014-11-04 10:55 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, Vinod Koul, broonie, subhransu.s.prusty, lgirdwood

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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-11-10 10:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 10:55 [PATCH v3 0/6] ASoC: Intel: ACPI support and machines Vinod Koul
2014-11-04 10:55 ` [PATCH v3 1/6] ASoC: Intel: mrfld - remove unnecessary check for pointer Vinod Koul
2014-11-06 12:36   ` Mark Brown
2014-11-04 10:55 ` [PATCH v3 2/6] ASoC: Intel: mrfld - create separate module for pci part Vinod Koul
2014-11-06 12:36   ` Mark Brown
2014-11-04 10:55 ` [PATCH v3 3/6] ASoC: Intel: mrfld - add shim save restore Vinod Koul
2014-11-06 12:36   ` Mark Brown
2014-11-04 10:55 ` [PATCH v3 4/6] ASoC: Intel: mrfld- add ACPI module Vinod Koul
2014-11-06 12:43   ` Mark Brown
2014-11-06 13:09     ` Vinod Koul
2014-11-06 13:44       ` Mark Brown
2014-11-10  6:18         ` Vinod Koul
2014-11-04 10:55 ` [PATCH v3 5/6] ASoC: Intel: add BYTCR machine driver with RT5640 Vinod Koul
2014-11-06 12:48   ` Mark Brown
2014-11-06 13:11     ` Vinod Koul
2014-11-06 13:46       ` Mark Brown
2014-11-10  6:20         ` Vinod Koul
2014-11-10 10:03           ` Mark Brown
2014-11-04 10:55 ` [PATCH v3 6/6] ASoC: Intel: Add Merrifield machine driver Vinod Koul
2014-11-06 12:51   ` Mark Brown
2014-11-06 13:18     ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.