All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] ASoC fixes for v4.20
Date: Tue, 27 Nov 2018 14:44:53 +0000	[thread overview]
Message-ID: <20181127144453.GD3206@sirena.org.uk> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4726 bytes --]

The following changes since commit 6be0f96d799f487f05eb412d362d5a1747d665c2:

  ASoC: stm32: sai: fix master clock naming (2018-10-23 10:51:45 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v4.20-rc4

for you to fetch changes up to ffdcc3638c58d55a6fa68b6e5dfd4fb4109652eb:

  ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE (2018-11-23 14:05:30 +0000)

----------------------------------------------------------------
ASoC: Fixes for v4.20

Lots of fixes here, the majority of which are driver specific but
there's a couple of core things and one notable driver specific one:

 - A core fix for a DAPM regression introduced during the component
   refactoring, we'd lost the code that forced a reevaluation of the
   DAPM graph after probe (which we suppress during init to save lots
   of recalcuation) and have now restored it.
 - A core fix for error handling using the newly added
   for_each_rtd_codec_dai_rollback() macro.
 - A fix for the names of widgets in the newly introduced pcm3060
   driver, merged as a fix so we don't have a release with legacy names.

----------------------------------------------------------------
Andreas Dannenberg (1):
      ASoC: pcm186x: Fix device reset-registers trigger value

Clément Péron (1):
      MAINTAINERS: add ASoC maintainers for sound dt-bindings

Hans de Goede (1):
      ASoC: intel: cht_bsw_max98090_ti: Add quirk for boards using pmc_plt_clk_0

Katsuhiro Suzuki (1):
      ASoC: rockchip: add missing slave_config setting for I2S

Keyon Jie (1):
      ASoC: acpi: fix: continue searching when machine is ignored

Kirill Marinushkin (1):
      ASoC: pcm3060: Rename output widgets

Kuninori Morimoto (1):
      ASoC: rsnd: fixup clock start checker

Peter Ujfalusi (4):
      ASoC: omap-abe-twl6040: Fix missing audio card caused by deferred probing
      ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
      ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLE
      ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE

Pierre-Louis Bossart (3):
      ASoC: fix oops w/ for_each_rtd_codec_dai_rollback() macro
      ASoC: Intel: Power down links before turning off display audio power
      ASoC: Intel: Skylake: fix Kconfigs, make HDaudio codec optional

Richard Fitzgerald (1):
      ASoC: wm_adsp: Fix dma-unsafe read of scratch registers

Rohit kumar (2):
      ASoC: qdsp6: q6afe: Fix wrong MI2S SD line mask
      ASoC: qcom: Set dai_link id to each dai_link

Srinivas Kandagatla (2):
      ASoC: qdsp6: q6asm-dai: Only add routing once.
      ASoC: qdsp6: q6afe-dai: Fix the dai widgets

Tzung-Bi Shih (1):
      ASoC: dapm: Recalculate audio map forcely when card instantiated

Vasily Khoruzhick (3):
      ASoC: sunxi: rename SND_SUNXI_ADDA_PR_REGMAP to SND_SUN8I_ADDA_PR_REGMAP
      ASoC: sun8i-codec: fix crash on module removal
      ASoC: sun8i-codec: add missing route for ADC

kbuild test robot (1):
      ASoC: stm32: sai: fix noderef.cocci warnings

 MAINTAINERS                                  |   1 +
 include/sound/soc.h                          |   2 +-
 sound/soc/codecs/hdac_hdmi.c                 |  11 +-
 sound/soc/codecs/pcm186x.h                   |   2 +-
 sound/soc/codecs/pcm3060.c                   |  12 +-
 sound/soc/codecs/wm_adsp.c                   |  37 ++---
 sound/soc/intel/Kconfig                      |  26 +++-
 sound/soc/intel/boards/Kconfig               |  24 ++--
 sound/soc/intel/boards/cht_bsw_max98090_ti.c |  32 ++++-
 sound/soc/intel/skylake/skl.c                |  32 +++--
 sound/soc/omap/omap-abe-twl6040.c            |  67 ++++-----
 sound/soc/omap/omap-dmic.c                   |   9 ++
 sound/soc/omap/omap-mcbsp.c                  |   6 +-
 sound/soc/omap/omap-mcpdm.c                  |  43 +++++-
 sound/soc/qcom/common.c                      |   9 +-
 sound/soc/qcom/qdsp6/q6afe-dai.c             | 208 +++++++++++++--------------
 sound/soc/qcom/qdsp6/q6afe.c                 |  16 +--
 sound/soc/qcom/qdsp6/q6asm-dai.c             |  33 -----
 sound/soc/qcom/qdsp6/q6routing.c             |  19 +++
 sound/soc/rockchip/rockchip_pcm.c            |   1 +
 sound/soc/sh/rcar/ssi.c                      |   2 +-
 sound/soc/soc-acpi.c                         |  10 +-
 sound/soc/soc-core.c                         |   1 +
 sound/soc/stm/stm32_sai_sub.c                |   2 +-
 sound/soc/sunxi/Kconfig                      |   2 +-
 sound/soc/sunxi/sun8i-codec.c                |  12 +-
 26 files changed, 360 insertions(+), 259 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2018-11-27 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27 14:44 Mark Brown [this message]
2018-11-27 15:15 ` [GIT PULL] ASoC fixes for v4.20 Takashi Iwai

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=20181127144453.GD3206@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=tiwai@suse.de \
    /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 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.