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]
Date:   Fri, 04 Sep 2020 09:54:05 +0200
From:   Takashi Iwai <tiwai@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.9-rc4

Linus,

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

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

The topmost commit is 6a6660d049f88b89fd9a4b9db3581b245f7782fa

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

sound fixes for 5.9-rc4

A collection of small changes, nothing intrusive:

* Remaining tasklet API conversions, now all sound stuff have been
  converted
* A few HD-audio and USB-audio quirks and minor fixes
* FireWire Tascam and Digi00xx fixes
* Drop of kernel WARNING from PCM OSS for syzkaller

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

Adrien Crivelli (1):
      ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion NT950XCJ-X716A

Allen Pais (10):
      ALSA: core: convert tasklets to use new tasklet_setup() API
      ALSA: firewire: convert tasklets to use new tasklet_setup() API
      ALSA: pci/asihpi: convert tasklets to use new tasklet_setup() API
      ALSA: riptide: convert tasklets to use new tasklet_setup() API
      ALSA: hdsp: convert tasklets to use new tasklet_setup() API
      ASoC: fsl_esai: convert tasklets to use new tasklet_setup() API
      ASoC: siu: convert tasklets to use new tasklet_setup() API
      ASoC: txx9: convert tasklets to use new tasklet_setup() API
      ALSA: usb-audio: convert tasklets to use new tasklet_setup() API
      ALSA: ua101: convert tasklets to use new tasklet_setup() API

Dan Crawford (1):
      ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A PRO

František Kučera (1):
      ALSA: usb-audio: Add basic capture support for Pioneer DJ DJM-250MK2

Joshua Sivec (1):
      ALSA: usb-audio: Add implicit feedback quirk for UR22C

Kai Vehmanen (1):
      ALSA: hda/hdmi: always check pin power status in i915 pin fixup

Kai-Heng Feng (1):
      ALSA: usb-audio: Disable autosuspend for Lenovo ThinkStation P620

Mohan Kumar (2):
      ALSA: hda: Fix 2 channel swapping for Tegra
      ALSA: hda/tegra: Program WAKEEN register for Tegra

Pierre-Louis Bossart (2):
      ALSA: hda: add dev_dbg log when driver is not selected
      ALSA: hda: use consistent HDAudio spelling in comments/docs

Rander Wang (2):
      ALSA: hda: hdmi - add Rocketlake support
      ALSA: hda: fix a runtime pm issue in SOF when integrated GPU is disabled

Randy Dunlap (1):
      Documentation: sound/cards: fix heading underline lengths for https: changes

Takashi Iwai (2):
      ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check
      ALSA: hda/realtek - Improved routing for Thinkpad X1 7th/8th Gen

Takashi Sakamoto (2):
      ALSA; firewire-tascam: exclude Tascam FE-8 from detection
      ALSA: firewire-digi00x: exclude Avid Adrenaline from detection

Tiezhu Yang (1):
      Revert "ALSA: hda: Add support for Loongson 7A1000 controller"

Tong Zhang (1):
      ALSA: ca0106: fix error code handling

---
 Documentation/sound/cards/audigy-mixer.rst   |  2 +-
 Documentation/sound/cards/sb-live-mixer.rst  |  2 +-
 Documentation/sound/designs/timestamping.rst |  2 +-
 sound/core/oss/mulaw.c                       |  4 +-
 sound/core/timer.c                           |  7 ++-
 sound/firewire/amdtp-stream.c                |  8 +--
 sound/firewire/digi00x/digi00x.c             |  5 ++
 sound/firewire/tascam/tascam.c               | 33 ++++++++++--
 sound/hda/hdac_device.c                      |  2 +
 sound/hda/intel-dsp-config.c                 | 10 ++--
 sound/pci/asihpi/asihpi.c                    |  9 ++--
 sound/pci/ca0106/ca0106_main.c               |  3 +-
 sound/pci/hda/hda_intel.c                    |  7 ++-
 sound/pci/hda/hda_tegra.c                    |  7 +++
 sound/pci/hda/patch_hdmi.c                   |  7 +++
 sound/pci/hda/patch_realtek.c                | 46 +++++++++++++++-
 sound/pci/riptide/riptide.c                  |  6 +--
 sound/pci/rme9652/hdsp.c                     |  6 +--
 sound/pci/rme9652/hdspm.c                    |  7 ++-
 sound/soc/fsl/fsl_esai.c                     |  7 ++-
 sound/soc/sh/siu_pcm.c                       | 10 ++--
 sound/soc/txx9/txx9aclc.c                    |  7 ++-
 sound/usb/midi.c                             |  7 ++-
 sound/usb/misc/ua101.c                       |  7 ++-
 sound/usb/pcm.c                              |  2 +
 sound/usb/quirks-table.h                     | 78 ++++++++++++++++++++++++----
 sound/usb/quirks.c                           | 11 ++++
 sound/usb/usbaudio.h                         |  1 +
 sound/x86/Kconfig                            |  2 +-
 29 files changed, 227 insertions(+), 78 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ