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: <87r04j4de2.wl-tiwai@suse.de>
Date: Fri, 31 Jan 2025 09:05:09 +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 Sound Mailing List <linux-sound@...r.kernel.org>, Linux Kernel
 Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 6.14-rc1

Linus,

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

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

The topmost commit is 8c2fa44132e8cd1b05c77a705adb8d1f5a5daf3f

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

sound fixes for 6.14-rc1

Here is a collection of fixes that have been gathered since the
previous PR.  All about device-specific fixes and quirks, and most
of them are pretty small and trivial.

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

Alexander Boehm (1):
      ASoC: SOF: imx8m: add SAI2,5,6,7

Arnd Bergmann (1):
      ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFER

Chenyuan Yang (1):
      ALSA: pcm: use new array-copying-wrapper

Claudiu Beznea (1):
      ASoC: da7213: Initialize the mutex

Daniel Baluta (2):
      ASoC: SOF: imx: Add mach entry to select cs42888 topology
      ASoC: amd: acp: Fix possible deadlock

Detlev Casanova (1):
      ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback

Fabio Estevam (1):
      ASoC: dt-bindings: ti,pcm1681: Fix the binding title

Geert Uytterhoeven (2):
      ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICES
      firmware: cs_dsp: FW_CS_DSP_KUNIT_TEST should not select REGMAP

Hans de Goede (1):
      ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V

Iuliana Prodan (3):
      dt-bindings: arm: imx: Add board revisions for i.MX8MP, i.MX8QM and i.MX8QXP
      ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisions
      ASoC: SOF: imx8m: Add entry for new 8M Plus revision

Ivaylo Dimitrov (1):
      ASoC: audio-graph-card2: use correct endpoint when getting link parameters

Kuan-Wei Chiu (1):
      ALSA: hda: Fix headset detection failure due to unstable sort

Lianqin Hu (1):
      ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro

Luoxi Li (1):
      ASoC: use to_platform_device() instead of container_of()

Mario Limonciello (1):
      ASoC: acp: Support microphone from Lenovo Go S

Ondrej Jirman (1):
      ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit control

Shengjiu Wang (2):
      ASoC: fsl_asrc_m2m: only handle pairs for m2m in the suspend
      ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run()

Takashi Iwai (2):
      ALSA: hda/realtek: Fix quirk matching for Legion Pro 7
      ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro 7130

Zhang Yi (1):
      ASoC: codecs: ES8326: Improved PSRR

---
 Documentation/devicetree/bindings/arm/fsl.yaml     |  3 ++
 .../devicetree/bindings/sound/ti,pcm1681.yaml      |  2 +-
 drivers/firmware/cirrus/Kconfig                    |  6 +--
 sound/core/pcm_native.c                            |  2 +-
 sound/pci/hda/hda_auto_parser.c                    |  8 ++-
 sound/pci/hda/hda_auto_parser.h                    |  1 +
 sound/pci/hda/patch_realtek.c                      | 18 ++++++-
 sound/soc/amd/acp/acp-i2s.c                        |  1 +
 sound/soc/amd/yc/acp6x-mach.c                      | 28 ++++++++++
 sound/soc/codecs/da7213.c                          |  2 +
 sound/soc/codecs/es8316.c                          |  2 +-
 sound/soc/codecs/es8326.c                          |  4 +-
 sound/soc/codecs/rt5514.c                          |  3 +-
 sound/soc/fsl/Kconfig                              |  1 +
 sound/soc/fsl/fsl_asrc_m2m.c                       | 16 +++---
 sound/soc/generic/audio-graph-card2.c              | 62 ++++++++++------------
 sound/soc/intel/boards/bytcr_rt5640.c              | 17 +++++-
 sound/soc/renesas/Kconfig                          |  2 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c              | 31 ++++++++++-
 sound/soc/sof/imx/imx8.c                           | 24 ++++++++-
 sound/soc/sof/imx/imx8m.c                          | 52 +++++++++++++++++-
 sound/soc/sof/imx/imx8ulp.c                        |  3 +-
 sound/soc/sof/intel/bdw.c                          |  3 +-
 sound/soc/sof/intel/byt.c                          |  3 +-
 sound/soc/sof/mediatek/mt8186/mt8186.c             |  2 +-
 sound/soc/sof/mediatek/mt8195/mt8195.c             |  6 +--
 sound/usb/quirks.c                                 |  2 +
 27 files changed, 233 insertions(+), 71 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ