mbox series

[GIT,PULL] ASoC fixes for v6.1-rc2

Message ID 20221026200355.6FE50C433C1@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.1-rc2 | expand

Pull-request

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

Message

Mark Brown Oct. 26, 2022, 8:03 p.m. UTC
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e9441675edc1bb8dbfadacf68aafacca60d65a25:

  ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (2022-10-21 13:04:14 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.1

Quite a few fixes here, a lot driver specific, plus some new quirks.
There was a bit of a mess with the runtime PM handling due to some
confusion in the API there which resulted in a number of commits and
reverts but that should all be stable now.

----------------------------------------------------------------
Aidan MacDonald (1):
      ASoC: simple-card: Fix up checks for HW param fixups

Colin Ian King (1):
      ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"

Derek Fang (2):
      ASoC: rt5682s: Fix the TDM Tx settings
      ASoC: rt1019: Fix the TDM settings

Geert Uytterhoeven (1):
      ASoC: codecs: tlv320adc3xxx: Wrap adc3xxx_i2c_remove() in __exit_p()

Jiangshan Yi (1):
      ASoC: cx2072x: fix spelling typo in comment

Kai Vehmanen (1):
      ASoC: SOF: ipc4-mtrace: protect per-core nodes against multiple open

Leohearts (1):
      ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks table

Mark Brown (2):
      ASoC: wmxxxx: Revert old "ASoC: wmxxxx: Fix PM disable depth imbalance in wmxxxx_probe"
      ASoC: jz4752b: Capture fixes

Peter Ujfalusi (1):
      Revert "ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_get_sync"

Pierre-Louis Bossart (3):
      ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
      ASoC: SOF: Intel: pci-mtl: fix firmware name
      ASoC: SOF: Intel: pci-tgl: fix ADL-N descriptor

Randy Dunlap (2):
      ASoC: codec: tlv320adc3xxx: add GPIOLIB dependency
      ASoC: qcom: SND_SOC_SC7180 optionally depends on SOUNDWIRE

Shuming Fan (2):
      ASoC: rt1308-sdw: update the preset settings
      ASoC: rt1308-sdw: add the default value of some registers

Siarhei Volkau (4):
      ASoC: codecs: jz4725b: add missed Line In power control bit
      ASoC: codecs: jz4725b: fix reported volume for Master ctl
      ASoC: codecs: jz4725b: use right control for Capture Volume
      ASoC: codecs: jz4725b: fix capture selector naming

Srinivasa Rao Mandadapu (2):
      ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
      ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile

Xiaolei Wang (1):
      ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK

Yang Yingliang (2):
      ASoC: Intel: Skylake: fix possible memory leak in skl_codec_device_init()
      ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init()

Yong Zhi (1):
      ASoC: Intel: sof_rt5682: Add quirk for Rex board

Zhang Qilong (7):
      ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe
      ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe
      ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe
      ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probe"
      ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probe"
      ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probe"
      ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe

linkt (1):
      ASoC: amd: yc: Adding Lenovo ThinkBook 14 Gen 4+ ARA and Lenovo ThinkBook 16 Gen 4+ ARA to the Quirks List

 include/sound/simple_card_utils.h     |  1 +
 sound/soc/amd/yc/acp6x-mach.c         | 21 ++++++++++++++
 sound/soc/codecs/Kconfig              |  1 +
 sound/soc/codecs/cx2072x.h            |  2 +-
 sound/soc/codecs/jz4725b.c            | 34 ++++++++++++----------
 sound/soc/codecs/mt6660.c             |  8 +++---
 sound/soc/codecs/rt1019.c             | 20 +++++++------
 sound/soc/codecs/rt1019.h             |  6 ++++
 sound/soc/codecs/rt1308-sdw.c         | 17 +++++++++--
 sound/soc/codecs/rt1308-sdw.h         |  3 ++
 sound/soc/codecs/rt1308.h             |  5 ++++
 sound/soc/codecs/rt5682s.c            | 15 ++++++++--
 sound/soc/codecs/rt5682s.h            |  1 +
 sound/soc/codecs/tlv320adc3xxx.c      |  2 +-
 sound/soc/codecs/wm5102.c             |  7 +++--
 sound/soc/codecs/wm5110.c             |  7 +++--
 sound/soc/codecs/wm8962.c             | 54 +++++++++++++++++++++++++++++++++--
 sound/soc/codecs/wm8997.c             |  7 +++--
 sound/soc/generic/audio-graph-card.c  |  2 +-
 sound/soc/generic/simple-card-utils.c | 15 ++++++++++
 sound/soc/generic/simple-card.c       |  3 +-
 sound/soc/intel/boards/sof_rt5682.c   | 12 ++++++++
 sound/soc/intel/boards/sof_sdw.c      | 11 +++++++
 sound/soc/intel/skylake/skl.c         |  8 +-----
 sound/soc/qcom/Kconfig                |  1 +
 sound/soc/qcom/lpass-cpu.c            | 10 +++++++
 sound/soc/soc-component.c             |  6 ++--
 sound/soc/sof/intel/hda-codec.c       |  8 +-----
 sound/soc/sof/intel/pci-mtl.c         |  2 +-
 sound/soc/sof/intel/pci-tgl.c         | 30 ++++++++++++++++++-
 sound/soc/sof/ipc4-mtrace.c           | 20 +++++++++++--
 31 files changed, 270 insertions(+), 69 deletions(-)