[GIT PULL] sound fixes for 5.11-rc1

From: Takashi Iwai
Date: Wed Dec 23 2020 - 03:32:06 EST


Linus,

please pull sound fixes for v5.11-rc1 from:

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

The topmost commit is 13be30f156fda725b168ac89fc91f78651575307

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

sound fixes for 5.11-rc1

A collection of small fixes that came up recently for 5.11.
Majority of fixes are usual HD-audio and USB-audio quirks, while
a few PCM core fixes for addressing the information leak and yet
more UBSAN fixes in the core side.

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

Amadej Kastelic (1):
ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO devices

Chris Chiu (3):
ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658
ALSA: hda/realtek: Apply jack fixup for Quanta NL3
ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G

Kailang Yang (1):
ALSA: hda/realtek - Supported Dell fixed type headset

Lars-Peter Clausen (1):
ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free()

Mike Oliphant (1):
ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1

Robin Gong (1):
ALSA: core: memalloc: add page alignment for iram

Takashi Iwai (6):
ALSA: usb-audio: Disable sample read check if firmware doesn't give back
ALSA: memalloc: Align buffer allocations in page size
ALSA: pcm: Clear the full allocated memory at hw_params
ALSA: pcm: oss: Fix a few more UBSAN fixes
ALSA: hda/realtek: Add quirk for MSI-GP73
ALSA: usb-audio: Add alias entry for ASUS PRIME TRX40 PRO-S

YangHui (1):
ALSA: core: Remove redundant comments

---
sound/core/init.c | 2 --
sound/core/memalloc.c | 4 +++-
sound/core/oss/pcm_oss.c | 22 ++++++++++++++--------
sound/core/pcm_memory.c | 10 +---------
sound/core/pcm_native.c | 9 +++++++--
sound/pci/hda/patch_realtek.c | 33 +++++++++++++++++++++++++++++++++
sound/usb/card.c | 3 +++
sound/usb/clock.c | 6 ++++++
sound/usb/implicit.c | 2 ++
sound/usb/quirks.c | 1 +
10 files changed, 70 insertions(+), 22 deletions(-)