mirror of https://lore.kernel.org/lkml/
 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 Sound Mailing List <linux-sound@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 6.8-rc5
Date: Fri, 16 Feb 2024 15:10:50 +0100	[thread overview]
Message-ID: <875xyoijo5.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v6.8-rc5 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.8-rc5

The topmost commit is 41c25e193b2befc22462aa41591d397fab174ca1

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

sound fixes for 6.8-rc5

A collection of device-specific fixes.  It became a bit bigger
than wished, but all look reasonably small and safe to apply.

- A few Cirrus Logic CS35L56 and CS42L43 driver fixes
- ASoC SOF fixes and workarounds
- Various ASoC Intel fixes
- Lots of HD-, USB-audio and AMD ACP quirks

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

Alexey Khoroshilov (1):
      ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()

Amadeusz Sławiński (1):
      ASoC: Intel: avs: Fix dynamic port assignment when TDM is set

Arnd Bergmann (1):
      ASoC: q6dsp: fix event handler prototype

Attila Tőkés (1):
      ASoC: amd: yc: Fix non-functional mic on Lenovo 82UU

Cezary Rojewski (1):
      ASoC: Intel: avs: Fix pci_probe() error path

Charles Keepax (2):
      ASoC: cs42l43: Handle error from devm_pm_runtime_enable
      ASoC: cs42l43: Add system suspend ops to disable IRQ

Cristian Ciocaltea (1):
      ASoC: SOF: amd: Fix locking in ACP IRQ handler

Curtis Malainey (1):
      ASoC: SOF: IPC3: fix message bounds on ipc ops

Dan Carpenter (1):
      ASoC: cs35l56: fix reversed if statement in cs35l56_dspwait_asp1tx_put()

Eniac Zhang (1):
      ALSA: hda/realtek: fix mute/micmute LED For HP mt645

Gergo Koteles (1):
      ASoC: tas2781: add module parameter to tascodec_init()

Hans de Goede (4):
      ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards
      ASoC: Intel: cht_bsw_rt5645: Cleanup codec_name handling
      ASoC: rt5645: Make LattePanda board DMI match more precise
      ASoC: rt5645: Add DMI quirk for inverted jack-detect on MeeGoPad T8

Jean-Loïc Charroud (3):
      ALSA: hda/realtek: cs35l41: Add internal speaker support for ASUS UM3402 with missing DSD
      ALSA: hda/realtek: cs35l41: Fix device ID / model name
      ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks table

Jeffrey Hugo (1):
      ASoC: dt-bindings: google,sc7280-herobrine: Drop bouncing @codeaurora

Lukas Bulwahn (1):
      ALSA: hda/cs35l56: select intended config FW_CS_DSP

Mario Limonciello (1):
      ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8

Peter Ujfalusi (3):
      ASoC: SOF: Intel: pci-tgl: Change the default paths and firmware names
      ASoC: SOF: Intel: pci-lnl: Change the topology path to intel/sof-ipc4-tplg
      ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend

Ranjani Sridharan (1):
      ASoC: SOF: ipc3-topology: Fix pipeline tear down logic

Richard Fitzgerald (3):
      ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization
      ASoC: cs35l56: Remove default from IRQ1_CFG register
      ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios property

Shuming Fan (1):
      ALSA: hda/realtek: add IDs for Dell dual spk platform

Takashi Iwai (1):
      ALSA: usb-audio: More relaxed check of MIDI jack names

Tomasz Kudela (1):
      ALSA: hda: Add Lenovo Legion 7i gen7 sound quirk

bo liu (1):
      ALSA: hda/conexant: Add quirk for SWS JS201D

---
 .../bindings/sound/google,sc7280-herobrine.yaml    |   1 -
 include/sound/tas2781.h                            |   1 +
 sound/pci/hda/Kconfig                              |   4 +-
 sound/pci/hda/cs35l41_hda_property.c               |   4 +
 sound/pci/hda/patch_conexant.c                     |  18 ++
 sound/pci/hda/patch_realtek.c                      |  12 +-
 sound/pci/hda/tas2781_hda_i2c.c                    |   2 +-
 sound/soc/amd/yc/acp6x-mach.c                      |  14 ++
 sound/soc/codecs/cs35l56-shared.c                  |   1 -
 sound/soc/codecs/cs35l56.c                         | 252 ++++++++++++++-------
 sound/soc/codecs/cs35l56.h                         |   2 +-
 sound/soc/codecs/cs42l43.c                         |  48 +++-
 sound/soc/codecs/rt5645.c                          |  26 +++
 sound/soc/codecs/tas2781-comlib.c                  |   3 +-
 sound/soc/codecs/tas2781-i2c.c                     |   2 +-
 sound/soc/intel/avs/core.c                         |   3 +
 sound/soc/intel/avs/topology.c                     |   2 +-
 sound/soc/intel/boards/bytcht_cx2072x.c            |   3 +-
 sound/soc/intel/boards/bytcht_da7213.c             |   3 +-
 sound/soc/intel/boards/bytcht_es8316.c             |   3 +-
 sound/soc/intel/boards/bytcr_rt5640.c              |   3 +-
 sound/soc/intel/boards/bytcr_rt5651.c              |   3 +-
 sound/soc/intel/boards/bytcr_wm5102.c              |   3 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c            |   7 +-
 sound/soc/intel/boards/cht_bsw_rt5672.c            |   3 +-
 sound/soc/qcom/qdsp6/q6apm-dai.c                   |   8 +-
 sound/soc/sof/amd/acp-ipc.c                        |   2 +
 sound/soc/sof/amd/acp.c                            |  17 +-
 sound/soc/sof/intel/pci-lnl.c                      |   2 +-
 sound/soc/sof/intel/pci-tgl.c                      |  64 +++---
 sound/soc/sof/ipc3-topology.c                      |  69 ++++--
 sound/soc/sof/ipc3.c                               |   2 +-
 sound/soc/sof/ipc4-pcm.c                           |  13 +-
 sound/usb/midi.c                                   |  77 +++----
 34 files changed, 447 insertions(+), 230 deletions(-)


             reply	other threads:[~2024-02-16 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-16 14:10 Takashi Iwai [this message]
2024-02-16 17:11 ` 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=875xyoijo5.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®