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: [alsa-devel] [GIT PULL] ASoC fixes for 5.4
Date: Mon, 21 Oct 2019 13:01:57 +0100	[thread overview]
Message-ID: <20191021120157.GD4691@sirena.co.uk> (raw)


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

The following changes since commit 147162f575152db80000fb3de26358264768ee9f:

  ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependencies (2019-09-20 12:06:48 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.4-rc4

for you to fetch changes up to 95a32c98055f664f9b3f34c41e153d4dcedd0eff:

  ASoC: SOF: control: return true when kcontrol values change (2019-10-18 18:09:22 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.4

A collection of fixes that have arrived since the merge window.  There
are a small number of core fixes here but they are smaller ones around
error handling.

----------------------------------------------------------------
Bard Liao (1):
      ASoC: intel: sof_rt5682: use separate route map for dmic

Chuhong Yuan (1):
      ASoC: Intel: sof-rt5682: add a check for devm_clk_get

Dan Carpenter (2):
      ASoC: soc-component: fix a couple missing error assignments
      ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()

Daniel Baluta (1):
      ASoC: simple_card_utils.h: Fix potential multiple redefinition error

Dragos Tarcatu (1):
      ASoC: SOF: control: return true when kcontrol values change

Hans de Goede (1):
      ASoC: core: Fix pcm code debugfs error

Jaska Uimonen (3):
      ASoC: rt5682: add NULL handler to set_jack function
      ASoC: intel: sof_rt5682: add remove function to disable jack
      ASoC: intel: bytcr_rt5651: add null check to support_button_press

Junya Monden (1):
      ASoC: rsnd: Reinitialize bit clock inversion flag for every format setting

Kai Vehmanen (2):
      ASoC: SOF: pcm: fix resource leak in hw_free
      ASoC: SOF: Intel: hda: fix warnings during FW load

Keyon Jie (1):
      ASoC: SOF: topology: fix parse fail issue for byte/bool tuple types

Li Xu (1):
      ASoC: wm_adsp: Fix theoretical NULL pointer for alg_region

Liam Girdwood (1):
      ASoC: SOF: Intel: initialise and verify FW crash dump data.

Olivier Moysan (1):
      ASoC: stm32: sai: fix sysclk management on shutdown

Pan Xiuli (1):
      ASoC: SOF: pcm: harden PCM STOP sequence

Pierre-Louis Bossart (1):
      ASoC: SOF: loader: fix kernel oops on firmware boot failure

Ranjani Sridharan (1):
      ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture

Robin Murphy (1):
      ASoc: rockchip: i2s: Fix RPM imbalance

Sathyanarayana Nujella (1):
      ASoC: max98373: check for device node before parsing

Srinivas Kandagatla (1):
      ASoC: msm8916-wcd-digital: add missing MIX2 path for RX1/2

Stuart Henderson (1):
      ASoC: wm_adsp: Don't generate kcontrols without READ flags

Sylwester Nawrocki (2):
      ASoC: samsung: arndale: Add missing OF node dereferencing
      ASoC: wm8994: Do not register inapplicable controls for WM1811

 include/sound/simple_card_utils.h      |  8 ++---
 sound/soc/codecs/max98373.c            | 20 +++++++-----
 sound/soc/codecs/msm8916-wcd-digital.c | 22 +++++++++++++
 sound/soc/codecs/rt5651.c              |  3 ++
 sound/soc/codecs/rt5682.c              | 12 +++++--
 sound/soc/codecs/wm8994.c              | 43 ++++++++++++++----------
 sound/soc/codecs/wm_adsp.c             | 10 ++++--
 sound/soc/intel/boards/sof_rt5682.c    | 60 +++++++++++++++++++++++++++++++---
 sound/soc/rockchip/rockchip_i2s.c      |  2 +-
 sound/soc/samsung/arndale_rt5631.c     | 34 ++++++++++++++++---
 sound/soc/sh/rcar/core.c               |  1 +
 sound/soc/soc-pcm.c                    | 17 +++++++---
 sound/soc/soc-topology.c               |  2 +-
 sound/soc/sof/control.c                | 26 ++++++++++-----
 sound/soc/sof/intel/Kconfig            | 10 ++++++
 sound/soc/sof/intel/bdw.c              |  7 ++++
 sound/soc/sof/intel/byt.c              |  6 ++++
 sound/soc/sof/intel/hda-ctrl.c         | 12 +++----
 sound/soc/sof/intel/hda-loader.c       |  1 +
 sound/soc/sof/intel/hda-stream.c       | 45 +++++++++++++++++++++----
 sound/soc/sof/intel/hda.c              |  7 ++++
 sound/soc/sof/intel/hda.h              |  5 ++-
 sound/soc/sof/loader.c                 |  4 +--
 sound/soc/sof/pcm.c                    | 35 +++++++++++++-------
 sound/soc/sof/topology.c               |  4 ++-
 sound/soc/stm/stm32_sai_sub.c          | 21 ++++++------
 26 files changed, 320 insertions(+), 97 deletions(-)

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

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

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2019-10-21 12:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-21 12:01 Mark Brown [this message]
2019-10-21 12:37 ` [alsa-devel] [GIT PULL] ASoC fixes for 5.4 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=20191021120157.GD4691@sirena.co.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.