mbox series

[GIT,PULL] ASoC fixes for the next release

Message ID 20181023113908.GL2103@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for the next release | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.0-2

Message

Mark Brown Oct. 23, 2018, 11:39 a.m. UTC
The following changes since commit 7f91e2af1a4a2c34fc2e8fb046c722e1a9c85399:

  ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooks (2018-10-21 16:46:32 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.0-2

for you to fetch changes up to 6be0f96d799f487f05eb412d362d5a1747d665c2:

  ASoC: stm32: sai: fix master clock naming (2018-10-23 10:51:45 +0100)

----------------------------------------------------------------
ASoC: Additional fixes for the next release

A couple of fixes for build bot issues in the STM32 SAI driver.

----------------------------------------------------------------
Olivier Moysan (2):
      ASoC: stm32: add clock dependency for sai
      ASoC: stm32: sai: fix master clock naming

 sound/soc/stm/Kconfig         | 1 +
 sound/soc/stm/stm32_sai_sub.c | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Takashi Iwai Oct. 23, 2018, 6:08 p.m. UTC | #1
On Tue, 23 Oct 2018 13:39:08 +0200,
Mark Brown wrote:
> 
> The following changes since commit 7f91e2af1a4a2c34fc2e8fb046c722e1a9c85399:
> 
>   ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooks (2018-10-21 16:46:32 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.0-2
> 
> for you to fetch changes up to 6be0f96d799f487f05eb412d362d5a1747d665c2:
> 
>   ASoC: stm32: sai: fix master clock naming (2018-10-23 10:51:45 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Additional fixes for the next release
> 
> A couple of fixes for build bot issues in the STM32 SAI driver.

Thanks, pulled now.


Takashi