mbox series

[GIT,PULL] ASoC fixes for v5.4

Message ID 20190923181030.GT2036@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.4 | expand

Pull-request

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

Message

Mark Brown Sept. 23, 2019, 6:10 p.m. UTC
The following changes since commit fca11622d600228bec405456f41590155b3a3eca:

  ASoC: sdm845: remove unneeded semicolon (2019-09-15 10:29:51 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 147162f575152db80000fb3de26358264768ee9f:

  ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependencies (2019-09-20 12:06:48 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.4

A small smattering of ASoC fixes for v5.4 - nothing too exciting
here, all small standalone things.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependencies

Bard Liao (1):
      ASoC: core: delete component->card_list in soc_remove_component only

Bard liao (1):
      ASoC: core: use list_del_init and move it back to soc_cleanup_component

Gregory CLEMENT (1):
      ASoC: atmel_ssc_dai: Remove wrong spinlock usage

Kuninori Morimoto (1):
      ASoC: rsnd: do error check after rsnd_channel_normalization()

Mihai Serban (1):
      ASoC: fsl_sai: Fix noise when using EDMA

Peter Ujfalusi (1):
      ASoC: pcm3168a: The codec does not support S32_LE

 sound/soc/atmel/atmel_ssc_dai.c | 12 ++----------
 sound/soc/atmel/atmel_ssc_dai.h |  1 -
 sound/soc/codecs/pcm3168a.c     |  3 +--
 sound/soc/fsl/fsl_sai.c         | 15 +++++++++++++++
 sound/soc/fsl/fsl_sai.h         |  1 +
 sound/soc/sh/rcar/ssi.c         | 10 +++++-----
 sound/soc/soc-core.c            |  2 +-
 sound/soc/ti/Kconfig            | 11 +++++++++--
 8 files changed, 34 insertions(+), 21 deletions(-)

Comments

Takashi Iwai Sept. 23, 2019, 6:19 p.m. UTC | #1
On Mon, 23 Sep 2019 20:10:30 +0200,
Mark Brown wrote:
> 
> The following changes since commit fca11622d600228bec405456f41590155b3a3eca:
> 
>   ASoC: sdm845: remove unneeded semicolon (2019-09-15 10:29:51 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.4-rc1
> 
> for you to fetch changes up to 147162f575152db80000fb3de26358264768ee9f:
> 
>   ASoC: ti: fix SND_SOC_DM365_VOICE_CODEC dependencies (2019-09-20 12:06:48 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.4
> 
> A small smattering of ASoC fixes for v5.4 - nothing too exciting
> here, all small standalone things.

Pulled now.  Thanks!


Takashi