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.9-rc4
Date: Fri, 11 Sep 2020 13:22:09 +0100	[thread overview]
Message-ID: <20200911122300.CED8622204@mail.kernel.org> (raw)

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a5ce48fd667128e369fdc7fb87e21539aed21b5:

  ASoC: tlv320adcx140: Wake up codec before accessing register (2020-09-08 17:26:03 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.9

Most of this is various driver specific fixes, none of which are
terribly exciting in themselves, plus one core fix adding and using a
new DAI lookup function to deal with a lockdep warning.

----------------------------------------------------------------
Brent Lu (1):
      ASoC: intel: atom: Add period size constraint

Camel Guo (2):
      ASoC: tlv320adcx140: Fix accessing uninitialized adcx140->dev
      ASoC: tlv320adcx140: Wake up codec before accessing register

Cezary Rojewski (2):
      ASoC: Intel: haswell: Fix power transition refactor
      ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failure

Dinghao Liu (1):
      ASoC: qcom: common: Fix refcount imbalance on error

Hans de Goede (1):
      ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1

Jerome Brunet (1):
      ASoC: meson: axg-toddr: fix channel order on g12 platforms

Kuninori Morimoto (3):
      ASoC: pcm3168a: ignore 0 Hz settings
      ASoC: ti: fixup ams_delta_mute() function name
      ASoC: soc-core: add snd_soc_find_dai_with_mutex()

Mark Brown (2):
      Merge tag 'v5.9-rc2' into asoc-5.9
      Merge series "ASoC: Fix return check for devm_regmap_init_sdw()" from Vinod Koul <vkoul@kernel.org>:

Mateusz Gorski (1):
      ASoC: Intel: skl_hda_dsp_generic: Fix NULLptr dereference in autosuspend delay

Rander Wang (1):
      ASoC: Intel: tgl_max98373: fix a runtime pm issue in multi-thread case

Stephan Gerhold (1):
      ASoC: qcom: Set card->owner to avoid warnings

Sylwester Nawrocki (2):
      ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811
      ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions

Vinod Koul (5):
      ASoC: max98373: Fix return check for devm_regmap_init_sdw()
      ASoC: rt1308-sdw: Fix return check for devm_regmap_init_sdw()
      ASoC: rt711: Fix return check for devm_regmap_init_sdw()
      ASoC: rt715: Fix return check for devm_regmap_init_sdw()
      ASoC: rt700: Fix return check for devm_regmap_init_sdw()

 include/sound/soc.h                          |   4 +
 sound/soc/codecs/max98373-sdw.c              |   4 +-
 sound/soc/codecs/pcm3168a.c                  |   7 +
 sound/soc/codecs/rt1308-sdw.c                |   4 +-
 sound/soc/codecs/rt700-sdw.c                 |   4 +-
 sound/soc/codecs/rt711-sdw.c                 |   4 +-
 sound/soc/codecs/rt715-sdw.c                 |   4 +-
 sound/soc/codecs/tlv320adcx140.c             |  28 ++--
 sound/soc/codecs/wm8994.c                    |  10 ++
 sound/soc/codecs/wm_hubs.c                   |   3 +
 sound/soc/codecs/wm_hubs.h                   |   1 +
 sound/soc/intel/atom/sst-mfld-platform-pcm.c |  11 ++
 sound/soc/intel/boards/bytcr_rt5640.c        |  10 ++
 sound/soc/intel/boards/skl_hda_dsp_generic.c |   2 +-
 sound/soc/intel/boards/sof_maxim_common.c    |   7 +-
 sound/soc/intel/haswell/sst-haswell-dsp.c    | 185 ++++++++++++---------------
 sound/soc/meson/axg-toddr.c                  |  24 +++-
 sound/soc/qcom/apq8016_sbc.c                 |   1 +
 sound/soc/qcom/apq8096.c                     |   1 +
 sound/soc/qcom/common.c                      |   6 +-
 sound/soc/qcom/sdm845.c                      |   1 +
 sound/soc/qcom/storm.c                       |   1 +
 sound/soc/soc-core.c                         |  13 ++
 sound/soc/soc-dai.c                          |   4 +-
 sound/soc/soc-pcm.c                          |   2 +-
 sound/soc/ti/ams-delta.c                     |   4 +-
 26 files changed, 206 insertions(+), 139 deletions(-)

             reply	other threads:[~2020-09-11 12:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-11 12:22 Mark Brown [this message]
2020-09-12  8:27 ` [GIT PULL] ASoC fixes for v5.9-rc4 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=20200911122300.CED8622204@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.