lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hsfq5tydf.wl-tiwai@suse.de>
Date:   Fri, 22 Apr 2022 08:39:56 +0200
From:   Takashi Iwai <tiwai@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Mark Brown <broonie@...nel.org>,
        Liam Girdwood <lgirdwood@...il.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.18-rc4

Linus,

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

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

The topmost commit is 86222af07abf1f5f07a5873cc399c29ab8a9b8b8

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

sound fixes for 5.18-rc4

At this time, the majority of changes are for pending ASoC fixes while
a few usual HD-audio and USB-audio quirks are found.  Almost all
patches are small device-specific fixes, and nothing worrisome stands
out, so far.

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

Ahmad Fatoum (1):
      ASoC: fsl_sai: fix 1:1 bclk:mclk ratio support

Ajye Huang (1):
      ASoC: Intel: sof_rt5682: Add support for max98360a speaker amp on SSP2

Andy Chi (1):
      ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook 845/865 G9

Chao Song (1):
      ASoC: Intel: soc-acpi: correct device endpoints for max98373

Christophe JAILLET (2):
      ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable
      ASoC: codecs: Fix an error handling path in (rx|tx|va)_macro_probe()

Gongjun Song (1):
      ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs

Heiner Kallweit (2):
      ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driver
      ASoC: meson: aiu: fix duplicate debugfs directory error

Hui Wang (2):
      ASoC: cs35l41: Add one more variable in the debug log
      ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN

Kai Vehmanen (2):
      ALSA: hda/hdmi: fix warning about PCM count when used with SOF
      ALSA: hda/hdmi: add HDMI codec VID for Raptorlake-P

Lucas De Marchi (1):
      ALSA: hda/i915: Fix one too many pci_dev_put()

Mark Brown (1):
      ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek

Maurizio Avogadro (1):
      ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.

Mauro Carvalho Chehab (3):
      ASoC: Intel: sof_es8336: support a separate gpio to control headphone
      ASoC: Intel: sof_es8336: add a quirk for headset at mic1 port
      ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook D15

Miaoqian Lin (2):
      ASoC: rk817: Use devm_clk_get() in rk817_platform_probe
      ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_component

Miles Chen (1):
      sound/oss/dmasound: fix 'dmasound_setup' defined but not used

Peter Ujfalusi (2):
      ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()
      ASoC: SOF: topology: Fix memory leak of scontrol->name

Pierre-Louis Bossart (3):
      ASoC: rt711/5682: check if bus is active before deferred jack detection
      ASoC: SOF: topology: cleanup dailinks on widget unload
      ASoC: Intel: sof_es8336: simplify speaker gpio naming

Richard Fitzgerald (2):
      ASoC: simple-card-utils: Avoid NULL deref in asoc_simple_set_tdm()
      firmware: cs_dsp: Fix overrun of unterminated control name string

Srinivas Kandagatla (1):
      ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in use

Takashi Iwai (1):
      ALSA: usb-audio: Clear MIDI port active flag after draining

Tim Crawford (1):
      ALSA: hda/realtek: Add quirk for Clevo NP70PNP

Xiaomeng Tong (3):
      codecs: rt5682s: fix an incorrect NULL check on list iterator
      ASoC: soc-dapm: fix two incorrect uses of list iterator
      ASoC: rt5682: fix an incorrect NULL check on list iterator

Yu Liao (1):
      ASoC: SOF: topology: Fix memory leak in sof_control_load()

Zheyu Ma (1):
      ASoC: wm8731: Disable the regulator when probing fails

---
 drivers/firmware/cirrus/cs_dsp.c                  |   3 +-
 include/sound/soc-component.h                     |   4 +
 sound/hda/hdac_i915.c                             |   7 +-
 sound/hda/intel-dsp-config.c                      |   9 ++
 sound/oss/dmasound/dmasound_core.c                |   2 +-
 sound/pci/hda/patch_hdmi.c                        |   7 +-
 sound/pci/hda/patch_realtek.c                     |  12 ++-
 sound/soc/atmel/sam9g20_wm8731.c                  |  61 -----------
 sound/soc/codecs/cs35l41-lib.c                    |  10 +-
 sound/soc/codecs/lpass-rx-macro.c                 |  14 ++-
 sound/soc/codecs/lpass-tx-macro.c                 |  14 ++-
 sound/soc/codecs/lpass-va-macro.c                 |   8 +-
 sound/soc/codecs/msm8916-wcd-digital.c            |   9 +-
 sound/soc/codecs/rk817_codec.c                    |   2 +-
 sound/soc/codecs/rt5682.c                         |  20 ++--
 sound/soc/codecs/rt5682s.c                        |  11 +-
 sound/soc/codecs/rt711.c                          |   7 ++
 sound/soc/codecs/wcd934x.c                        |  26 +----
 sound/soc/codecs/wm8731.c                         |  19 ++--
 sound/soc/fsl/fsl_sai.c                           |   2 +-
 sound/soc/generic/simple-card-utils.c             |   6 +-
 sound/soc/intel/boards/sof_es8336.c               | 117 ++++++++++++++++------
 sound/soc/intel/boards/sof_rt5682.c               |  13 +++
 sound/soc/intel/common/soc-acpi-intel-tgl-match.c |   4 +-
 sound/soc/meson/aiu-acodec-ctrl.c                 |   3 +
 sound/soc/meson/aiu-codec-ctrl.c                  |   3 +
 sound/soc/meson/aiu.c                             |   3 +
 sound/soc/soc-core.c                              |   5 +
 sound/soc/soc-dapm.c                              |   6 +-
 sound/soc/soc-pcm.c                               |   2 +-
 sound/soc/soc-topology.c                          |   4 +-
 sound/soc/sof/sof-pci-dev.c                       |   9 +-
 sound/soc/sof/topology.c                          |  50 ++++++++-
 sound/usb/midi.c                                  |   1 +
 sound/usb/mixer_maps.c                            |   4 +
 35 files changed, 300 insertions(+), 177 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ