Merge tag 'sound-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "This became a slightly large collection of changes, partly because I've been off in the last weeks. Most of changes are small and scattered while a bit big change is found in HD-audio Realtek codec driver; it's a very device-specific fix that has been long wanted, so I decided to pick up although it's in the middle RC. Some highlights: - A new guard ioctl for ALSA rawmidi API to avoid the misuse of the new timestamp framing mode; it's for a regression fix - HD-audio: a revert of the 5.15 change that might work badly, new quirks for Lenovo Legion & co, a follow-up fix for CS8409 - ASoC: lots of SOF-related fixes, fsl component fixes, corrections of mediatek drivers - USB-audio: fix for the PM resume - FireWire: oxfw and motu fixes" * tag 'sound-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (25 commits) ALSA: pcsp: Make hrtimer forwarding more robust ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION ALSA: firewire-motu: fix truncated bytes in message tracepoints ASoC: SOF: trace: Omit error print when waking up trace sleepers ASoC: mediatek: mt8195: remove wrong fixup assignment on HDMITX ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplication ASoC: SOF: loader: release_firmware() on load failure to avoid batching ALSA: hda/cs8409: Setup Dolphin Headset Mic as Phantom Jack ALSA: pcxhr: "fix" PCXHR_REG_TO_PORT definition ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM types ASoC: SOF: imx: imx8: Bar index is only valid for IRAM and SRAM types ASoC: SOF: Fix DSP oops stack dump output contents ALSA: hda/realtek: Quirks to enable speaker output for Lenovo Legion 7i 15IMHG05, Yoga 7i 14ITL5/15ITL5, and 13s Gen2 laptops. ALSA: usb-audio: Unify mixer resume and reset_resume procedure Revert "ALSA: hda: Drop workaround for a hang at shutdown again" ALSA: oxfw: fix transmission method for Loud models based on OXFW971 ASoC: mediatek: common: handle NULL case in suspend/resume function ASoC: fsl_xcvr: register platform component before registering cpu dai ASoC: fsl_spdif: register platform component before registering cpu dai ASoC: fsl_micfil: register platform component before registering cpu dai ...
Showing
- MAINTAINERS 2 additions, 1 deletionMAINTAINERS
- include/sound/rawmidi.h 1 addition, 0 deletionsinclude/sound/rawmidi.h
- include/uapi/sound/asound.h 1 addition, 0 deletionsinclude/uapi/sound/asound.h
- sound/core/rawmidi.c 9 additions, 0 deletionssound/core/rawmidi.c
- sound/drivers/pcsp/pcsp_lib.c 1 addition, 1 deletionsound/drivers/pcsp/pcsp_lib.c
- sound/firewire/motu/amdtp-motu.c 4 additions, 3 deletionssound/firewire/motu/amdtp-motu.c
- sound/firewire/oxfw/oxfw.c 8 additions, 5 deletionssound/firewire/oxfw/oxfw.c
- sound/pci/hda/hda_intel.c 9 additions, 3 deletionssound/pci/hda/hda_intel.c
- sound/pci/hda/patch_cs8409.c 3 additions, 0 deletionssound/pci/hda/patch_cs8409.c
- sound/pci/hda/patch_realtek.c 129 additions, 0 deletionssound/pci/hda/patch_realtek.c
- sound/pci/pcxhr/pcxhr_core.c 1 addition, 1 deletionsound/pci/pcxhr/pcxhr_core.c
- sound/soc/fsl/fsl_esai.c 10 additions, 6 deletionssound/soc/fsl/fsl_esai.c
- sound/soc/fsl/fsl_micfil.c 10 additions, 5 deletionssound/soc/fsl/fsl_micfil.c
- sound/soc/fsl/fsl_sai.c 9 additions, 5 deletionssound/soc/fsl/fsl_sai.c
- sound/soc/fsl/fsl_spdif.c 9 additions, 5 deletionssound/soc/fsl/fsl_spdif.c
- sound/soc/fsl/fsl_xcvr.c 10 additions, 5 deletionssound/soc/fsl/fsl_xcvr.c
- sound/soc/intel/boards/sof_sdw.c 5 additions, 0 deletionssound/soc/intel/boards/sof_sdw.c
- sound/soc/mediatek/Kconfig 3 additions, 0 deletionssound/soc/mediatek/Kconfig
- sound/soc/mediatek/common/mtk-afe-fe-dai.c 11 additions, 8 deletionssound/soc/mediatek/common/mtk-afe-fe-dai.c
- sound/soc/mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c 3 additions, 4 deletionssound/soc/mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c
Please register or sign in to comment