mbox series

[GIT,PULL] ASoC fixes for v5.8-rc3

Message ID 20200629163209.452DA2558B@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.8-rc3 | expand

Pull-request

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

Message

Mark Brown June 29, 2020, 4:31 p.m. UTC
The following changes since commit f141a422159a199f4c8dedb7e0df55b3b2cf16cd:

  ASoC: rockchip: Fix a reference count leak. (2020-06-18 17:21:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to bc5c7f55f5ea91e137fc7939435ed2e2bb6e5a15:

  AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module (2020-06-25 15:06:56 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.8

A few small driver specific fixes, nothing particularly dramatic.

----------------------------------------------------------------
Jaroslav Kysela (1):
      AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module

Shengjiu Wang (2):
      ASoC: fsl_mqs: Don't check clock is NULL before calling clk API
      ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enable

Shuming Fan (1):
      ASoC: rt5682: fix the pop noise while OMTP type headset plugin

 sound/soc/amd/renoir/Makefile |  7 ++++---
 sound/soc/codecs/rt5682.c     |  9 ++++++++-
 sound/soc/fsl/fsl_mqs.c       | 23 ++++++++++++++---------
 3 files changed, 26 insertions(+), 13 deletions(-)

Comments

Takashi Iwai June 30, 2020, 5:52 p.m. UTC | #1
On Mon, 29 Jun 2020 18:31:26 +0200,
Mark Brown wrote:
> 
> The following changes since commit f141a422159a199f4c8dedb7e0df55b3b2cf16cd:
> 
>   ASoC: rockchip: Fix a reference count leak. (2020-06-18 17:21:58 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.8-rc3
> 
> for you to fetch changes up to bc5c7f55f5ea91e137fc7939435ed2e2bb6e5a15:
> 
>   AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module (2020-06-25 15:06:56 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.8
> 
> A few small driver specific fixes, nothing particularly dramatic.

Thanks, pulled now.

JFYI, I'm traveling in this week, so I'll delay the pull request to
Linus likely into the next week.


thanks,

Takashi