All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] ASoC: Intel: cleanups
@ 2018-11-01 21:34 Pierre-Louis Bossart
  2018-11-01 21:34 ` [PATCH v2 1/7] ASoC: acpi: define common interface for machine driver configuration Pierre-Louis Bossart
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Pierre-Louis Bossart @ 2018-11-01 21:34 UTC (permalink / raw)
  To: alsa-devel
  Cc: tiwai, Pierre-Louis Bossart, liam.r.girdwood, vkoul, broonie,
	andriy.shevchenko

This patchset contain 4 different cleanups:
a) change of pdata definition to avoid using SST-specific structures
and allow for machine driver reuse w/ SOF. No new features, just
different data structures.
b) removal of remaining GFP_ATOMIC usages
c) Cleanup of machine driver tables for APL (missing SOF information
and quirk for APL RVP/LeafHill CRB boards). These boards are used
outside of Intel so it's worth sharing the fixes for the general
public.
d) typo

v2:
 Added Andy Shevchenko's Reviewed-by tag
 removed global variable w/ .driver_data in DMI quirk
 
Bard liao (1):
  ASoC: Intel: common: add SOF information for APL RVP

Pierre-Louis Bossart (6):
  ASoC: acpi: define common interface for machine driver configuration
  ASoC: Intel: use standard interface for Hdaudio machine driver
  ASoC: Intel: use standard interface for Atom machine drivers
  ASoC: Intel: boards: fix Skylake typo
  ASoC: Intel: remove GFP_ATOMIC, use GFP_KERNEL
  ASoC: Intel: common: add quirk for APL RVP boards

 include/sound/soc-acpi.h                      | 14 ++++++++
 sound/soc/intel/atom/sst/sst_acpi.c           |  4 +++
 sound/soc/intel/atom/sst/sst_pvt.c            |  4 +--
 sound/soc/intel/boards/bytcr_rt5640.c         |  6 +---
 sound/soc/intel/boards/bytcr_rt5651.c         |  6 +---
 sound/soc/intel/boards/cht_bsw_rt5645.c       |  6 +---
 sound/soc/intel/boards/cht_bsw_rt5672.c       |  2 +-
 sound/soc/intel/boards/glk_rt5682_max98357a.c |  2 +-
 sound/soc/intel/boards/kbl_da7219_max98927.c  |  8 ++---
 sound/soc/intel/boards/kbl_rt5663_max98927.c  |  4 +--
 sound/soc/intel/boards/skl_hda_dsp_generic.c  | 22 ++++++------
 .../soc/intel/boards/skl_nau88l25_max98357a.c |  4 +--
 sound/soc/intel/boards/skl_nau88l25_ssm4567.c |  4 +--
 .../intel/common/soc-acpi-intel-bxt-match.c   | 36 +++++++++++++++++++
 sound/soc/intel/skylake/skl.c                 | 10 ++----
 15 files changed, 85 insertions(+), 47 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-11-06 17:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-01 21:34 [PATCH v2 0/7] ASoC: Intel: cleanups Pierre-Louis Bossart
2018-11-01 21:34 ` [PATCH v2 1/7] ASoC: acpi: define common interface for machine driver configuration Pierre-Louis Bossart
2018-11-01 21:34 ` [PATCH v2 2/7] ASoC: Intel: use standard interface for Hdaudio machine driver Pierre-Louis Bossart
2018-11-01 21:34 ` [PATCH v2 3/7] ASoC: Intel: use standard interface for Atom machine drivers Pierre-Louis Bossart
2018-11-01 21:34 ` [PATCH v2 4/7] ASoC: Intel: boards: fix Skylake typo Pierre-Louis Bossart
2018-11-01 21:34 ` [PATCH v2 5/7] ASoC: Intel: remove GFP_ATOMIC, use GFP_KERNEL Pierre-Louis Bossart
2018-11-01 21:34 ` [PATCH v2 6/7] ASoC: Intel: common: add SOF information for APL RVP Pierre-Louis Bossart
2018-11-01 21:34 ` [PATCH v2 7/7] ASoC: Intel: common: add quirk for APL RVP boards Pierre-Louis Bossart
2018-11-06 17:54   ` Applied "ASoC: Intel: common: add quirk for APL RVP boards" to the asoc tree Mark Brown

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.