linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 5.15-rc6
Date: Thu, 14 Oct 2021 14:38:26 +0200	[thread overview]
Message-ID: <s5hlf2vwzlp.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v5.15-rc6 from:

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

The topmost commit is 48827e1d6af58f219e89c7ec08dccbca28c7694e

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

sound fixes for 5.15-rc6

This contains quite a few device-specific fixes for usual HD- and
USB-audio in addition to a couple of ALSA core fixes (a UAF fix in
sequencer and a fix for a misplaced PCM 32bit compat ioctl).
Nothing really stands out.

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

Cameron Berkenpas (1):
      ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2

Chris Chiu (1):
      ALSA: hda - Enable headphone mic on Dell Latitude laptops with ALC3254

Hui Wang (1):
      ALSA: hda/realtek: Fix the mic type detection issue for ASUS G551JW

John Liu (1):
      ALSA: hda/realtek: Enable 4-speaker output for Dell Precision 5560 laptop

Jonas Hahnfeld (1):
      ALSA: usb-audio: Add quirk for VF0770

Kai Vehmanen (1):
      ALSA: hda: avoid write to STATESTS if controller is in reset

Kailang Yang (1):
      ALSA: hda/realtek - ALC236 headset MIC recording issue

Takashi Iwai (5):
      ALSA: usb-audio: Fix a missing error check in scarlett gen2 mixer
      ALSA: seq: Fix a potential UAF by wrong private_free call order
      ALSA: usb-audio: Enable rate validation for Scarlett devices
      ALSA: hda: intel: Allow repeatedly probing on codec configuration errors
      ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctl

Werner Sembach (3):
      ALSA: hda/realtek: Complete partial device name to avoid ambiguity
      ALSA: hda/realtek: Add quirk for Clevo X170KM-G
      ALSA: hda/realtek: Add quirk for TongFang PHxTxX1

---
 include/sound/hda_codec.h       |  1 +
 sound/core/pcm_compat.c         | 72 ++++++++++++++++++++++++++++++++++++++++-
 sound/core/seq_device.c         |  8 ++---
 sound/hda/hdac_controller.c     |  5 +--
 sound/pci/hda/hda_bind.c        | 20 ++++++------
 sound/pci/hda/hda_codec.c       |  1 +
 sound/pci/hda/hda_controller.c  | 24 +++++++++-----
 sound/pci/hda/hda_controller.h  |  2 +-
 sound/pci/hda/hda_intel.c       | 29 +++++++++++++----
 sound/pci/hda/hda_intel.h       |  4 ++-
 sound/pci/hda/patch_realtek.c   | 66 ++++++++++++++++++++++++++++++++++---
 sound/usb/mixer_scarlett_gen2.c |  2 ++
 sound/usb/quirks-table.h        | 42 ++++++++++++++++++++++++
 sound/usb/quirks.c              |  2 ++
 14 files changed, 241 insertions(+), 37 deletions(-)


             reply	other threads:[~2021-10-14 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 12:38 Takashi Iwai [this message]
2021-10-14 14:14 ` [GIT PULL] sound fixes for 5.15-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=s5hlf2vwzlp.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).