mbox series

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

Message ID 20220922112513.09721C433C1@smtp.kernel.org (mailing list archive)
State Accepted
Commit cbdac8bc2cbf91b42a92869dc938b809054d4fae
Headers show
Series [GIT,PULL] ASoC fixes for v6.0-rc6 | expand

Pull-request

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

Message

Mark Brown Sept. 22, 2022, 11:25 a.m. UTC
The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:

  Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 0a0342ede303fc420f3a388e1ae82da3ae8ff6bd:

  ASoC: tas2770: Reinit regcache on reset (2022-09-19 18:48:43 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.0

A few device specific fixes, nothing too large, and a new device
ID for a Dell laptop.

----------------------------------------------------------------
Martin Povišer (1):
      ASoC: tas2770: Reinit regcache on reset

Oder Chiou (1):
      ASoC: rt5640: Fix the issue of the abnormal JD2 status

Pierre-Louis Bossart (1):
      ASoC: Intel: sof_sdw: add support for Dell SKU 0AFF

SJLIN0 (1):
      ASoC: nau8824: Fix semaphore is released unexpectedly

Shengjiu Wang (1):
      ASoC: imx-card: Fix refcount issue with of_node_put

 sound/soc/codecs/nau8824.c       | 17 +++++++++--
 sound/soc/codecs/nau8824.h       |  1 +
 sound/soc/codecs/rt5640.c        | 64 ++++++++++++++++++++++++++++------------
 sound/soc/codecs/rt5640.h        | 14 +++++++++
 sound/soc/codecs/tas2770.c       |  3 ++
 sound/soc/fsl/imx-card.c         |  4 +++
 sound/soc/intel/boards/sof_sdw.c | 10 +++++++
 7 files changed, 91 insertions(+), 22 deletions(-)

Comments

Takashi Iwai Sept. 22, 2022, 11:47 a.m. UTC | #1
On Thu, 22 Sep 2022 13:25:00 +0200,
Mark Brown wrote:
> 
> The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:
> 
>   Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.0-rc6
> 
> for you to fetch changes up to 0a0342ede303fc420f3a388e1ae82da3ae8ff6bd:
> 
>   ASoC: tas2770: Reinit regcache on reset (2022-09-19 18:48:43 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.0
> 
> A few device specific fixes, nothing too large, and a new device
> ID for a Dell laptop.

Thanks, pulled now.


Takashi

> 
> ----------------------------------------------------------------
> Martin Povišer (1):
>       ASoC: tas2770: Reinit regcache on reset
> 
> Oder Chiou (1):
>       ASoC: rt5640: Fix the issue of the abnormal JD2 status
> 
> Pierre-Louis Bossart (1):
>       ASoC: Intel: sof_sdw: add support for Dell SKU 0AFF
> 
> SJLIN0 (1):
>       ASoC: nau8824: Fix semaphore is released unexpectedly
> 
> Shengjiu Wang (1):
>       ASoC: imx-card: Fix refcount issue with of_node_put
> 
>  sound/soc/codecs/nau8824.c       | 17 +++++++++--
>  sound/soc/codecs/nau8824.h       |  1 +
>  sound/soc/codecs/rt5640.c        | 64 ++++++++++++++++++++++++++++------------
>  sound/soc/codecs/rt5640.h        | 14 +++++++++
>  sound/soc/codecs/tas2770.c       |  3 ++
>  sound/soc/fsl/imx-card.c         |  4 +++
>  sound/soc/intel/boards/sof_sdw.c | 10 +++++++
>  7 files changed, 91 insertions(+), 22 deletions(-)
>