All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v5.8-rc5
@ 2020-07-17 16:16 Mark Brown
  2020-07-17 16:23 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2020-07-17 16:16 UTC (permalink / raw
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ASoC fixes for v5.8-rc5
  2020-07-17 16:16 [GIT PULL] ASoC fixes for v5.8-rc5 Mark Brown
@ 2020-07-17 16:23 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-07-17 16:23 UTC (permalink / raw
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-17 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17 16:16 [GIT PULL] ASoC fixes for v5.8-rc5 Mark Brown
2020-07-17 16:23 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.