All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v5.11-rc2
@ 2021-01-07 17:09 Mark Brown
  2021-01-07 17:58 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2021-01-07 17:09 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1f092d1c8819679d78a7d9c62a46d4939d217a9d:

  ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395 (2020-12-28 14:22:44 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.11

A collection of mostly driver specific fixes, plus a maintainership
update for TI and a fix for DAPM driver removal paths.

----------------------------------------------------------------
Bard Liao (1):
      ASoC: max98373: don't access volatile registers in bias level off

Cezary Rojewski (1):
      ASoC: Intel: haswell: Add missing pm_ops

Colin Ian King (3):
      ASoC: codecs: fix spelling mistake in Kconfig "comunicate" -> "communicate"
      ASoC: SOF: Fix spelling mistake in Kconfig "ond" -> "and"
      ASoC: atmel: fix spelling mistake in Kconfig "programable" -> "programmable"

Dan Carpenter (1):
      ASoC: Intel: fix error code cnl_set_dsp_D0()

Jaroslav Kysela (2):
      ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2
      ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395

Jerome Brunet (2):
      ASoC: meson: axg-tdmin: fix axg skew offset
      ASoC: meson: axg-tdm-interface: fix loopback

Kuninori Morimoto (1):
      ASoC: rsnd: don't call clk_disable_unprepare() if can't use

Mark Brown (3):
      Merge series "ASoC: ti: Maintainer mail address change" from Peter Ujfalusi <peter.ujfalusi@ti.com>:
      Merge series "Platform driver update to support playback recover after resume" from Srinivasa Rao Mandadapu <srivasam@codeaurora.org>:
      Merge tag 'v5.11-rc1' into asoc-5.11

Peter Ujfalusi (2):
      MAINTAINERS: Update email address for TI ASoC and twl4030 codec drivers
      ASoC: dt-bindings: ti, j721e: Update maintainer and author information

Ravulapati Vishnu vardhan rao (1):
      ASoC: amd: Replacing MSI with Legacy IRQ model

Shuming Fan (1):
      ASoC: rt711: mutex between calibration and power state changes

Srinivasa Rao Mandadapu (2):
      ASoC: qcom: Fix incorrect volatile registers
      ASoC: qcom: Add support for playback recover after resume

Thomas Hebb (1):
      ASoC: dapm: remove widget from dirty list on free

shengjiu wang (1):
      ASoC: imx-hdmi: Fix warning of the uninitialized variable ret

 .../bindings/sound/ti,j721e-cpb-audio.yaml         |  4 +-
 .../bindings/sound/ti,j721e-cpb-ivi-audio.yaml     |  4 +-
 MAINTAINERS                                        |  6 +--
 sound/soc/amd/raven/pci-acp3x.c                    | 16 ++-----
 sound/soc/amd/renoir/rn-pci-acp3x.c                | 14 ++++++
 sound/soc/atmel/Kconfig                            |  4 +-
 sound/soc/codecs/Kconfig                           |  2 +-
 sound/soc/codecs/max98373-i2c.c                    | 20 +++++++++
 sound/soc/codecs/max98373-sdw.c                    | 20 +++++++++
 sound/soc/codecs/max98373.c                        | 34 +++++++++++++--
 sound/soc/codecs/max98373.h                        |  8 ++++
 sound/soc/codecs/rt711.c                           |  6 +++
 sound/soc/fsl/imx-hdmi.c                           |  1 +
 sound/soc/intel/boards/haswell.c                   |  1 +
 sound/soc/intel/skylake/cnl-sst.c                  |  1 +
 sound/soc/meson/axg-tdm-interface.c                | 14 +++++-
 sound/soc/meson/axg-tdmin.c                        | 13 +-----
 sound/soc/qcom/lpass-cpu.c                         | 20 +--------
 sound/soc/qcom/lpass-platform.c                    | 50 +++++++++++++++-------
 sound/soc/sh/rcar/adg.c                            | 18 ++++----
 sound/soc/soc-dapm.c                               |  1 +
 sound/soc/sof/Kconfig                              |  2 +-
 22 files changed, 181 insertions(+), 78 deletions(-)

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

* Re: [GIT PULL] ASoC fixes for v5.11-rc2
  2021-01-07 17:09 [GIT PULL] ASoC fixes for v5.11-rc2 Mark Brown
@ 2021-01-07 17:58 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-01-07 17:58 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Thu, 07 Jan 2021 18:09:09 +0100,
Mark Brown wrote:
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.11-rc2
> 
> for you to fetch changes up to 1f092d1c8819679d78a7d9c62a46d4939d217a9d:
> 
>   ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395 (2020-12-28 14:22:44 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.11
> 
> A collection of mostly driver specific fixes, plus a maintainership
> update for TI and a fix for DAPM driver removal paths.

Pulled now.  Thanks!


Takashi

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

end of thread, other threads:[~2021-01-07 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 17:09 [GIT PULL] ASoC fixes for v5.11-rc2 Mark Brown
2021-01-07 17:58 ` 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.