All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-devel] [GIT PULL] ASoC fixes for 5.4
@ 2019-10-21 12:01 Mark Brown
  2019-10-21 12:37 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2019-10-21 12:01 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


[-- 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

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

* Re: [alsa-devel] [GIT PULL] ASoC fixes for 5.4
  2019-10-21 12:01 [alsa-devel] [GIT PULL] ASoC fixes for 5.4 Mark Brown
@ 2019-10-21 12:37 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2019-10-21 12:37 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Mon, 21 Oct 2019 14:01:57 +0200,
Mark Brown wrote:
> 
> 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.

Thanks, pulled now.


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

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

end of thread, other threads:[~2019-10-21 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 12:01 [alsa-devel] [GIT PULL] ASoC fixes for 5.4 Mark Brown
2019-10-21 12:37 ` Takashi Iwai

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.