mbox series

[GIT,PULL] ASoC fixes for v5.8-rc5

Message ID 20200717161705.702AB2076D@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.8-rc5 | expand

Pull-request

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

Message

Mark Brown July 17, 2020, 4:16 p.m. UTC
The following changes since commit bc5c7f55f5ea91e137fc7939435ed2e2bb6e5a15:

  AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module (2020-06-25 15:06:56 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fe0a53044b4bce947045eadd7fa1adbc4685afab:

  ASoC: rt5682: Report the button event in the headset type only (2020-07-16 20:29:09 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.8

An awful lot of mostly small fixes here, mainly for x86 based platforms
and the CODEC drivers mainly used on them.  For the most part this is
either minor device specific stuff which seems to come from detailed
testing or robustness against errors which comes from people having done
some fuzzing runs aginst the topology code.

----------------------------------------------------------------
Daniel Baluta (1):
      ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8M

Fabio Estevam (1):
      ASoC: dt-bindings: simple-card: Fix 'make dt_binding_check' warnings

Geert Uytterhoeven (1):
      ASoC: qcom: Drop HAS_DMA dependency to fix link failure

Hans de Goede (4):
      ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channel
      ASoC: rt5670: Correct RT5670_LDO_SEL_MASK
      ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable it on the Lenovo Miix 2 10
      ASoC: rt5670: Fix dac- and adc- vol-tlv values being off by a factor of 10

Jing Xiangfeng (1):
      ASoC: Intel: bytcht_es8316: Add missed put_device()

Mark Brown (3):
      Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      Merge series "ASoC: more fixes for dpcm checks" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:

Maxime Ripard (1):
      ASoC: core: Remove only the registered component in devm functions

Nicolas Ferre (1):
      MAINTAINERS: Change Maintainer for some at91 drivers

Nicolin Chen (1):
      MAINTAINERS: Add Shengjiu to reviewer list of sound/soc/fsl

Oder Chiou (2):
      ASoC: rt5682: cancel jack_detect_work if hs_jack is set to null even soundwire mode
      ASoC: rt5682: Report the button event in the headset type only

Pierre-Louis Bossart (4):
      ASoC: soc-dai: set dai_link dpcm_ flags with a helper
      ASoC: Intel: bdw-rt5677: fix non BE conversion
      ASoC: topology: fix kernel oops on route addition error
      ASoC: topology: fix tlvs in error handling for widget_dmixer

Puyou Lu (2):
      ASoC: wm8974: fix Boost Mixer Aux Switch
      ASoC: wm8974: remove unsupported clock mode

Ranjani Sridharan (1):
      ASoC: SOF: core: fix null-ptr-deref bug during device removal

Ravulapati Vishnu vardhan rao (1):
      ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issue

Ryan Lee (1):
      ASoC: codecs: max98373: Removed superfluous volume control from chip default

Shuming Fan (1):
      ASoC: rt286: fix unexpected interrupt happens

Yu-Hsuan Hsu (1):
      ASoC: rockchip: add format and rate constraints on rk3399

derek.fang (1):
      ASoC: rt5682: Enable Vref2 under using PLL2

randerwang (1):
      ASoc: codecs: max98373: remove Idle_bias_on to let codec suspend

 .../devicetree/bindings/sound/simple-card.yaml     | 17 +++--
 MAINTAINERS                                        |  7 +-
 include/sound/rt5670.h                             |  1 +
 include/sound/soc-dai.h                            |  1 +
 include/sound/soc.h                                |  2 +
 sound/soc/amd/raven/pci-acp3x.c                    |  4 +-
 sound/soc/codecs/max98373.c                        |  8 ---
 sound/soc/codecs/rt286.c                           |  8 +--
 sound/soc/codecs/rt5670.c                          | 75 +++++++++++++++++-----
 sound/soc/codecs/rt5670.h                          |  2 +-
 sound/soc/codecs/rt5682.c                          | 46 ++++++++-----
 sound/soc/codecs/wm8974.c                          |  6 +-
 sound/soc/generic/audio-graph-card.c               |  4 +-
 sound/soc/generic/simple-card.c                    |  4 +-
 sound/soc/intel/boards/bdw-rt5677.c                |  1 +
 sound/soc/intel/boards/bytcht_es8316.c             |  4 +-
 sound/soc/intel/boards/cht_bsw_rt5672.c            | 23 ++++---
 sound/soc/qcom/Kconfig                             |  2 +-
 sound/soc/rockchip/rk3399_gru_sound.c              | 13 ++++
 sound/soc/soc-core.c                               | 27 ++++++++
 sound/soc/soc-dai.c                                | 38 +++++++++++
 sound/soc/soc-devres.c                             |  8 ++-
 sound/soc/soc-generic-dmaengine-pcm.c              |  2 +-
 sound/soc/soc-topology.c                           | 24 +++++--
 sound/soc/sof/core.c                               | 10 +--
 sound/soc/sof/imx/imx8.c                           |  8 +++
 sound/soc/sof/imx/imx8m.c                          |  8 +++
 27 files changed, 262 insertions(+), 91 deletions(-)

Comments

Takashi Iwai July 17, 2020, 4:23 p.m. UTC | #1
On Fri, 17 Jul 2020 18:16:53 +0200,
Mark Brown wrote:
> 
> The following changes since commit bc5c7f55f5ea91e137fc7939435ed2e2bb6e5a15:
> 
>   AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module (2020-06-25 15:06:56 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.8-rc5
> 
> for you to fetch changes up to fe0a53044b4bce947045eadd7fa1adbc4685afab:
> 
>   ASoC: rt5682: Report the button event in the headset type only (2020-07-16 20:29:09 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.8
> 
> An awful lot of mostly small fixes here, mainly for x86 based platforms
> and the CODEC drivers mainly used on them.  For the most part this is
> either minor device specific stuff which seems to come from detailed
> testing or robustness against errors which comes from people having done
> some fuzzing runs aginst the topology code.

Thanks, pulled now.

It's already too late for the pull request to Linus for 5.8-rc6, so
this will be in rc7.  I'm going to send in early next week.


Takashi