mbox series

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

Message ID 20220930111000.BF4E8C433C1@smtp.kernel.org (mailing list archive)
State Accepted
Commit 84ab9408118cac99ab83f1f7f6066d75dd3f24b6
Headers show
Series [GIT,PULL] ASoC fixes for v6.0-rc7 | expand

Pull-request

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

Message

Mark Brown Sept. 30, 2022, 11:09 a.m. UTC
The following changes since commit 0a0342ede303fc420f3a388e1ae82da3ae8ff6bd:

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

are available in the Git repository at:

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

for you to fetch changes up to e18f6bcf8e864ea0e9690691d0d749c662b6a2c7:

  ASoC: wcd-mbhc-v2: Revert "ASoC: wcd-mbhc-v2: use pm_runtime_resume_and_get()" (2022-09-29 15:20:12 +0100)

----------------------------------------------------------------
ASoC: Last fixes for v6.0

In the even that there's another pull request here's some more driver
specific fixes.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      ASoC: wcd9335: fix order of Slimbus unprepare/disable
      ASoC: wcd934x: fix order of Slimbus unprepare/disable
      ASoC: wcd-mbhc-v2: Revert "ASoC: wcd-mbhc-v2: use pm_runtime_resume_and_get()"

Pierre-Louis Bossart (1):
      ASoC: es8316: fix register sync error in suspend/resume tests

Shengjiu Wang (1):
      ASoC: fsl_audmux: Fix amixer write errors

 sound/soc/codecs/es8316.c      |  2 ++
 sound/soc/codecs/wcd-mbhc-v2.c | 10 ++++++----
 sound/soc/codecs/wcd9335.c     |  2 +-
 sound/soc/codecs/wcd934x.c     |  2 +-
 sound/soc/fsl/fsl_audmix.c     | 16 ++++------------
 5 files changed, 14 insertions(+), 18 deletions(-)

Comments

Takashi Iwai Sept. 30, 2022, 4:20 p.m. UTC | #1
On Fri, 30 Sep 2022 13:09:50 +0200,
Mark Brown wrote:
> 
> The following changes since commit 0a0342ede303fc420f3a388e1ae82da3ae8ff6bd:
> 
>   ASoC: tas2770: Reinit regcache on reset (2022-09-19 18:48:43 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.0-rc7
> 
> for you to fetch changes up to e18f6bcf8e864ea0e9690691d0d749c662b6a2c7:
> 
>   ASoC: wcd-mbhc-v2: Revert "ASoC: wcd-mbhc-v2: use pm_runtime_resume_and_get()" (2022-09-29 15:20:12 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Last fixes for v6.0
> 
> In the even that there's another pull request here's some more driver
> specific fixes.

Pulled now.  But I already submitted the PR in this week, so postponed
until the next one.  If one week delayed for the 6.0 release, we can
make it in, otherwise it'll be in 6.1-rc1.


thanks,

Takashi