mbox series

[GIT,PULL] ASoC fixes for v5.7

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

Pull-request

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

Message

Mark Brown April 8, 2020, 3:52 p.m. UTC
The following changes since commit 3d2cdb854659851d991f5b8e97e847e3fd240625:

  Merge series "ASoC: Intel: add SoundWire machine driver" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: (2020-03-27 17:28:36 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ccfc531695f3a4aada042f6bdb33ac6be24e1aec:

  ASoC: cs4270: pull reset GPIO low then high (2020-04-07 15:29:54 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.7

A collection of fixes that have been accumilated since the merge window,
mainly relating to x86 platform support.

----------------------------------------------------------------
Akshu Agrawal (1):
      ASoC: AMD: Clear format bits before setting them

Cezary Rojewski (4):
      ASoC: Intel: broadwell: Remove ignore_suspend flag from SSP0 dai link
      ASoC: Intel: haswell: Remove ignore_suspend flag from SSP0 dai link
      ASoC: Intel: bdw-rt5677: Remove ignore_suspend flag from SSP0 dai link
      ASoC: Intel: bdw-rt5650: Remove ignore_suspend flag from SSP0 dai link

Fabio Estevam (1):
      dt-bindings: sound: cs42l51: Remove unneeded I2C unit name

Hans de Goede (6):
      ASoC: SOF: Turn "firmware boot complete" message into a dbg message
      ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map()
      ASoC: Intel: atom: Check drv->lock is locked in sst_fill_and_send_cmd_unlocked
      ASoC: Intel: atom: Fix uninitialized variable compiler warning
      ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet
      ASoC: rt5645: Add platform-data for Medion E1239T

Julia Lawall (1):
      ASoC: stm32: sai: Add missing cleanup

Mark Brown (1):
      Merge series "ASoC: Intel: boards: Remove ignore_suspend flag from SSP0 dai link" from Cezary Rojewski <cezary.rojewski@intel.com>:

Mike Willard (1):
      ASoC: cs4270: pull reset GPIO low then high

Pierre-Louis Bossart (1):
      ASoC: soc-dai: fix DAI startup/shutdown sequence

Stephan Gerhold (1):
      ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flag

Takashi Iwai (1):
      ASoC: bcm: Fix pointer cast warning

YueHaibing (1):
      ASoC: rt5682: Fix build error without CONFIG_I2C

이경택 (4):
      ASoC: fix regwmask
      ASoC: dapm: connect virtual mux with default value
      ASoC: dpcm: allow start or stop during pause for backend
      ASoC: topology: use name_prefix for new kcontrol

 .../devicetree/bindings/sound/cirrus,cs42l51.yaml  |  2 +-
 include/sound/soc-dai.h                            |  2 +-
 sound/soc/amd/raven/acp3x-i2s.c                    |  1 +
 sound/soc/amd/raven/acp3x.h                        |  2 ++
 sound/soc/bcm/bcm63xx-pcm-whistler.c               |  2 +-
 sound/soc/codecs/cs4270.c                          | 40 +++++++++++++++++++---
 sound/soc/codecs/rt5645.c                          |  8 +++++
 sound/soc/codecs/rt5682.c                          |  5 ++-
 sound/soc/intel/atom/sst-atom-controls.c           |  4 +++
 sound/soc/intel/atom/sst/sst_pvt.c                 |  2 +-
 sound/soc/intel/boards/bdw-rt5650.c                |  1 -
 sound/soc/intel/boards/bdw-rt5677.c                |  1 -
 sound/soc/intel/boards/broadwell.c                 |  1 -
 sound/soc/intel/boards/bytcr_rt5640.c              | 11 ++++++
 sound/soc/intel/boards/haswell.c                   |  1 -
 sound/soc/qcom/qdsp6/q6asm-dai.c                   |  4 +--
 sound/soc/soc-dai.c                                |  8 ++---
 sound/soc/soc-dapm.c                               |  8 ++++-
 sound/soc/soc-ops.c                                |  4 +--
 sound/soc/soc-pcm.c                                |  6 ++--
 sound/soc/soc-topology.c                           |  2 +-
 sound/soc/sof/loader.c                             |  2 +-
 sound/soc/stm/stm32_sai_sub.c                      |  4 ++-
 23 files changed, 93 insertions(+), 28 deletions(-)

Comments

Takashi Iwai April 8, 2020, 4:11 p.m. UTC | #1
On Wed, 08 Apr 2020 17:52:51 +0200,
Mark Brown wrote:
> 
> The following changes since commit 3d2cdb854659851d991f5b8e97e847e3fd240625:
> 
>   Merge series "ASoC: Intel: add SoundWire machine driver" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: (2020-03-27 17:28:36 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.7
> 
> for you to fetch changes up to ccfc531695f3a4aada042f6bdb33ac6be24e1aec:
> 
>   ASoC: cs4270: pull reset GPIO low then high (2020-04-07 15:29:54 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.7
> 
> A collection of fixes that have been accumilated since the merge window,
> mainly relating to x86 platform support.

Pulled now.  Thanks.


Takashi