[GIT PULL] sound fixes for 6.1-rc6

From: Takashi Iwai
Date: Fri Nov 18 2022 - 04:46:01 EST


Linus,

please pull sound fixes for v6.1-rc6 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc6

The topmost commit is 1abfd71ee8f3ed99c5d0df5d9843a360541d6808

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

sound fixes for 6.1-rc6

A fair amount of commits at this time due to ASoC PR merge, but all
look small and easy, mostly device-specific fixes spanned in various
drivers. Hopefully this should be the last big chunk for 6.1.

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

Brent Mendelsohn (1):
ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table

Chen Zhongjin (2):
ASoC: core: Fix use-after-free in snd_soc_exit()
ASoC: soc-utils: Remove __exit for snd_soc_util_exit()

Emil Flink (1):
ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro

Hans de Goede (1):
ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01

Jason Montleon (2):
ASoC: rt5514: fix legacy dai naming
ASoC: rt5677: fix legacy dai naming

Kai Vehmanen (1):
ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1 and older

Maarten Zanders (1):
ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N

Martin Povišer (3):
ASoC: tas2770: Fix set_tdm_slot in case of single slot
ASoC: tas2764: Fix set_tdm_slot in case of single slot
ASoC: tas2780: Fix set_tdm_slot in case of single slot

Olivier Moysan (1):
ASoC: stm32: dfsdm: manage cb buffers cleanup

Paul Cercueil (1):
ASoC: dapm: Don't use prefix for regulator name

Peter Ujfalusi (1):
ASoC: SOF: topology: No need to assign core ID if token parsing failed

Pierre-Louis Bossart (2):
ASoC: Intel: soc-acpi: add ES83x6 support to IceLake
ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake

Takashi Iwai (2):
ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360

Tzung-Bi Shih (1):
MAINTAINERS: update Tzung-Bi's email address

Zhu Ning (1):
ASoC: sof_es8336: reduce pop noise on speaker

---
.mailmap | 1 +
.../bindings/sound/google,cros-ec-codec.yaml | 2 +-
.../devicetree/bindings/sound/realtek,rt1015p.yaml | 2 +-
MAINTAINERS | 2 +-
include/sound/sof/info.h | 4 ++
sound/hda/intel-dsp-config.c | 5 ++
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/amd/yc/acp6x-mach.c | 7 +++
sound/soc/codecs/rt5514-spi.c | 15 +++---
sound/soc/codecs/rt5677-spi.c | 19 +++----
sound/soc/codecs/tas2764.c | 19 +++----
sound/soc/codecs/tas2770.c | 20 +++-----
sound/soc/codecs/tas2780.c | 19 +++----
sound/soc/fsl/fsl_asrc.c | 2 +-
sound/soc/fsl/fsl_esai.c | 2 +-
sound/soc/fsl/fsl_sai.c | 2 +-
sound/soc/intel/boards/bytcht_es8316.c | 7 +++
sound/soc/intel/boards/sof_es8336.c | 60 +++++++++++++++++-----
sound/soc/intel/common/soc-acpi-intel-icl-match.c | 13 +++++
sound/soc/soc-core.c | 17 +++++-
sound/soc/soc-dapm.c | 2 +-
sound/soc/soc-utils.c | 2 +-
sound/soc/sof/ipc3-topology.c | 15 ++++--
sound/soc/sof/topology.c | 20 ++++----
sound/soc/stm/stm32_adfsdm.c | 11 ++++
sound/usb/midi.c | 4 +-
26 files changed, 176 insertions(+), 98 deletions(-)