alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Naveen M <naveen.m@intel.com>
To: alsa-devel@alsa-project.org
Cc: vinod.koul@intel.com, liam.r.girdwood@linux.intel.com,
	naveen.m@intel.com, broonie@kernel.org,
	pierre-louis.bossart@intel.com
Subject: [PATCH 0/6] ASoC: Intel: kabylake: Adds rt5663+max98927 machine driver
Date: Mon,  8 May 2017 14:48:54 +0530	[thread overview]
Message-ID: <1494235140-29369-1-git-send-email-naveen.m@intel.com> (raw)

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. 

Naveen M (6):
  ASoC: Intel: Create a helper to search for matching machine
  ASoC: Move quirk to identify correct machine driver
  ASoC: Add quirk data to support multiple codecs
  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          |  48 +-
 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                |  41 +-
 7 files changed, 821 insertions(+), 42 deletions(-)
 create mode 100644 sound/soc/intel/boards/kbl_rt5663_max98927.c

-- 
1.9.1

             reply	other threads:[~2017-05-08  9:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-08  9:18 Naveen M [this message]
2017-05-08  9:18 ` [PATCH 1/6] ASoC: Intel: Create a helper to search for matching machine Naveen M
2017-05-24 17:41   ` Applied "ASoC: Intel: Create a helper to search for matching machine" to the asoc tree Mark Brown
2017-05-08  9:18 ` [PATCH 2/6] ASoC: Move quirk to identify correct machine driver Naveen M
2017-05-24 17:41   ` Applied "ASoC: Move quirk to identify correct machine driver" to the asoc tree Mark Brown
2017-05-08  9:18 ` [PATCH 3/6] ASoC: Add quirk data to support multiple codecs Naveen M
2017-05-09  6:17   ` Takashi Iwai
2017-05-09 10:26     ` Vinod Koul
2017-05-08  9:18 ` [PATCH 4/6] ASoC: Improve machine driver selection based on quirk data Naveen M
2017-05-08  9:18 ` [PATCH 5/6] ASoC: Intel: Add Kabylake Realtek Maxim machine driver Naveen M
2017-05-24 17:41   ` Applied "ASoC: Intel: Add Kabylake Realtek Maxim machine driver" to the asoc tree Mark Brown
2017-05-08  9:19 ` [PATCH 6/6] ASoC: Intel: Add Kabylake RT5663+MAX98927 machine driver entry Naveen M

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494235140-29369-1-git-send-email-naveen.m@intel.com \
    --to=naveen.m@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=pierre-louis.bossart@intel.com \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).