linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 5.18-rc6
@ 2022-05-18  9:40 Takashi Iwai
  2022-05-18 16:01 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2022-05-18  9:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

Linus,

please pull sound fixes for v5.18 from:

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

The topmost commit is 5c62383c06837b5719cd5447a5758b791279e653

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

sound fixes for 5.18

A collection of last-minute HD- an USB-audio quirks in addition to
a fix for the legacy ISA wavefront driver.

All look small and easy.

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

Andy Chi (1):
      ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine

Dustin L. Howett (1):
      ALSA: hda/realtek: Add quirk for the Framework Laptop

Forest Crossman (1):
      ALSA: usb-audio: Don't get sample rate for MCT Trigger 5 USB-to-HDMI

Gabriele Mazzotta (1):
      ALSA: hda/realtek: Add quirk for Dell Latitude 7520

Randy Dunlap (1):
      ALSA: hda - fix unused Realtek function when PM is not enabled

Takashi Iwai (2):
      ALSA: wavefront: Proper check of get_user() error
      ALSA: usb-audio: Restore Rane SL-1 quirk

Werner Sembach (1):
      ALSA: hda/realtek: Add quirk for TongFang devices with pop noise

---
 sound/isa/wavefront/wavefront_synth.c |  3 +-
 sound/pci/hda/patch_realtek.c         | 71 ++++++++++++++++++++++++++++++++---
 sound/usb/quirks-table.h              |  9 +++++
 sound/usb/quirks.c                    |  2 +
 4 files changed, 79 insertions(+), 6 deletions(-)


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

* Re: [GIT PULL] sound fixes for 5.18-rc6
  2022-05-18  9:40 [GIT PULL] sound fixes for 5.18-rc6 Takashi Iwai
@ 2022-05-18 16:01 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-05-18 16:01 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Linus Torvalds, Linux Kernel Mailing List

The pull request you sent on Wed, 18 May 2022 11:40:09 +0200:

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

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

Thank you!

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

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

* Re: [GIT PULL] sound fixes for 5.18-rc6
  2022-05-08  9:06 Takashi Iwai
@ 2022-05-08 17:24 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-05-08 17:24 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Linus Torvalds, Mark Brown, Liam Girdwood, Linux Kernel Mailing List

The pull request you sent on Sun, 08 May 2022 11:06:21 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/379c72654524d97081f8810a0e4284a16f78a25e

Thank you!

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

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

* [GIT PULL] sound fixes for 5.18-rc6
@ 2022-05-08  9:06 Takashi Iwai
  2022-05-08 17:24 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2022-05-08  9:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, Linux Kernel Mailing List

Linus,

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

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

The topmost commit is ac02e3cd5ab9407dcf926df2a1085c13881ccf7a

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

sound fixes for 5.18-rc6

It became slightly larger as I've been off in the last weeks.
The majority of changes at this PR is about ASoC, the fixes for
dmaengine and for for addressing issues reported by CI, as well as
other device-specific small fixes.  Also, the fixes for FireWire
core stack and the usual HD-audio quirks are included.

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

Ajit Kumar Pandey (1):
      ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback

Andy Chi (1):
      ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops

Chengfeng Ye (1):
      firewire: fix potential uaf in outbound_phy_packet_callback()

ChiYuan Huang (1):
      ASoC: rt9120: Correct the reg 0x09 size to one byte

Codrin Ciubotariu (2):
      ASoC: atmel: mchp-pdmc: set prepare_slave_config
      ASoC: dmaengine: Restore NULL prepare_slave_config() callback

Hui Wang (1):
      ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec

Jakob Koschel (1):
      firewire: remove check of list iterator against head past the loop body

Mark Brown (8):
      ASoC: wm8958: Fix change notifications for DSP controls
      ASoC: da7219: Fix change notifications for tone generator frequency
      ASoC: meson: Fix event generation for AUI ACODEC mux
      ASoC: meson: Fix event generation for AUI CODEC mux
      ASoC: meson: Fix event generation for G12A tohdmi mux
      ASoC: max98090: Reject invalid values in custom control put()
      ASoC: max98090: Generate notifications on changes for custom control
      ASoC: ops: Validate input values in snd_soc_put_volsw_range()

Neil Armstrong (2):
      ASoC: meson: axg-tdm-interface: Fix formatters in trigger"
      ASoC: meson: axg-card: Fix nonatomic links

Niels Dossche (1):
      firewire: core: extend card->lock in fw_core_handle_bus_reset

Olivier Moysan (1):
      ASoC: simple-card-utils: fix sysclk shutdown

Pierre-Louis Bossart (1):
      ASoC: soc-ops: fix error handling

Takashi Sakamoto (1):
      ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes

Zihao Wang (1):
      ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers

---
 drivers/firewire/core-card.c               |  3 +++
 drivers/firewire/core-cdev.c               |  4 +++-
 drivers/firewire/core-topology.c           |  9 +++------
 drivers/firewire/core-transaction.c        | 30 ++++++++++++++++--------------
 drivers/firewire/sbp2.c                    | 13 +++++++------
 sound/firewire/fireworks/fireworks_hwdep.c |  1 +
 sound/pci/hda/patch_realtek.c              | 15 +++++++++------
 sound/soc/atmel/mchp-pdmc.c                |  1 +
 sound/soc/codecs/da7219.c                  | 14 ++++++++++----
 sound/soc/codecs/max98090.c                |  5 ++++-
 sound/soc/codecs/rt9120.c                  |  1 -
 sound/soc/codecs/wm8958-dsp2.c             |  8 ++++----
 sound/soc/generic/simple-card-utils.c      |  2 +-
 sound/soc/meson/aiu-acodec-ctrl.c          |  2 +-
 sound/soc/meson/aiu-codec-ctrl.c           |  2 +-
 sound/soc/meson/axg-card.c                 |  1 -
 sound/soc/meson/axg-tdm-interface.c        | 26 +++++---------------------
 sound/soc/meson/g12a-tohdmitx.c            |  2 +-
 sound/soc/soc-generic-dmaengine-pcm.c      |  6 +++---
 sound/soc/soc-ops.c                        | 20 ++++++++++++++++++--
 sound/soc/sof/sof-pci-dev.c                |  5 +++++
 21 files changed, 96 insertions(+), 74 deletions(-)


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

end of thread, other threads:[~2022-05-18 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18  9:40 [GIT PULL] sound fixes for 5.18-rc6 Takashi Iwai
2022-05-18 16:01 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-05-08  9:06 Takashi Iwai
2022-05-08 17:24 ` 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;
as well as URLs for NNTP newsgroup(s).