All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 6.1-rc3
Date: Fri, 28 Oct 2022 11:29:32 +0200	[thread overview]
Message-ID: <87edusmh37.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v6.1-rc3 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc3

The topmost commit is f1fae475f10a26b7e34da4ff2e2f19b7feb3548e

----------------------------------------------------------------

sound fixes for 6.1-rc3

A collection of small fixes:
- A series of fixes for regressions by the recent ALSA control
  hash usages
- Fixes for UAF with del_timer() at removals in a few drivers
- Char signedness fixes
- A few memory leak fixes at error paths
- Device-specific fixes / quirks for Intel SOF, AMD, HD-audio,
  USB-audio, and various ASoC codecs

----------------------------------------------------------------

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

Jason A. Donenfeld (2):
      ALSA: au88x0: use explicitly signed char
      ALSA: rme9652: use explicitly signed char

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

Maciej S. Szmigiero (6):
      ALSA: control: add snd_ctl_rename()
      ALSA: usb-audio: Use snd_ctl_rename() to rename a control
      ALSA: hda/realtek: Use snd_ctl_rename() to rename a control
      ALSA: emu10k1: Use snd_ctl_rename() to rename a control
      ALSA: ca0106: Use snd_ctl_rename() to rename a control
      ALSA: ac97: Use snd_ctl_rename() to rename a control

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

Stefan Binding (1):
      ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41

Steven Rostedt (Google) (1):
      ALSA: Use del_timer_sync() before freeing timer

Takashi Iwai (3):
      ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600
      ALSA: hda/realtek: Add another HP ZBook G9 model quirks
      ALSA: aoa: Fix I2S device accounting

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

Yang Yingliang (5):
      ALSA: hda/realtek: simplify the return of comp_bind()
      ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
      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()
      ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()

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/control.h               |  1 +
 include/sound/simple_card_utils.h     |  1 +
 sound/aoa/soundbus/i2sbus/core.c      |  7 ++++-
 sound/core/control.c                  | 23 +++++++++++++++
 sound/pci/ac97/ac97_codec.c           | 33 +++++++++++++++------
 sound/pci/au88x0/au88x0.h             |  6 ++--
 sound/pci/au88x0/au88x0_core.c        |  2 +-
 sound/pci/ca0106/ca0106_mixer.c       |  2 +-
 sound/pci/emu10k1/emumixer.c          |  2 +-
 sound/pci/hda/patch_realtek.c         | 12 ++++----
 sound/pci/rme9652/hdsp.c              | 26 ++++++++---------
 sound/pci/rme9652/rme9652.c           | 22 +++++++-------
 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 +++++++++++--
 sound/synth/emux/emux.c               |  7 +----
 sound/usb/implicit.c                  |  2 ++
 sound/usb/mixer.c                     |  2 +-
 45 files changed, 364 insertions(+), 122 deletions(-)


             reply	other threads:[~2022-10-28  9:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28  9:29 Takashi Iwai [this message]
2022-10-28 21:10 ` [GIT PULL] sound fixes for 6.1-rc3 pr-tracker-bot

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=87edusmh37.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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.