mbox series

[GIT,PULL] ASoC fixes for v6.5-rc3

Message ID 20230727121944.556C6C433C7@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.5-rc3 | expand

Pull-request

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

Message

Mark Brown July 27, 2023, 12:19 p.m. UTC
The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f85739c0b2b0d98a32f5ca4fcc5501d2b76df4f6:

  ASoC: atmel: Fix the 8K sample parameter in I2SC master (2023-07-25 12:10:00 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.5

A collection of device specific fixes, none particularly remarkable.
There's a set of repetitive fixes for the RealTek drivers fixing an
issue with suspend that was replicated in multiple drivers.

----------------------------------------------------------------
Dmytro Maluka (2):
      ASoC: da7219: Flush pending AAD IRQ when suspending
      ASoC: da7219: Check for failure reading AAD IRQ events

Edgar (1):
      ASoc: codecs: ES8316: Fix DMIC config

Edson Juliano Drosdeck (1):
      ASoC: nau8821: Add DMI quirk mechanism for active-high jack-detect

Guiting Shen (1):
      ASoC: atmel: Fix the 8K sample parameter in I2SC master

Mark Brown (3):
      ASoC: Merge up fixes from mainline
      ASoC: da7219: Patches related to a spurious AAD IRQ
      ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register

Matus Gajdos (1):
      ASoC: fsl_spdif: Silence output on stop

Shuming Fan (5):
      ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0
      ASoC: rt712-sdca: fix for JD event handling in ClockStop Mode0
      ASoC: rt722-sdca: fix for JD event handling in ClockStop Mode0
      ASoC: rt711: fix for JD event handling in ClockStop Mode0
      ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0

 sound/soc/atmel/atmel-i2s.c       |  5 ++++-
 sound/soc/codecs/da7219-aad.c     | 12 +++++++++---
 sound/soc/codecs/es8316.c         |  2 +-
 sound/soc/codecs/nau8821.c        | 41 +++++++++++++++++++++++++++++++++++++++
 sound/soc/codecs/rt5682-sdw.c     |  9 ++++++++-
 sound/soc/codecs/rt711-sdca-sdw.c | 10 +++++++++-
 sound/soc/codecs/rt711-sdw.c      |  9 ++++++++-
 sound/soc/codecs/rt712-sdca-sdw.c | 10 +++++++++-
 sound/soc/codecs/rt722-sdca-sdw.c | 10 +++++++++-
 sound/soc/codecs/wm8904.c         |  3 +++
 sound/soc/fsl/fsl_spdif.c         |  2 ++
 11 files changed, 103 insertions(+), 10 deletions(-)

Comments

Takashi Iwai July 27, 2023, 1:10 p.m. UTC | #1
On Thu, 27 Jul 2023 14:19:31 +0200,
Mark Brown wrote:
> 
> The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:
> 
>   Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.5-rc3
> 
> for you to fetch changes up to f85739c0b2b0d98a32f5ca4fcc5501d2b76df4f6:
> 
>   ASoC: atmel: Fix the 8K sample parameter in I2SC master (2023-07-25 12:10:00 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.5
> 
> A collection of device specific fixes, none particularly remarkable.
> There's a set of repetitive fixes for the RealTek drivers fixing an
> issue with suspend that was replicated in multiple drivers.

Pulled now.  Thanks.


Takashi