[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87sfodlzn3.wl-tiwai@suse.de>
Date: Fri, 10 Jun 2022 09:57:04 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.19-rc2
Linus,
please pull sound fixes for v5.19-rc2 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.19-rc2
The topmost commit is 5f3d696eea916693b2d4ed7e62794653fcdd6ec0
----------------------------------------------------------------
sound fixes for 5.19-rc2
Here are a collection of fixes; almost all changes are device-specific
small fixes over ASoC, HD-audio and USB-audio. No sign of serious
breakage, so far.
----------------------------------------------------------------
Adam Ford (1):
ASoC: wm8962: Fix suspend while playing music
Amadeusz Sławiński (1):
ASoC: SOF: Fix potential NULL pointer dereference
Cameron Berkenpas (1):
ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo Yoga DuetITL 2021
Charles Keepax (6):
ASoC: cs42l52: Fix TLV scales for mixer controls
ASoC: cs35l36: Update digital volume TLV
ASoC: cs53l30: Correct number of volume levels on SX controls
ASoC: cs42l52: Correct TLV for Bypass Volume
ASoC: cs42l56: Correct typo in minimum level for SX volume controls
ASoC: cs42l51: Correct minimum value for SX volume control
Dan Carpenter (2):
ASoC: SOF: ipc-msg-injector: Propagate write errors correctly
ASoC: SOF: ipc-msg-injector: Fix reversed if statement
Hui Wang (1):
ASoC: nau8822: Add operation for internal PLL off and on
Jeremy Soller (1):
ALSA: hda/realtek: Add quirk for HP Dev One
Mark Brown (2):
ASoC: es8328: Fix event generation for deemphasis control
ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
Shengjiu Wang (1):
ASoC: fsl_sai: Add support for i.MX8MN
Srinivasa Rao Mandadapu (1):
ASoC: qcom: lpass-platform: Update VMA access permissions in mmap callback
Takashi Iwai (2):
ALSA: usb-audio: Skip generic sync EP parse for secondary EP
ALSA: usb-audio: Set up (implicit) sync for Saffire 6
Yong Zhi (1):
ALSA: hda: MTL: add HD Audio PCI ID and HDMI codec vendor ID
huangwenhui (2):
ALSA: hda/conexant - Fix loopback issue with CX20632
ALSA: hda/realtek - Add HW8326 support
xliu (1):
ASoC: Intel: cirrus-common: fix incorrect channel mapping
---
sound/hda/hdac_device.c | 1 +
sound/pci/hda/hda_intel.c | 3 +++
sound/pci/hda/patch_conexant.c | 7 +++++
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_realtek.c | 16 ++++++++++++
sound/soc/codecs/cs35l36.c | 3 ++-
sound/soc/codecs/cs42l51.c | 2 +-
sound/soc/codecs/cs42l52.c | 8 +++---
sound/soc/codecs/cs42l56.c | 4 +--
sound/soc/codecs/cs53l30.c | 16 ++++++------
sound/soc/codecs/es8328.c | 5 +++-
sound/soc/codecs/nau8822.c | 4 +++
sound/soc/codecs/nau8822.h | 3 +++
sound/soc/codecs/wm8962.c | 1 +
sound/soc/codecs/wm_adsp.c | 2 +-
sound/soc/fsl/fsl_sai.c | 1 +
sound/soc/intel/boards/sof_cirrus_common.c | 40 ++++++++++++++++++++++++++---
sound/soc/qcom/lpass-platform.c | 2 +-
sound/soc/sof/sof-audio.c | 2 +-
sound/soc/sof/sof-client-ipc-msg-injector.c | 28 +++++++++++---------
sound/usb/pcm.c | 5 +++-
sound/usb/quirks-table.h | 7 ++++-
22 files changed, 124 insertions(+), 37 deletions(-)
Powered by blists - more mailing lists