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-rc1
Date: Sat, 06 May 2023 09:41:33 +0200	[thread overview]
Message-ID: <87o7mxhpoy.wl-tiwai@suse.de> (raw)

Linus,

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

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

The topmost commit is ee2dd703470242f1672403e83f827391afeca808

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

sound fixes for 6.4-rc1

Here are collections of small fixes for rc1.

The only (LOC-wise) dominant change was ASoC Qualcomm fix, but most
of it was merely a code shuffling.

Another significant change here is for ALSA PCM core; it received a
revert and a series of fixes for PCM auto-silencing where it caused
a regression in the previous PR for rc1.

Others are all small: ASoC Intel fixes, various quirks for ASoC AMD,
HD-audio and USB-audio, the continued legacy emu10k1 code cleanup,
and some documentation updates.

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

Andrey Rakhmatullin (1):
      ASoC: amd: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for acp6x

Bagas Sanjaya (1):
      ALSA: docs: Fix code block indentation in ALSA driver example

Caleb Harper (1):
      ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED

Enrico Belleri (1):
      ASoC: amd: yc: Add ASUS M3402RA into DMI table

Geraldo Nascimento (1):
      ALSA: usb-audio: Add quirk for Pioneer DDJ-800

Hans de Goede (2):
      ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working
      ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet

Ivan Orlov (1):
      ALSA: docs: Extend module parameters description

Jaroslav Kysela (5):
      ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"
      ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold mode
      ALSA: pcm: fix playback silence - correct incremental silencing
      ALSA: pcm: playback silence - remove extra code
      ALSA: pcm: playback silence - move silence variable updates to separate function

Kai-Heng Feng (1):
      ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop

Krzysztof Kozlowski (1):
      ASoC: codecs: wcd938x: fix accessing regmap on unattached devices

Mark Asselstine (1):
      ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41

Maxim Kochetkov (1):
      ASoC: max98090: make it selectable

Oswald Buddenhagen (3):
      ALSA: emu10k1: use more existing defines instead of open-coded numbers
      ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()
      ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()

Ruliang Lin (1):
      ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_usb_caiaq_input_init`

Vitaly Rodionov (1):
      ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6

jasontao (1):
      ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor IDs.

---
 Documentation/sound/alsa-configuration.rst         |   13 +
 .../sound/kernel-api/writing-an-alsa-driver.rst    |   22 +-
 sound/core/pcm_lib.c                               |  105 +-
 sound/core/pcm_local.h                             |    3 +-
 sound/core/pcm_native.c                            |    6 +-
 sound/pci/emu10k1/emu10k1_callback.c               |   15 +-
 sound/pci/emu10k1/emu10k1_main.c                   |   46 +-
 sound/pci/emu10k1/emufx.c                          |    6 +-
 sound/pci/emu10k1/emumixer.c                       |    8 +-
 sound/pci/emu10k1/emupcm.c                         |   12 +-
 sound/pci/emu10k1/io.c                             |   18 +-
 sound/pci/emu10k1/p16v.c                           |   29 +-
 sound/pci/hda/hda_intel.c                          |   21 +
 sound/pci/hda/patch_hdmi.c                         |   22 +
 sound/pci/hda/patch_realtek.c                      |    5 +
 sound/soc/amd/yc/acp6x-mach.c                      |   14 +
 sound/soc/codecs/Kconfig                           |    2 +-
 sound/soc/codecs/wcd938x-sdw.c                     | 1037 +++++++++++++++++++-
 sound/soc/codecs/wcd938x.c                         | 1003 +------------------
 sound/soc/codecs/wcd938x.h                         |    1 +
 sound/soc/intel/common/soc-acpi-intel-byt-match.c  |    2 +-
 sound/soc/intel/common/soc-acpi-intel-cht-match.c  |   26 +
 sound/usb/caiaq/input.c                            |    1 +
 sound/usb/quirks-table.h                           |   58 ++
 24 files changed, 1349 insertions(+), 1126 deletions(-)


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-06  7:41 Takashi Iwai [this message]
2023-05-06 15:46 ` [GIT PULL] sound fixes for 6.4-rc1 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=87o7mxhpoy.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.