alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] [GIT PULL] ASoC fixes for v5.5
@ 2020-01-06 13:02 Mark Brown
  2020-01-06 18:54 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2020-01-06 13:02 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 556672d75ff486e0b6786056da624131679e0576:

  ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ff3b57417012fcc963ec281f5705bed837e4b1ac:

  ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.5

More fixes that have been collected, nothing super remarkable here - the
few core fixes are mainly error handling related as are many of the
driver fixes.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: Intel: boards: Fix compile-testing RT1011/RT5682

Chuhong Yuan (1):
      ASoC: fsl_audmix: add missed pm_runtime_disable

Colin Ian King (1):
      ASoC: SOF: imx8: fix memory allocation failure check on priv->pd_dev

Daniel Baluta (2):
      ASoC: soc-core: Set dpcm_playback / dpcm_capture
      ASoC: SOF: imx8: Fix dsp_box offset

Dragos Tarcatu (1):
      ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()

Kai Vehmanen (1):
      ASoC: SOF: fix fault at driver unload after failed probe

Olivier Moysan (3):
      ASoC: stm32: spdifrx: fix inconsistent lock state
      ASoC: stm32: spdifrx: fix race condition in irq handler
      ASoC: stm32: spdifrx: fix input pin state management

Pierre-Louis Bossart (1):
      ASoC: SOF: Intel: hda: hda-dai: fix oops on hda_link .hw_free

Takashi Iwai (1):
      ASoC: core: Fix access to uninitialized list heads

 sound/soc/fsl/fsl_audmix.c                 |  9 ++++++-
 sound/soc/intel/boards/cml_rt1011_rt5682.c |  1 -
 sound/soc/soc-core.c                       | 14 ++++++-----
 sound/soc/soc-topology.c                   |  6 ++---
 sound/soc/sof/imx/imx8.c                   |  5 +++-
 sound/soc/sof/intel/hda-dai.c              | 11 ++++++--
 sound/soc/sof/ipc.c                        |  3 +++
 sound/soc/stm/stm32_spdifrx.c              | 40 +++++++++++++++++++-----------
 8 files changed, 61 insertions(+), 28 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 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] 6+ messages in thread

* Re: [alsa-devel] [GIT PULL] ASoC fixes for v5.5
  2020-01-06 13:02 [alsa-devel] [GIT PULL] ASoC fixes for v5.5 Mark Brown
@ 2020-01-06 18:54 ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2020-01-06 18:54 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Mon, 06 Jan 2020 14:02:02 +0100,
Mark Brown wrote:
> 
> The following changes since commit 556672d75ff486e0b6786056da624131679e0576:
> 
>   ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc5
> 
> for you to fetch changes up to ff3b57417012fcc963ec281f5705bed837e4b1ac:
> 
>   ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.5
> 
> More fixes that have been collected, nothing super remarkable here - the
> few core fixes are mainly error handling related as are many of the
> driver fixes.

Pulled now.  Thanks!


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

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

* Re: [alsa-devel] [GIT PULL] ASoC fixes for v5.5
  2020-01-16 12:25 Mark Brown
@ 2020-01-16 13:16 ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2020-01-16 13:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Thu, 16 Jan 2020 13:25:48 +0100,
Mark Brown wrote:
> 
> The following changes since commit ff3b57417012fcc963ec281f5705bed837e4b1ac:
> 
>   ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc6
> 
> for you to fetch changes up to 85578bbd642f65065039b1765ebe1a867d5435b0:
> 
>   ASoC: msm8916-wcd-digital: Reset RX interpolation path after use (2020-01-13 15:12:28 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.5
> 
> This is mostly driver specific fixes, plus an error handling fix
> in the core.  There is a rather large diffstat for the stm32 SAI
> driver, this is a very large but mostly mechanical update which
> wraps every register access in the driver to allow a fix to the
> locking which avoids circular locks, the active change is much
> smaller and more reasonably sized.

Pulled now.  Thanks.


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

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

* [alsa-devel] [GIT PULL] ASoC fixes for v5.5
@ 2020-01-16 12:25 Mark Brown
  2020-01-16 13:16 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2020-01-16 12:25 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit ff3b57417012fcc963ec281f5705bed837e4b1ac:

  ASoC: Intel: boards: Fix compile-testing RT1011/RT5682 (2020-01-03 00:56:47 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 85578bbd642f65065039b1765ebe1a867d5435b0:

  ASoC: msm8916-wcd-digital: Reset RX interpolation path after use (2020-01-13 15:12:28 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.5

This is mostly driver specific fixes, plus an error handling fix
in the core.  There is a rather large diffstat for the stm32 SAI
driver, this is a very large but mostly mechanical update which
wraps every register access in the driver to allow a fix to the
locking which avoids circular locks, the active change is much
smaller and more reasonably sized.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      ASoC: sti: fix possible sleep-in-atomic

Bard liao (1):
      ASoC: SOF: Intel: lower print level to dbg if we will reinit DSP

Dmitry Osipenko (1):
      ASoC: rt5640: Fix NULL dereference on module unload

Hans de Goede (1):
      ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk

Kai Vehmanen (2):
      ASoC: SOF: Intel: fix HDA codec driver probe with multiple controllers
      ASoC: hdac_hda: Fix error in driver removal after failed probe

Olivier Moysan (2):
      ASoC: stm32: sai: fix possible circular locking
      ASoC: stm32: dfsdm: fix 16 bits record

Stephan Gerhold (3):
      ASoC: msm8916-wcd-analog: Fix selected events for MIC BIAS External1
      ASoC: msm8916-wcd-analog: Fix MIC BIAS Internal1
      ASoC: msm8916-wcd-digital: Reset RX interpolation path after use

Takashi Iwai (1):
      ASoC: Fix NULL dereference at freeing

Yu-Hsuan Hsu (1):
      ASoC: cros_ec_codec: Make the device acpi compatible

 sound/soc/codecs/cros_ec_codec.c       |   8 ++
 sound/soc/codecs/hdac_hda.c            |   4 +-
 sound/soc/codecs/msm8916-wcd-analog.c  |  20 +++-
 sound/soc/codecs/msm8916-wcd-digital.c |   6 +
 sound/soc/codecs/rt5640.c              |   7 ++
 sound/soc/intel/boards/bytcht_es8316.c |   3 +-
 sound/soc/soc-component.c              |   3 +
 sound/soc/sof/intel/hda-codec.c        |  19 ++--
 sound/soc/sof/intel/hda-loader.c       |   6 +-
 sound/soc/sti/uniperif_player.c        |   7 +-
 sound/soc/stm/stm32_adfsdm.c           |  12 +-
 sound/soc/stm/stm32_sai_sub.c          | 194 ++++++++++++++++++++++++---------
 12 files changed, 209 insertions(+), 80 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 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] 6+ messages in thread

* Re: [alsa-devel] [GIT PULL] ASoC fixes for v5.5
  2019-12-17 12:04 Mark Brown
@ 2019-12-17 13:22 ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2019-12-17 13:22 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Tue, 17 Dec 2019 13:04:28 +0100,
Mark Brown wrote:
> 
> The following changes since commit 39870b0dec68ed7dd814beb697e541670975c7d8:
> 
>   ASoC: DMI long name - avoid to add board name if matches with product name (2019-11-22 19:54:50 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc2
> 
> for you to fetch changes up to 556672d75ff486e0b6786056da624131679e0576:
> 
>   ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.5
> 
> A collection of fixes since the merge window, mostly driver specific but
> there's a few in the core that clean up fallout from the refactorings
> done in the last cycle.

Pulled now.  Thanks.


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

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

* [alsa-devel] [GIT PULL] ASoC fixes for v5.5
@ 2019-12-17 12:04 Mark Brown
  2019-12-17 13:22 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2019-12-17 12:04 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 39870b0dec68ed7dd814beb697e541670975c7d8:

  ASoC: DMI long name - avoid to add board name if matches with product name (2019-11-22 19:54:50 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 556672d75ff486e0b6786056da624131679e0576:

  ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.5

A collection of fixes since the merge window, mostly driver specific but
there's a few in the core that clean up fallout from the refactorings
done in the last cycle.

----------------------------------------------------------------
Amery Song (1):
      ASoC: Intel: common: work-around incorrect ACPI HID for CML boards

Curtis Malainey (3):
      ASoC: core: Init pcm runtime work early to avoid warnings
      ASoC: core: only flush inited work during free
      ASoC: SOF: Intel: split cht and byt debug window sizes

Daniel Baluta (2):
      ASoC: SOF: topology: Fix unload for SAI/ESAI
      ASoC: simple-card: Don't create separate link when platform is present

Dragos Tarcatu (2):
      ASoC: topology: Check return value for snd_soc_add_dai_link()
      ASoC: topology: Check return value for soc_tplg_pcm_create()

Hans de Goede (1):
      ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89

Karol Trzcinski (2):
      ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header
      ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data

Keyon Jie (1):
      ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump()

Michael Walle (1):
      ASoC: wm8904: fix automatic sysclk configuration

Shengjiu Wang (1):
      ASoC: wm8962: fix lambda value

Shuming Fan (1):
      ASoC: rt5682: fix i2c arbitration lost issue

Tzung-Bi Shih (3):
      ASoC: max98090: remove msleep in PLL unlocked workaround
      ASoC: max98090: exit workaround earlier if PLL is locked
      ASoC: max98090: fix possible race conditions

Yu-Hsuan Hsu (1):
      ASoC: AMD: Enable clk in startup intead of hw_params

YueHaibing (2):
      ASoC: rt5677: Fix build error without CONFIG_SPI
      ASoC: Intel: sst: Add missing include <linux/io.h>

 include/sound/soc.h                               |  1 +
 sound/soc/amd/acp-da7219-max98357a.c              | 46 +++++++----------------
 sound/soc/codecs/max98090.c                       | 30 ++++++++++-----
 sound/soc/codecs/max98090.h                       |  1 -
 sound/soc/codecs/rt5677-spi.h                     | 16 ++++++++
 sound/soc/codecs/rt5682.c                         |  2 +
 sound/soc/codecs/wm8904.c                         |  6 +++
 sound/soc/codecs/wm8962.c                         |  4 +-
 sound/soc/generic/simple-card.c                   |  6 +++
 sound/soc/intel/atom/sst/sst.c                    |  1 +
 sound/soc/intel/boards/bytcr_rt5640.c             |  8 +++-
 sound/soc/intel/common/soc-acpi-intel-cml-match.c | 41 +++++++++++---------
 sound/soc/soc-compress.c                          |  6 +--
 sound/soc/soc-core.c                              | 13 ++++++-
 sound/soc/soc-pcm.c                               | 11 ++----
 sound/soc/soc-topology.c                          | 27 +++++++++----
 sound/soc/sof/intel/byt.c                         | 25 ++++++------
 sound/soc/sof/loader.c                            |  7 +++-
 sound/soc/sof/topology.c                          |  4 +-
 19 files changed, 158 insertions(+), 97 deletions(-)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 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] 6+ messages in thread

end of thread, other threads:[~2020-01-16 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 13:02 [alsa-devel] [GIT PULL] ASoC fixes for v5.5 Mark Brown
2020-01-06 18:54 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2020-01-16 12:25 Mark Brown
2020-01-16 13:16 ` Takashi Iwai
2019-12-17 12:04 Mark Brown
2019-12-17 13:22 ` Takashi Iwai

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).