mbox series

[GIT,PULL] ASoC fixes for v5.2

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

Pull-request

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

Message

Mark Brown May 8, 2019, 7:42 a.m. UTC
The following changes since commit 1587a061ef562de0d97c82a95863e191bcd69d63:

  ASoC: sprd: Add reserved DMA memory support (2019-05-06 22:48:03 +0900)

are available in the Git repository at:

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

for you to fetch changes up to ce38a75089f70f6380fc63a5478a7659b4eb3f47:

  ASoC: SOF: core: fix undefined nocodec reference (2019-05-08 15:42:00 +0900)

----------------------------------------------------------------
ASoC: Fixes for v5.2

A bunch of driver specific fixes that came in since the initial pull
request for v5.2, mainly warning fixes for the newly added Sound Open
Firmware code which people appeared to only start looking at after I'd
sent the pull request.

----------------------------------------------------------------
Curtis Malainey (1):
      ASoC: RT5677-SPI: Disable 16Bit SPI Transfers

Jon Hunter (1):
      ASoC: max98090: Fix restore of DAPM Muxes

Olivier Moysan (2):
      ASoC: stm32: spdifrx: update pcm hardware constraints
      ASoC: stm32: spdifrx: change trace level on iec control

Pierre-Louis Bossart (2):
      ASoC: SOF: xtensa: fix undefined references
      ASoC: SOF: core: fix undefined nocodec reference

Randy Dunlap (1):
      ASoC: sound/soc/sof/: fix kconfig dependency warning

Takashi Iwai (4):
      ASoC: da7219: Fix a compile warning at CONFIG_COMMON_CLK=n
      ASoC: SOF: Fix a compile warning with CONFIG_PCI=n
      ASoC: rockchip: Fix an uninitialized variable compile warning
      ASoC: SOF: Propagate sof_get_ctrl_copy_params() error properly

 sound/soc/codecs/da7219.c         |  2 ++
 sound/soc/codecs/max98090.c       | 12 ++++++------
 sound/soc/codecs/rt5677-spi.c     | 35 ++++++++++++++++-------------------
 sound/soc/rockchip/rockchip_pdm.c |  2 +-
 sound/soc/sof/Kconfig             |  2 +-
 sound/soc/sof/core.c              | 10 +++++-----
 sound/soc/sof/intel/Kconfig       |  2 +-
 sound/soc/sof/ipc.c               | 10 +++++++---
 sound/soc/sof/ops.c               |  2 +-
 sound/soc/stm/stm32_spdifrx.c     |  5 +++--
 10 files changed, 43 insertions(+), 39 deletions(-)

Comments

Takashi Iwai May 8, 2019, 8:32 a.m. UTC | #1
On Wed, 08 May 2019 09:42:18 +0200,
Mark Brown wrote:
> 
> The following changes since commit 1587a061ef562de0d97c82a95863e191bcd69d63:
> 
>   ASoC: sprd: Add reserved DMA memory support (2019-05-06 22:48:03 +0900)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.2-2
> 
> for you to fetch changes up to ce38a75089f70f6380fc63a5478a7659b4eb3f47:
> 
>   ASoC: SOF: core: fix undefined nocodec reference (2019-05-08 15:42:00 +0900)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.2
> 
> A bunch of driver specific fixes that came in since the initial pull
> request for v5.2, mainly warning fixes for the newly added Sound Open
> Firmware code which people appeared to only start looking at after I'd
> sent the pull request.

Pulled now.  Thanks.


Takashi