mbox series

[GIT,PULL] ASoC fixes for v6.3

Message ID 20230301203434.DC8A2C433D2@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.3 | expand

Pull-request

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

Message

Mark Brown March 1, 2023, 8:34 p.m. UTC
The following changes since commit 76f5aaabce492aa6991c28c96bb78b00b05d06c5:

  ASoC: soc-ac97: Return correct error codes (2023-02-15 16:09:07 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b56ec2992a2e43bc3e60d6db86849d31640e791f:

  ASoC: mediatek: mt8195: add missing initialization (2023-03-01 14:49:17 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.3

Almost all of this is driver specific fixes and new IDs that have come
in during the merge window.  A good chunk of them are simple ones from
me which came about due to a bunch of Mediatek Chromebooks being enabled
in KernelCI, there's more where that came from.

We do have one small feature added to the PCM core by Claudiu Beznea in
order to allow the sequencing required to resolve a noise issue with the
Microchip PDMC driver.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: zl38060 add gpiolib dependency

Claudiu Beznea (3):
      ASoC: soc-pcm: add option to start DMA after DAI
      ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding
      ASoC: mchp-pdmc: fix poc noise at capture startup

David Rau (1):
      ASoC: da7219: Improve the IRQ process to increase the stability

Dharageswari.R (1):
      ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a amplifier

Duc Anh Le (1):
      ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)

Geert Uytterhoeven (1):
      ASoC: rsnd: adg: Fix BRG typos

Janne Grunau (1):
      ASoC: dt-bindings: apple,mca: Add t8112-mca compatible

Joseph Hunkeler (1):
      ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks

Kiseok Jo (1):
      ASoC: SMA1303: Change the value for right output

Mark Brown (14):
      ASoC: mt6358: Fix event generation for wake on voice stage 2 switch
      ASoC: mt6358: Validate Wake on Voice 2 writes
      ASoC: mt6358: Remove undefined HPx Mux enumeration values
      ASoC: mt8183: Remove spammy logging from I2S DAI driver
      ASoC: mt8183: Fix event generation for I2S DAI operations
      ASoC: mt8192: Remove spammy log messages
      ASoC: mt8192: Fix event generation for controls
      ASoC: mt8192: Report an error if when an invalid sidetone gain is written
      ASoC: mt8192: Fix range for sidetone positive gain
      ASoC: sam9g20ek: Disable capture unless building with microphone input
      ASoC: mt8192: Fixes from initial glance at kselftest
      ASoC: mt6358: Fixes from an initial glance at a
      ASoC: mchp-pdmc: fix poc noises when starting
      ASoC: mt8183: Fixes from an initial glance at a

Martin Povišer (3):
      ASoC: apple: mca: Fix final status read on SERDES reset
      ASoC: apple: mca: Fix SERDES reset sequence
      ASoC: apple: mca: Improve handling of unavailable DMA channels

Nuno Sá (1):
      ASoC: adau7118: don't disable regulators on device unbind

Trevor Wu (3):
      ASoC: mediatek: mt8188: correct etdm control return value
      ASoC: mediatek: mt8188: add missing initialization
      ASoC: mediatek: mt8195: add missing initialization

 .../devicetree/bindings/sound/apple,mca.yaml       |  1 +
 .../bindings/sound/microchip,sama7g5-pdmc.yaml     |  6 ++
 include/sound/soc-component.h                      |  2 +
 sound/soc/amd/yc/acp6x-mach.c                      | 14 +++++
 sound/soc/apple/mca.c                              | 31 ++++++++---
 sound/soc/atmel/mchp-pdmc.c                        | 53 ++++++++++++++++--
 sound/soc/atmel/sam9g20_wm8731.c                   |  3 +
 sound/soc/codecs/Kconfig                           |  1 +
 sound/soc/codecs/adau7118.c                        | 19 +------
 sound/soc/codecs/da7219-aad.c                      | 41 +++++++++++---
 sound/soc/codecs/da7219-aad.h                      |  4 ++
 sound/soc/codecs/mt6358.c                          | 11 ++--
 sound/soc/codecs/sma1303.c                         |  2 +-
 sound/soc/intel/boards/sof_rt5682.c                | 23 ++++++++
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c  | 12 ++++
 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c         | 21 +------
 sound/soc/mediatek/mt8188/mt8188-dai-etdm.c        | 11 +---
 sound/soc/mediatek/mt8192/mt8192-dai-adda.c        | 58 +++++++-------------
 sound/soc/mediatek/mt8195/mt8195-dai-etdm.c        |  3 +
 sound/soc/sh/rcar/adg.c                            | 64 +++++++++++-----------
 sound/soc/soc-pcm.c                                | 27 +++++++--
 21 files changed, 260 insertions(+), 147 deletions(-)

Comments

Takashi Iwai March 3, 2023, 1:31 p.m. UTC | #1
On Wed, 01 Mar 2023 21:34:24 +0100,
Mark Brown wrote:
> 
> The following changes since commit 76f5aaabce492aa6991c28c96bb78b00b05d06c5:
> 
>   ASoC: soc-ac97: Return correct error codes (2023-02-15 16:09:07 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.3
> 
> for you to fetch changes up to b56ec2992a2e43bc3e60d6db86849d31640e791f:
> 
>   ASoC: mediatek: mt8195: add missing initialization (2023-03-01 14:49:17 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.3
> 
> Almost all of this is driver specific fixes and new IDs that have come
> in during the merge window.  A good chunk of them are simple ones from
> me which came about due to a bunch of Mediatek Chromebooks being enabled
> in KernelCI, there's more where that came from.
> 
> We do have one small feature added to the PCM core by Claudiu Beznea in
> order to allow the sequencing required to resolve a noise issue with the
> Microchip PDMC driver.

Pulled now.  Thanks.


Takashi