mbox series

[GIT,PULL] ASoC fixes for v5.9-rc4

Message ID 20200911122300.CED8622204@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.9-rc4 | expand

Pull-request

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

Message

Mark Brown Sept. 11, 2020, 12:22 p.m. UTC
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(-)

Comments

Takashi Iwai Sept. 12, 2020, 8:27 a.m. UTC | #1
On Fri, 11 Sep 2020 14:22:09 +0200,
Mark Brown wrote:
> 
> 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.

Thanks, pulled.


Takashi