mbox series

[GIT,PULL] ASoC fixes for v6.4-rc6

Message ID 20230606130622.3F30AC433EF@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.4-rc6 | expand

Pull-request

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

Message

Mark Brown June 6, 2023, 1:06 p.m. UTC
The following changes since commit 011a8719d6105dcb48077ea7a6a88ac019d4aa50:

  ASoC: dwc: move DMA init to snd_soc_dai_driver probe() (2023-05-23 21:39:30 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 32cf0046a652116d6a216d575f3049a9ff9dd80d:

  ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted (2023-06-02 12:54:07 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.4

A lot of routine driver specific fixes here, nothing in the core though
there are a couple of fixes for the generic cards.  There's also a few
new quirks for x86 platforms.

----------------------------------------------------------------
Chancel Liu (1):
      ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted

Edson Juliano Drosdeck (1):
      ASoC: nau8824: Add quirk to active-high jack-detect

Herve Codina (1):
      ASoC: simple-card: Add missing of_node_put() in case of error

Mark Brown (1):
      ASoC: mediatek: fix use-after-free in driver remove

Richard Fitzgerald (1):
      ASoC: cs35l56: Remove NULL check from cs35l56_sdw_dai_set_stream()

Robert Hancock (1):
      ASoC: simple-card-utils: fix PCM constraint error check

Ryan Lee (2):
      ASoC: max98363: Removed 32bit support
      ASoC: max98363: limit the number of channel to 1

Sicong Jiang (1):
      ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x

Srinivas Kandagatla (3):
      ASoC: codecs: wsa883x: do not set can_multi_write flag
      ASoC: codecs: wsa881x: do not set can_multi_write flag
      ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag

Trevor Wu (2):
      ASoC: mediatek: mt8188: fix use-after-free in driver remove path
      ASoC: mediatek: mt8195: fix use-after-free in driver remove path

Vijendar Mukunda (1):
      ASoC: amd: ps: fix for acp_lock access in pdm driver

 sound/soc/amd/ps/pci-ps.c                     |  3 +-
 sound/soc/amd/ps/ps-pdm-dma.c                 | 10 +++---
 sound/soc/amd/yc/acp6x-mach.c                 |  7 ++++
 sound/soc/codecs/cs35l56.c                    |  3 --
 sound/soc/codecs/max98363.c                   |  4 +--
 sound/soc/codecs/nau8824.c                    | 24 ++++++++++++++
 sound/soc/codecs/wcd938x-sdw.c                |  1 -
 sound/soc/codecs/wsa881x.c                    |  1 -
 sound/soc/codecs/wsa883x.c                    |  1 -
 sound/soc/fsl/fsl_sai.c                       | 11 +++++--
 sound/soc/fsl/fsl_sai.h                       |  1 +
 sound/soc/generic/simple-card-utils.c         |  2 +-
 sound/soc/generic/simple-card.c               |  1 +
 sound/soc/mediatek/mt8188/mt8188-afe-clk.c    |  7 ----
 sound/soc/mediatek/mt8188/mt8188-afe-clk.h    |  1 -
 sound/soc/mediatek/mt8188/mt8188-afe-pcm.c    |  4 ---
 sound/soc/mediatek/mt8188/mt8188-audsys-clk.c | 47 ++++++++++++++-------------
 sound/soc/mediatek/mt8188/mt8188-audsys-clk.h |  1 -
 sound/soc/mediatek/mt8195/mt8195-afe-clk.c    |  5 ---
 sound/soc/mediatek/mt8195/mt8195-afe-clk.h    |  1 -
 sound/soc/mediatek/mt8195/mt8195-afe-pcm.c    |  4 ---
 sound/soc/mediatek/mt8195/mt8195-audsys-clk.c | 47 ++++++++++++++-------------
 sound/soc/mediatek/mt8195/mt8195-audsys-clk.h |  1 -
 23 files changed, 99 insertions(+), 88 deletions(-)

Comments

Takashi Iwai June 6, 2023, 1:16 p.m. UTC | #1
On Tue, 06 Jun 2023 15:06:10 +0200,
Mark Brown wrote:
> 
> The following changes since commit 011a8719d6105dcb48077ea7a6a88ac019d4aa50:
> 
>   ASoC: dwc: move DMA init to snd_soc_dai_driver probe() (2023-05-23 21:39:30 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc6
> 
> for you to fetch changes up to 32cf0046a652116d6a216d575f3049a9ff9dd80d:
> 
>   ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted (2023-06-02 12:54:07 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.4
> 
> A lot of routine driver specific fixes here, nothing in the core though
> there are a couple of fixes for the generic cards.  There's also a few
> new quirks for x86 platforms.

Pulled now.  Thanks.


Takashi