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.4-rc6
Date: Fri, 09 Jun 2023 09:09:13 +0200	[thread overview]
Message-ID: <87bkhpcdt2.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v6.4-rc6 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.4-rc6

The topmost commit is b752a385b584d385683c65cb76a1298f1379a88c

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

sound fixes for 6.4-rc6

Lots of small fixes, and almost all are device-specific.
A few of them are the fixes for the old regressions by the fast
kctl lookups (introduced around 5.19).  Others are ASoC simple-card
fixes, selftest compile warning fixes, ASoC AMD quirks, various
ASoC codec fixes as well as usual HD-audio quirks.

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

Ai Chao (1):
      ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01

Chancel Liu (1):
      ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted

Chris Chiu (1):
      ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform

Edson Juliano Drosdeck (1):
      ASoC: nau8824: Add quirk to active-high jack-detect

Herve Codina (1):
      ASoC: simple-card: Add missing of_node_put() in case of error

Jaroslav Kysela (1):
      ALSA: ice1712,ice1724: fix the kcontrol->id initialization

Mirsad Goran Todorovac (1):
      selftests: alsa: pcm-test: Fix compiler warnings about the format

RenHai (1):
      ALSA: hda/realtek: Add Lenovo P3 Tower platform

Richard Fitzgerald (1):
      ASoC: cs35l56: Remove NULL check from cs35l56_sdw_dai_set_stream()

Robert Hancock (1):
      ASoC: simple-card-utils: fix PCM constraint error check

Ryan Lee (2):
      ASoC: max98363: Removed 32bit support
      ASoC: max98363: limit the number of channel to 1

Sayed, Karimuddin (1):
      ALSA: hda/realtek: Add "Intel Reference board" and "NUC 13" SSID in the ALC256

Sicong Jiang (1):
      ASoC: amd: yc: Add Thinkpad Neo14 to quirks list for acp6x

Srinivas Kandagatla (3):
      ASoC: codecs: wsa883x: do not set can_multi_write flag
      ASoC: codecs: wsa881x: do not set can_multi_write flag
      ASoC: codecs: wcd938x-sdw: do not set can_multi_write flag

Stefan Binding (1):
      ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using CS35L41

Takashi Iwai (4):
      ALSA: ymfpci: Fix kctl->id initialization
      ALSA: cmipci: Fix kctl->id initialization
      ALSA: gus: Fix kctl->id initialization
      ALSA: hda: Fix kctl->id initialization

Tim Crawford (1):
      ALSA: hda/realtek: Add quirk for Clevo NS50AU

Trevor Wu (2):
      ASoC: mediatek: mt8188: fix use-after-free in driver remove path
      ASoC: mediatek: mt8195: fix use-after-free in driver remove path

Vijendar Mukunda (1):
      ASoC: amd: ps: fix for acp_lock access in pdm driver

---
 sound/isa/gus/gus_pcm.c                       |  2 +-
 sound/pci/cmipci.c                            |  6 ++--
 sound/pci/hda/hda_codec.c                     |  6 +++-
 sound/pci/hda/patch_realtek.c                 | 13 +++++++-
 sound/pci/ice1712/aureon.c                    |  7 ++--
 sound/pci/ice1712/ice1712.c                   | 14 +++++---
 sound/pci/ice1712/ice1724.c                   | 16 +++++----
 sound/pci/ymfpci/ymfpci_main.c                |  6 ++--
 sound/soc/amd/ps/pci-ps.c                     |  3 +-
 sound/soc/amd/ps/ps-pdm-dma.c                 | 10 +++---
 sound/soc/amd/yc/acp6x-mach.c                 |  7 ++++
 sound/soc/codecs/cs35l56.c                    |  3 --
 sound/soc/codecs/max98363.c                   |  4 +--
 sound/soc/codecs/nau8824.c                    | 24 ++++++++++++++
 sound/soc/codecs/wcd938x-sdw.c                |  1 -
 sound/soc/codecs/wsa881x.c                    |  1 -
 sound/soc/codecs/wsa883x.c                    |  1 -
 sound/soc/fsl/fsl_sai.c                       | 11 +++++--
 sound/soc/fsl/fsl_sai.h                       |  1 +
 sound/soc/generic/simple-card-utils.c         |  2 +-
 sound/soc/generic/simple-card.c               |  1 +
 sound/soc/mediatek/mt8188/mt8188-afe-clk.c    |  7 ----
 sound/soc/mediatek/mt8188/mt8188-afe-clk.h    |  1 -
 sound/soc/mediatek/mt8188/mt8188-afe-pcm.c    |  4 ---
 sound/soc/mediatek/mt8188/mt8188-audsys-clk.c | 47 ++++++++++++++-------------
 sound/soc/mediatek/mt8188/mt8188-audsys-clk.h |  1 -
 sound/soc/mediatek/mt8195/mt8195-afe-clk.c    |  5 ---
 sound/soc/mediatek/mt8195/mt8195-afe-clk.h    |  1 -
 sound/soc/mediatek/mt8195/mt8195-afe-pcm.c    |  4 ---
 sound/soc/mediatek/mt8195/mt8195-audsys-clk.c | 47 ++++++++++++++-------------
 sound/soc/mediatek/mt8195/mt8195-audsys-clk.h |  1 -
 tools/testing/selftests/alsa/pcm-test.c       | 10 +++---
 32 files changed, 151 insertions(+), 116 deletions(-)


             reply	other threads:[~2023-06-09  7:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09  7:09 Takashi Iwai [this message]
2023-06-09 16:40 ` [GIT PULL] sound fixes for 6.4-rc6 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=87bkhpcdt2.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.