2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/sound/soc/intel/avs
Linus Torvalds af477f4d5a sound fixes for 6.16-rc1
A collection of fix patches for 6.16-rc1 merge window.
 Most of changes are about ASoC, especially lots of AVS driver fixes.
 Larger LOCs are seen in TAS571x codec drivers, but the changes are
 trivial and safe.  The rest are all device-specific small fixes.
 -----BEGIN PGP SIGNATURE-----
 
 iQJCBAABCAAsFiEEIXTw5fNLNI7mMiVaLtJE4w1nLE8FAmhD9KAOHHRpd2FpQHN1
 c2UuZGUACgkQLtJE4w1nLE9N+g/+OmjHUQ4coYPAdb5NOoH/9n92N8Tq6xZXwlFq
 ISgTjcpojCiNH2qj6/0i9TBDMTUbt/QOghTfpCy2ikLIRLsym50ZUMvI5JkpH5P7
 Z8lWnf0vQGJDbCdrPaWsn7mUEAd3mWSnsEb39Dr+wQ6fv3TASXFb8DvO6p+YD3aU
 EaTnYDDBm3OCZpLMQfahynqiTA5f8AcbGHsrvsUM6xZ3FiZUIgvW8XTKm21XvYUQ
 nxLl0xzygpu+iSA10hTI/aP9c3tOT7B0Wq7BA8UtQBkLUgtqkaSXKmgqJpcF3QSk
 yKLyZP0zBW3bo8Q+jEvnpBzfUuMdWR0uBlNKxXDsWNJZxwnXfGsjK0nJ+qXuCMLT
 YWEVsLhm/L/fWObZkn7kivY8NMxJFqsgYoj7e1CYIsHTlW/rDkzoPVI0zATuZOOp
 fR65VxVb+b0Q/E14xKjXfczS3jUUPpGMVC86lW8pa3la2G71tyCdtOUKOkoJRKEj
 1YqYtkyu5JlQ5FeKG6tz05CiUALKeaC0KoVpf44/tGAdxxk8+vwNXxxPfJhVJgeY
 5A9eof5xPdTv5vGBpAHTUCyP3uhLLfBWyptpoQYilkij0yaKSj1tBhSdHirjSdNn
 uHGeEq8zN/h7RGZcAZE0r7VQEIeJJAqlUvKmczuns+74aVB9ZD2bbEVLFQrlMz3w
 u+BN26Y=
 =T+Ix
 -----END PGP SIGNATURE-----

Merge tag 'sound-fix-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull sound fixes from Takashi Iwai:
 "A collection of fix patches for the 6.16-rc1 merge window.

  Most of changes are about ASoC, especially lots of AVS driver fixes.
  Larger LOCs are seen in TAS571x codec drivers, but the changes are
  trivial and safe. The rest are all device-specific small fixes"

* tag 'sound-fix-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (27 commits)
  ASoC: Intel: avs: boards: Fix rt5663 front end name
  ASoC: Intel: avs: Simplify verification of parse_int_array() result
  ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1
  ALSA: hda: Ignore unsol events for cards being shut down
  ALSA: hda: Add new pci id for AMD GPU display HD audio controller
  ALSA: hda: cs35l41: Constify regmap_irq_chip
  ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt 3 dock
  ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card init
  ASoC: pcm: Do not open FEs with no BEs connected
  ASoC: rt1320: fix speaker noise when volume bar is 100%
  ASoC: Intel: avs: Include missing string.h
  ASoC: Intel: avs: Verify content returned by parse_int_array()
  ASoC: Intel: avs: Verify kcalloc() status when setting constraints
  ASoC: Intel: avs: Fix paths in MODULE_FIRMWARE hints
  ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw
  ASoC: Intel: avs: Fix PPLCxFMT calculation
  ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX
  ASoC: codecs: hda: Fix RPM usage count underflow
  ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8
  ASoC: tas571x: fix tas5733 num_controls
  ...
2025-06-07 09:40:08 -07:00
..
boards ASoC: Intel: avs: boards: Fix rt5663 front end name 2025-06-03 17:04:32 +01:00
apl.c ASoC: Updates for v6.14 2025-01-20 16:15:07 +01:00
avs.h ASoC: Intel: avs: Add support for FCL platform 2025-04-08 10:25:04 +01:00
board_selection.c ASoC: Intel: avs: Simplify verification of parse_int_array() result 2025-06-03 12:06:04 +01:00
cldma.c ASoC: Intel: avs: clarify Copyright information 2024-05-06 23:59:39 +09:00
cldma.h ASoC: Intel: avs: clarify Copyright information 2024-05-06 23:59:39 +09:00
cnl.c ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers 2025-01-10 17:46:09 +01:00
control.c ASoC: Intel: avs: Add support for mute for PEAKVOL and GAIN 2025-02-24 16:01:57 +00:00
control.h ASoC: Intel: avs: Add support for mute for PEAKVOL and GAIN 2025-02-24 16:01:57 +00:00
core.c ASoC: Intel: avs: Fix paths in MODULE_FIRMWARE hints 2025-06-02 12:26:48 +01:00
debugfs.c ASoC: Intel: avs: Simplify verification of parse_int_array() result 2025-06-03 12:06:04 +01:00
dsp.c ASoC: Intel: avs: PTL-based platforms support 2025-04-07 14:39:59 +01:00
icl.c ASoC: Intel: avs: clarify Copyright information 2024-05-06 23:59:39 +09:00
ipc.c ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX 2025-06-02 12:26:45 +01:00
lnl.c ASoC: Intel: avs: PTL-based platforms support 2025-04-07 14:39:59 +01:00
loader.c ASoC: Intel: avs: Include missing string.h 2025-06-02 12:26:51 +01:00
Makefile ASoC: Intel: avs: PTL-based platforms support 2025-04-07 14:39:59 +01:00
messages.c ASoC: Intel: avs: Update VOLUME and add MUTE IPCs 2025-02-24 16:01:55 +00:00
messages.h ASoC: Intel: avs: 16 channels support 2025-04-08 10:25:08 +01:00
mtl.c ASoC: Intel: avs: PTL-based platforms support 2025-04-07 14:39:59 +01:00
path.c ASoC: Intel: avs: Verify kcalloc() status when setting constraints 2025-06-02 12:26:49 +01:00
path.h ASoC: Intel: avs: Constrain path based on BE capabilities 2025-04-08 00:53:49 +01:00
pcm.c ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw 2025-06-02 12:26:47 +01:00
pcm.h ASoC: Intel: avs: Update stream status in a separate thread 2024-10-08 10:49:11 +01:00
probes.c ASoC: Intel: avs: Use topology information for endpoint numbers 2025-04-07 15:04:04 +01:00
ptl.c ASoC: Intel: avs: PTL-based platforms support 2025-04-07 14:39:59 +01:00
registers.h ASoC: Intel: avs: PTL-based platforms support 2025-04-07 14:39:59 +01:00
skl.c ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers 2025-01-10 17:46:09 +01:00
sysfs.c ASoC: Intel: avs: clarify Copyright information 2024-05-06 23:59:39 +09:00
tgl.c x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header 2025-05-15 18:23:55 +02:00
topology.c ASoC: Intel: avs: Support 16 TDMs in dynamic assignment 2025-04-07 15:08:03 +01:00
topology.h ASoC: Intel: avs: Rename AVS_CHANNELS_MAX define 2025-04-07 15:07:58 +01:00
trace.c ASoC: Intel: avs: clarify Copyright information 2024-05-06 23:59:39 +09:00
trace.h ASoC: Intel: avs: Adjust IPC traces 2025-01-09 12:14:27 +00:00
utils.c ASoC: Intel: avs: clarify Copyright information 2024-05-06 23:59:39 +09:00
utils.h ASoC: Intel: avs: Use topology information for endpoint numbers 2025-04-07 15:04:04 +01:00