[GIT PULL] sound fixes for 5.9-rc1

From: Takashi Iwai
Date: Fri Aug 14 2020 - 03:54:29 EST


Linus,

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

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

The topmost commit is 5a25de6df789cc805a9b8ba7ab5deef5067af47e

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

sound fixes for 5.9-rc1

All device-specific small fixes and quirks mostly for usual
suspects, USB-audio and HD-audio.

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

Colin Ian King (1):
ALSA: usb-audio: fix spelling mistake "buss" -> "bus"

Dinghao Liu (1):
ALSA: echoaudio: Fix potential Oops in snd_echo_resume()

Hector Martin (3):
ALSA: usb-audio: fix overeager device match for MacroSilicon MS2109
ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109
ALSA: usb-audio: add quirk for Pioneer DDJ-RB

Hui Wang (2):
ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO
ALSA: hda - reverse the setting value in the micmute_led_set

Kai-Heng Feng (3):
ALSA: hda/realtek: Fix pin default on Intel NUC 8 Rugged
ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control
ALSA: hda/hdmi: Use force connectivity quirk on another HP desktop

Mirko Dietrich (1):
ALSA: usb-audio: Creative USB X-Fi Pro SB1095 volume knob support

Takashi Iwai (2):
ALSA: echoaduio: Drop superfluous volatile modifier
ALSA: hda/realtek - Fix unused variable warning

---
sound/pci/echoaudio/echoaudio.c | 5 +---
sound/pci/echoaudio/echoaudio.h | 2 +-
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_realtek.c | 17 +++++++----
sound/usb/card.h | 1 +
sound/usb/mixer_maps.c | 1 +
sound/usb/mixer_quirks.c | 1 +
sound/usb/mixer_us16x08.c | 2 +-
sound/usb/pcm.c | 6 ++++
sound/usb/quirks-table.h | 64 ++++++++++++++++++++++++++++++++++++++++-
sound/usb/quirks.c | 3 ++
sound/usb/stream.c | 1 +
12 files changed, 92 insertions(+), 12 deletions(-)