All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] ASoC fixes for v5.8-rc5
Date: Fri, 17 Jul 2020 17:16:53 +0100	[thread overview]
Message-ID: <20200717161705.702AB2076D@mail.kernel.org> (raw)

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

             reply	other threads:[~2020-07-17 16:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17 16:16 Mark Brown [this message]
2020-07-17 16:23 ` [GIT PULL] ASoC fixes for v5.8-rc5 Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200717161705.702AB2076D@mail.kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.