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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87o7id9jzs.wl-tiwai@suse.de>
Date:   Fri, 08 Sep 2023 09:55:51 +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 6.6-rc1

Linus,

please pull sound fixes for v6.6-rc1 from:

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

The topmost commit is ecc8b4d0b6e19031733f28537971f8c5088dada2

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

sound fixes for 6.6-rc1

A collection of fixes for 6.6-rc1.  All small and easy ones.

- The corrections of the previous PCM iov_iter transitions
- Regression fixes in MIDI 2.0 / USB changes
- Various ASoC codec fixes for Cirrus, Realtek, WCD
- ASoC AMD quirks and ASoC Intel AVS driver workaround

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

Adam Ford (1):
      ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc

Amadeusz Sławiński (1):
      ASoC: Intel: avs: Provide support for fallback topology

Brent Lu (1):
      ASoC: rt5645: NULL pointer access when removing jack

Harshit Mogalapalli (1):
      ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe()

Kailang Yang (1):
      ALSA: hda/realtek - ALC287 I2S speaker platform support

Kevin-Lu (1):
      MAINTAINERS: Update the MAINTAINERS enties for TEXAS INSTRUMENTS ASoC DRIVERS

Krzysztof Kozlowski (1):
      ASoC: codecs: wcd93xx: fix object added to multiple drivers

Mario Limonciello (1):
      ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL

Shubh (1):
      ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop 15-fb0xxx (8A3E)

Simon Trimmer (1):
      ASoC: cs35l56: Waiting for firmware to boot must be tolerant of I/O errors

Takashi Iwai (7):
      ALSA: hda/tas2781: Use standard clamp() macro
      ASoC: dmaengine: Drop unused iov_iter for process callback
      ASoC: Name iov_iter argument as iterator instead of buffer
      ALSA: pcm: Fix error checks of default read/write copy ops
      ALSA: sb: Fix wrong argument in commented code
      ALSA: usb-audio: Fix potential memory leaks at error path for UMP open
      ALSA: seq: Fix snd_seq_expand_var_event() call to user-space

Vitaly Rodionov (1):
      ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs.

Vlad Karpovich (3):
      ASoC: cs35l45: Add support for Chip ID 0x35A460
      ASoC: cs35l45: Fix "Dead assigment" warning
      ASoC: cs35l45: Rename DACPCM1 Source control

---
 .../devicetree/bindings/sound/fsl,easrc.yaml       |  8 +++++-
 MAINTAINERS                                        |  2 +-
 include/sound/dmaengine_pcm.h                      |  2 +-
 include/sound/soc-component.h                      |  4 +--
 sound/core/pcm_lib.c                               |  8 +++---
 sound/core/seq/seq_memory.c                        |  9 +++++--
 sound/isa/sb/emu8000_pcm.c                         |  2 +-
 sound/pci/hda/patch_cs8409.c                       |  2 +-
 sound/pci/hda/patch_cs8409.h                       |  1 +
 sound/pci/hda/patch_realtek.c                      | 30 ++++++++++++++++++++++
 sound/pci/hda/tas2781_hda_i2c.c                    | 16 +++---------
 sound/soc/amd/yc/acp6x-mach.c                      | 14 ++++++++++
 sound/soc/atmel/mchp-pdmc.c                        |  2 +-
 sound/soc/codecs/Kconfig                           |  6 +++++
 sound/soc/codecs/Makefile                          |  8 +++---
 sound/soc/codecs/cs35l45.c                         | 11 ++++----
 sound/soc/codecs/cs35l56-shared.c                  | 27 +++++++++----------
 sound/soc/codecs/cs42l43.c                         |  3 ++-
 sound/soc/codecs/rt5645.c                          | 16 +++++++-----
 sound/soc/codecs/wcd-clsh-v2.c                     |  8 ++++++
 sound/soc/intel/avs/pcm.c                          | 22 ++++++++++++++++
 sound/soc/soc-component.c                          |  4 +--
 sound/soc/soc-generic-dmaengine-pcm.c              | 10 ++++----
 sound/soc/stm/stm32_sai_sub.c                      |  2 +-
 sound/usb/midi2.c                                  |  7 +++--
 25 files changed, 159 insertions(+), 65 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ