All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] ASoC: Intel: kabylake: Adds rt5663+max98927 machine driver
@ 2017-05-15  8:12 Naveen M
  2017-05-15  8:12 ` [PATCH v3 1/7] ASoC: Intel: Convert atom machine data to C99 style Naveen M
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Naveen M @ 2017-05-15  8:12 UTC (permalink / raw)
  To: alsa-devel
  Cc: vinod.koul, liam.r.girdwood, tiwai, broonie, naveen.m,
	pierre-louis.bossart

Add support for multiple codecs in acpi matching of sst library using
machine quirk for robust mach driver selection.
Add kabylake machine driver & corresponding driver entry in machine table
for following codecs:
 1. rt5663 for headset configured to ssp1.
 2. max98927 for speakers configured to ssp0.
Changes in V2: Convert all machine data to C99 style.
Changes in V3: Split machine data for respective drivers 

Naveen M (7):
  ASoC: Intel: Convert atom machine data to C99 style
  ASoC: Intel: Convert skl machine data to C99 style
  ASoC: Intel: Create a helper to search for matching machine
  ASoC: Move quirk to identify correct machine driver
  ASoC: Improve machine driver selection based on quirk data
  ASoC: Intel: Add Kabylake Realtek Maxim machine driver
  ASoC: Intel: Add Kabylake RT5663+MAX98927 machine driver entry

 sound/soc/intel/Kconfig                      |  15 +
 sound/soc/intel/atom/sst/sst_acpi.c          | 211 ++++++--
 sound/soc/intel/boards/Makefile              |   2 +
 sound/soc/intel/boards/kbl_rt5663_max98927.c | 687 +++++++++++++++++++++++++++
 sound/soc/intel/common/sst-acpi.h            |  23 +
 sound/soc/intel/common/sst-match-acpi.c      |  47 +-
 sound/soc/intel/skylake/skl.c                |  84 +++-
 7 files changed, 1003 insertions(+), 66 deletions(-)
 create mode 100644 sound/soc/intel/boards/kbl_rt5663_max98927.c

-- 
1.9.1

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

end of thread, other threads:[~2017-05-24 17:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15  8:12 [PATCH v3 0/7] ASoC: Intel: kabylake: Adds rt5663+max98927 machine driver Naveen M
2017-05-15  8:12 ` [PATCH v3 1/7] ASoC: Intel: Convert atom machine data to C99 style Naveen M
2017-05-24 17:41   ` Applied "ASoC: Intel: Convert atom machine data to C99 style" to the asoc tree Mark Brown
2017-05-15  8:12 ` [PATCH v3 2/7] ASoC: Intel: Convert skl machine data to C99 style Naveen M
2017-05-24 17:41   ` Applied "ASoC: Intel: Convert skl machine data to C99 style" to the asoc tree Mark Brown
2017-05-15  8:12 ` [PATCH v3 3/7] ASoC: Intel: Create a helper to search for matching machine Naveen M
2017-05-15  8:12 ` [PATCH v3 4/7] ASoC: Move quirk to identify correct machine driver Naveen M
2017-05-15  8:12 ` [PATCH v3 5/7] ASoC: Improve machine driver selection based on quirk data Naveen M
2017-05-15  8:12 ` [PATCH v3 6/7] ASoC: Intel: Add Kabylake Realtek Maxim machine driver Naveen M
2017-05-15  8:12 ` [PATCH v3 7/7] ASoC: Intel: Add Kabylake RT5663+MAX98927 machine driver entry Naveen M
2017-05-15 10:54 ` [PATCH v3 0/7] ASoC: Intel: kabylake: Adds rt5663+max98927 machine driver 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.