[GIT PULL] sound fixes for 5.14-rc1

From: Takashi Iwai
Date: Fri Jul 09 2021 - 04:17:54 EST


Linus,

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

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

The topmost commit is 24d1e49415be546470b20429d748e240d0518b7e

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

sound fixes for 5.14-rc1

Just a collection of small fixes here: the most outstanding one is
the re-application of USB-audio lowlatency support that was reverted
in the previous PR. The rest are device-specific quirks/fixes,
spelling fixes and a regression fix for the old intel8x0 driver.

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

Frank Schäfer (1):
ALSA: hda/realtek: fix mute led of the HP Pavilion 15-eh1xxx series

Takashi Iwai (2):
ALSA: usb-audio: Reduce latency at playback start, take#2
ALSA: intel8x0: Fix breakage at ac97 clock measurement

Takashi Sakamoto (1):
ALSA: bebob: correct duplicated entries with TerraTec OUI

Zhen Lei (1):
ALSA: isa: Fix error return code in snd_cmi8330_probe()

gushengxian (4):
ALSA: x86: fix spelling mistakes
ALSA: usx2y: fix spelling mistakes
ALSA: usb-audio: fix spelling mistakes
ALSA: emux: fix spelling mistakes

---
sound/firewire/bebob/bebob.c | 5 ++---
sound/isa/cmi8330.c | 2 +-
sound/pci/hda/patch_realtek.c | 1 +
sound/pci/intel8x0.c | 2 +-
sound/synth/emux/emux_nrpn.c | 2 +-
sound/synth/emux/soundfont.c | 6 +++---
sound/usb/card.h | 3 ++-
sound/usb/endpoint.c | 4 ++--
sound/usb/media.c | 2 +-
sound/usb/mixer_s1810c.c | 2 +-
sound/usb/mixer_scarlett.c | 2 +-
sound/usb/pcm.c | 26 +++++++++++++++++++++-----
sound/usb/usx2y/usbusx2yaudio.c | 2 +-
sound/usb/usx2y/usx2yhwdeppcm.c | 2 +-
sound/x86/intel_hdmi_audio.c | 6 +++---
sound/x86/intel_hdmi_audio.h | 2 +-
16 files changed, 43 insertions(+), 26 deletions(-)