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: <s5hzgp8hlv5.wl-tiwai@suse.de>
Date:   Fri, 10 Dec 2021 10:04:14 +0100
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.16-rc5

Linus,

please pull sound fixes for v5.16-rc5 from:

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

The topmost commit is d7f32791a9fcf0dae8b073cdea9b79e29098c5f4

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

sound fixes for 5.16-rc5

Another collection of small fixes.  It's still not quite calm yet,
but nothing looks scary.

ALSA core got a few fixes for covering the issues detected by fuzzer
and the 32bit compat problem of control API, while the rest are all
device-specific small fixes, including the continued fixes for Tegra.

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

Alan Young (1):
      ALSA: ctl: Fix copy of updated id with element read/write

Dan Carpenter (1):
      ASoC: amd: fix uninitialized variable in snd_acp6x_probe()

David Heidelberg (1):
      ASoC: dt-bindings: wlf,wm8962: add missing interrupt property

Geraldo Nascimento (1):
      ALSA: usb-audio: Reorder snd_djm_devices[] entries

Hui Wang (1):
      ASoC: SOF: Intel: Retry codec probing if it fails

Kailang Yang (1):
      ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform

Nicolas Frattaroli (1):
      ASoC: rockchip: i2s_tdm: Dup static DAI template

Rob Clark (2):
      ASoC: rt5682: Fix crash due to out of scope stack vars
      ASoC: rt5682s: Fix crash due to out of scope stack vars

Sameer Pujar (6):
      ASoC: tegra: Balance runtime PM count
      ASoC: tegra: Use normal system sleep for SFC
      ASoC: tegra: Use normal system sleep for MVC
      ASoC: tegra: Use normal system sleep for Mixer
      ASoC: tegra: Use normal system sleep for AMX
      ASoC: tegra: Use normal system sleep for ADX

Srinivas Kandagatla (4):
      ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer
      ASoC: codecs: wcd934x: handle channel mappping list correctly
      ASoC: codecs: wcd934x: return correct value from mixer put
      ASoC: codecs: wsa881x: fix return values from kcontrol put

Takashi Iwai (3):
      ALSA: pcm: oss: Fix negative period/buffer sizes
      ALSA: pcm: oss: Limit the period size to 16MB
      ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()

Werner Sembach (1):
      ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1

---
 .../devicetree/bindings/sound/wlf,wm8962.yaml      |   3 +
 sound/core/control_compat.c                        |   3 +
 sound/core/oss/pcm_oss.c                           |  37 ++++--
 sound/pci/hda/patch_realtek.c                      |  80 ++++++++++---
 sound/soc/amd/yc/pci-acp6x.c                       |   3 +-
 sound/soc/codecs/rt5682.c                          |  10 +-
 sound/soc/codecs/rt5682s.c                         |  10 +-
 sound/soc/codecs/wcd934x.c                         | 126 +++++++++++++++------
 sound/soc/codecs/wsa881x.c                         |  16 ++-
 sound/soc/qcom/qdsp6/q6routing.c                   |   8 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c              |  52 +++++----
 sound/soc/sof/intel/hda-codec.c                    |  14 ++-
 sound/soc/tegra/tegra210_adx.c                     |   4 +-
 sound/soc/tegra/tegra210_amx.c                     |   4 +-
 sound/soc/tegra/tegra210_mixer.c                   |   4 +-
 sound/soc/tegra/tegra210_mvc.c                     |   8 +-
 sound/soc/tegra/tegra210_sfc.c                     |   4 +-
 sound/usb/mixer_quirks.c                           |  10 +-
 18 files changed, 274 insertions(+), 122 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ