public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [GIT PULL] sound fixes for 6.13-rc2
@ 2024-12-06  9:03 Takashi Iwai
  2024-12-06  9:05 ` Takashi Iwai
  2024-12-06 20:04 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Takashi Iwai @ 2024-12-06  9:03 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Mark Brown, Liam Girdwood, Linux Sound Mailing List,
	Linux Kernel Mailing List

Linus,

please pull sound fixes for v6.13-rc2 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.13-rc2

The topmost commit is c34e9ab9a612ee8b18273398ef75c207b01f516d

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

sound fixes for 6.13-rc2

A collection of small fixes that have been gathered in the week.

- Fix the missing XRUN handling in USB-audio low latency mode
- Fix regression by the previous USB-audio hadening change
- Clean up old SH sound driver to use the standard helpers
- A few further fixes for MIDI 2.0 UMP handling
- Various HD-audio and USB-audio quirks
- Fix jack handling at PM on ASoC Intel AVS
- Misc small fixes for ASoC SOF and Mediatek

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

Asahi Lina (1):
      ALSA: usb-audio: Add extra PID for RME Digiface USB

Chris Chiu (1):
      ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops

Colin Ian King (1):
      ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly"

Dan Carpenter (3):
      ALSA: hda/tas2781: Fix error code tas2781_read_acpi()
      ASoC: SOF: ipc3-topology: fix resource leaks in sof_ipc3_widget_setup_comp_dai()
      ALSA: usb-audio: Fix a DMA to stack memory bug

Marek Maslanka (1):
      ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()

Marie Ramlow (1):
      ALSA: usb-audio: add mixer mapping for Corsair HS80

Nazar Bilinskyi (1):
      ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8

Nícolas F. R. A. Prado (1):
      ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec

Sahas Leelodharry (1):
      ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG)

Takashi Iwai (7):
      ALSA: seq: ump: Fix seq port updates per FB info notify
      ALSA: ump: Don't open legacy substream for an inactive group
      ALSA: ump: Indicate the inactive group in legacy substream names
      ALSA: ump: Update legacy substream names upon FB info update
      ALSA: usb-audio: Notify xrun for low-latency mode
      ALSA: sh: Use standard helper for buffer accesses
      ALSA: ump: Shut up truncated string warning

bo liu (1):
      ALSA: hda/conexant: fix Z60MR100 startup pop issue

---
 sound/core/seq/seq_ump_client.c           |   6 +-
 sound/core/ump.c                          |  26 ++-
 sound/pci/hda/patch_conexant.c            |  28 +++
 sound/pci/hda/patch_realtek.c             |   8 +
 sound/pci/hda/tas2781_hda_i2c.c           |   1 +
 sound/sh/sh_dac_audio.c                   |   5 +-
 sound/soc/intel/avs/boards/da7219.c       |  17 --
 sound/soc/mediatek/mt8188/mt8188-mt6359.c |   4 +-
 sound/soc/sof/ipc3-topology.c             |   7 +-
 sound/usb/endpoint.c                      |  14 +-
 sound/usb/mixer_maps.c                    |  10 +
 sound/usb/mixer_quirks.c                  |   1 +
 sound/usb/quirks-table.h                  | 341 +++++++++++++++---------------
 sound/usb/quirks.c                        |  44 ++--
 14 files changed, 291 insertions(+), 221 deletions(-)


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

* Re: [GIT PULL] sound fixes for 6.13-rc2
  2024-12-06  9:03 [GIT PULL] sound fixes for 6.13-rc2 Takashi Iwai
@ 2024-12-06  9:05 ` Takashi Iwai
  2024-12-06 20:04 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2024-12-06  9:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Mark Brown, Liam Girdwood, Linux Sound Mailing List,
	Linux Kernel Mailing List

On Fri, 06 Dec 2024 10:03:18 +0100,
Takashi Iwai wrote:
> 
> Linus,
> 
> please pull sound fixes for v6.13-rc2 from:

Please don't mind about the wrong subject prefix, the PR itself is
correct.  It slipped in a rush morning action, sorry.


Takashi

> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.13-rc2
> 
> The topmost commit is c34e9ab9a612ee8b18273398ef75c207b01f516d
> 
> ----------------------------------------------------------------
> 
> sound fixes for 6.13-rc2
> 
> A collection of small fixes that have been gathered in the week.
> 
> - Fix the missing XRUN handling in USB-audio low latency mode
> - Fix regression by the previous USB-audio hadening change
> - Clean up old SH sound driver to use the standard helpers
> - A few further fixes for MIDI 2.0 UMP handling
> - Various HD-audio and USB-audio quirks
> - Fix jack handling at PM on ASoC Intel AVS
> - Misc small fixes for ASoC SOF and Mediatek
> 
> ----------------------------------------------------------------
> 
> Asahi Lina (1):
>       ALSA: usb-audio: Add extra PID for RME Digiface USB
> 
> Chris Chiu (1):
>       ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops
> 
> Colin Ian King (1):
>       ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly"
> 
> Dan Carpenter (3):
>       ALSA: hda/tas2781: Fix error code tas2781_read_acpi()
>       ASoC: SOF: ipc3-topology: fix resource leaks in sof_ipc3_widget_setup_comp_dai()
>       ALSA: usb-audio: Fix a DMA to stack memory bug
> 
> Marek Maslanka (1):
>       ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()
> 
> Marie Ramlow (1):
>       ALSA: usb-audio: add mixer mapping for Corsair HS80
> 
> Nazar Bilinskyi (1):
>       ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8
> 
> Nícolas F. R. A. Prado (1):
>       ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
> 
> Sahas Leelodharry (1):
>       ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG)
> 
> Takashi Iwai (7):
>       ALSA: seq: ump: Fix seq port updates per FB info notify
>       ALSA: ump: Don't open legacy substream for an inactive group
>       ALSA: ump: Indicate the inactive group in legacy substream names
>       ALSA: ump: Update legacy substream names upon FB info update
>       ALSA: usb-audio: Notify xrun for low-latency mode
>       ALSA: sh: Use standard helper for buffer accesses
>       ALSA: ump: Shut up truncated string warning
> 
> bo liu (1):
>       ALSA: hda/conexant: fix Z60MR100 startup pop issue
> 
> ---
>  sound/core/seq/seq_ump_client.c           |   6 +-
>  sound/core/ump.c                          |  26 ++-
>  sound/pci/hda/patch_conexant.c            |  28 +++
>  sound/pci/hda/patch_realtek.c             |   8 +
>  sound/pci/hda/tas2781_hda_i2c.c           |   1 +
>  sound/sh/sh_dac_audio.c                   |   5 +-
>  sound/soc/intel/avs/boards/da7219.c       |  17 --
>  sound/soc/mediatek/mt8188/mt8188-mt6359.c |   4 +-
>  sound/soc/sof/ipc3-topology.c             |   7 +-
>  sound/usb/endpoint.c                      |  14 +-
>  sound/usb/mixer_maps.c                    |  10 +
>  sound/usb/mixer_quirks.c                  |   1 +
>  sound/usb/quirks-table.h                  | 341 +++++++++++++++---------------
>  sound/usb/quirks.c                        |  44 ++--
>  14 files changed, 291 insertions(+), 221 deletions(-)
> 

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

* Re: Re: [GIT PULL] sound fixes for 6.13-rc2
  2024-12-06  9:03 [GIT PULL] sound fixes for 6.13-rc2 Takashi Iwai
  2024-12-06  9:05 ` Takashi Iwai
@ 2024-12-06 20:04 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2024-12-06 20:04 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Linus Torvalds, Mark Brown, Liam Girdwood,
	Linux Sound Mailing List, Linux Kernel Mailing List

The pull request you sent on Fri, 06 Dec 2024 10:03:18 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.13-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2b90dcd599b62ccaaa367947037235de8e6bc3a7

Thank you!

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

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

end of thread, other threads:[~2024-12-06 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06  9:03 [GIT PULL] sound fixes for 6.13-rc2 Takashi Iwai
2024-12-06  9:05 ` Takashi Iwai
2024-12-06 20:04 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox