All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 6.4-rc1
@ 2023-05-06  7:41 Takashi Iwai
  2023-05-06 15:46 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2023-05-06  7:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, Linux Kernel Mailing List

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] sound fixes for 6.4-rc1
  2023-05-06  7:41 [GIT PULL] sound fixes for 6.4-rc1 Takashi Iwai
@ 2023-05-06 15:46 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-05-06 15:46 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Linus Torvalds, Mark Brown, Liam Girdwood, Linux Kernel Mailing List

The pull request you sent on Sat, 06 May 2023 09:41:33 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0021b532b2fdd6b82cf3ff758191f00d8edd235d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-06 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-06  7:41 [GIT PULL] sound fixes for 6.4-rc1 Takashi Iwai
2023-05-06 15:46 ` pr-tracker-bot

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.