All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Baytrail-Cherrytrail updates
@ 2017-10-05 18:52 Pierre-Louis Bossart
  2017-10-05 18:52 ` [PATCH 1/6] ASoC: Intel: bytcr_rt5651: add MCLK support and fix quirks Pierre-Louis Bossart
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Pierre-Louis Bossart @ 2017-10-05 18:52 UTC (permalink / raw)
  To: alsa-devel
  Cc: tiwai, vinod.koul, broonie, Pierre-Louis Bossart, Andy Shevchenko

As discussed on the alsa-devel mailing list, here is a set of patches to fix

1. previous feedback on bytcht_rt5651 - no new functionality beyond
what was already reviewed
2. cosmetic issues (variables in reverse xmas tree order, etc)
3. unnecessary clock tests

Since the changes are very small, I grouped them by machine
driver instead of generating more patches. let me know if a different
split is needed.

The last patch addresses Andy's comment that we should not use
strncmp(a,b,strlen(b)) when strcmp(a,b) is fine. This change is
applied across all machine drivers.

Pierre-Louis Bossart (6):
  ASoC: Intel: bytcr_rt5651: add MCLK support and fix quirks
  ASoC: Intel: bytcr_rt5651: filter codec name and fix variable
    declarations
  ASoC: Intel: bytcr_rt5640: cosmetic fixes
  ASoC: Intel: cht_bsw_rt5645: cosmetic fixes
  ASoC: Intel: bytcht_da7213: cosmetic fixes
  ASoC: Intel: boards: use strcmp with constant literals

 sound/soc/intel/boards/bxt_da7219_max98357a.c   |   3 +-
 sound/soc/intel/boards/bytcht_da7213.c          |   6 +-
 sound/soc/intel/boards/bytcht_es8316.c          |   3 +-
 sound/soc/intel/boards/bytcr_rt5640.c           |  79 ++++----
 sound/soc/intel/boards/bytcr_rt5651.c           | 257 ++++++++++++++++++++++--
 sound/soc/intel/boards/cht_bsw_max98090_ti.c    |   3 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c         |  79 ++++----
 sound/soc/intel/boards/cht_bsw_rt5672.c         |   3 +-
 sound/soc/intel/boards/skl_nau88l25_max98357a.c |   3 +-
 sound/soc/intel/boards/skl_nau88l25_ssm4567.c   |   3 +-
 10 files changed, 324 insertions(+), 115 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-10-18 11:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05 18:52 [PATCH 0/6] Baytrail-Cherrytrail updates Pierre-Louis Bossart
2017-10-05 18:52 ` [PATCH 1/6] ASoC: Intel: bytcr_rt5651: add MCLK support and fix quirks Pierre-Louis Bossart
2017-10-05 18:52 ` [PATCH 2/6] ASoC: Intel: bytcr_rt5651: filter codec name and fix variable declarations Pierre-Louis Bossart
2017-10-05 18:52 ` [PATCH 3/6] ASoC: Intel: bytcr_rt5640: cosmetic fixes Pierre-Louis Bossart
2017-10-18 11:31   ` Applied "ASoC: Intel: bytcr_rt5640: cosmetic fixes" to the asoc tree Mark Brown
2017-10-05 18:52 ` [PATCH 4/6] ASoC: Intel: cht_bsw_rt5645: cosmetic fixes Pierre-Louis Bossart
2017-10-18 11:31   ` Applied "ASoC: Intel: cht_bsw_rt5645: cosmetic fixes" to the asoc tree Mark Brown
2017-10-05 18:52 ` [PATCH 5/6] ASoC: Intel: bytcht_da7213: cosmetic fixes Pierre-Louis Bossart
2017-10-18 11:31   ` Applied "ASoC: Intel: bytcht_da7213: cosmetic fixes" to the asoc tree Mark Brown
2017-10-05 18:52 ` [PATCH 6/6] ASoC: Intel: boards: use strcmp with constant literals Pierre-Louis Bossart
2017-10-06  8:55   ` Takashi Iwai
2017-10-06 11:50     ` Andy Shevchenko
2017-10-06 14:28       ` Pierre-Louis Bossart
2017-10-06 15:24         ` Pierre-Louis Bossart
2017-10-06 15:48           ` Takashi Iwai
2017-10-09  9:34     ` 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.