This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ca9c7abf9502 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new da42bcb30e00 ALSA: hda/tas2781: Use standard clamp() macro new 69d0fd348d31 ASoC: dmaengine: Drop unused iov_iter for process callback new ef98a4883298 ASoC: Name iov_iter argument as iterator instead of buffer new e14ebde5df2a ALSA: pcm: Fix error checks of default read/write copy ops new 4cbc7d9cdfbe ALSA: sb: Fix wrong argument in commented code new 99bf5b0baac9 ALSA: hda/cirrus: Fix broken audio on hardware with two CS [...] new b1757fa30ef1 ALSA: usb-audio: Fix potential memory leaks at error path [...] new 86496fd4a2fa ALSA: seq: Fix snd_seq_expand_var_event() call to user-space new e43252db7e20 ALSA: hda/realtek - ALC287 I2S speaker platform support new 11b0b802f8e3 ASoC: codecs: wcd93xx: fix object added to multiple drivers new bfd73b601ac8 ASoC: cs35l45: Add support for Chip ID 0x35A460 new a47f7bf97c98 ASoC: cs35l45: Fix "Dead assigment" warning new e041b85006f4 ASoC: cs35l45: Rename DACPCM1 Source control new 9e07f8bfd959 ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe() new b5f3cec3159d ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc new 06afec5c988a ASoC: cs35l56: Waiting for firmware to boot must be tolera [...] new c87906a7d56e MAINTAINERS: Update the MAINTAINERS enties for TEXAS INSTR [...] new d1cf5d30b43f ASoC: amd: yc: Add DMI entries to support Victus by HP Gam [...] new 5366a64033ef ASoC: rt5645: NULL pointer access when removing jack new 739c031110da ASoC: Intel: avs: Provide support for fallback topology new cfff2a7794d2 ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL new ecc8b4d0b6e1 Merge tag 'asoc-fix-v6.6-merge-window' of https://git.kern [...] new a3d231e44ab8 Merge tag 'sound-fix-6.6-rc1' of git://git.kernel.org/pub/ [...] new 180b10bd160b gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_rel [...] new d30c0d326b43 Merge tag 'gpio-fixes-for-v6.6-rc1' of git://git.kernel.or [...] new 081690e94118 powercap: intel_rapl: Fix invalid setting of Power Limit 4 new fd88c59e7929 Merge tag 'pm-6.6-rc1-3' of git://git.kernel.org/pub/scm/l [...] new 9ffa7b92bc76 thermal: core: Clean up headers of thermal zone registrati [...] new d332db8fc1a2 thermal: core: Add function for registering tripless therm [...] new cbcd51e822bf thermal: Use thermal_tripless_zone_device_register() new edd220b33f47 thermal: core: Drop thermal_zone_device_register() new 32bf43e4efdb Merge tag 'thermal-6.6-rc1-3' of git://git.kernel.org/pub/ [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/sound/fsl,easrc.yaml | 8 +++- MAINTAINERS | 2 +- drivers/gpio/gpio-zynq.c | 26 ++++++++++- drivers/power/supply/power_supply_core.c | 4 +- drivers/powercap/intel_rapl_common.c | 4 +- drivers/thermal/armada_thermal.c | 5 ++- drivers/thermal/dove_thermal.c | 4 +- .../intel/int340x_thermal/int3400_thermal.c | 6 +-- drivers/thermal/kirkwood_thermal.c | 4 +- drivers/thermal/spear_thermal.c | 4 +- drivers/thermal/thermal_core.c | 16 +++---- include/linux/thermal.h | 51 ++++++++++++++-------- include/sound/dmaengine_pcm.h | 2 +- include/sound/soc-component.h | 4 +- sound/core/pcm_lib.c | 8 ++-- sound/core/seq/seq_memory.c | 9 +++- sound/isa/sb/emu8000_pcm.c | 2 +- sound/pci/hda/patch_cs8409.c | 2 +- sound/pci/hda/patch_cs8409.h | 1 + sound/pci/hda/patch_realtek.c | 30 +++++++++++++ sound/pci/hda/tas2781_hda_i2c.c | 16 ++----- sound/soc/amd/yc/acp6x-mach.c | 14 ++++++ sound/soc/atmel/mchp-pdmc.c | 2 +- sound/soc/codecs/Kconfig | 6 +++ sound/soc/codecs/Makefile | 8 ++-- sound/soc/codecs/cs35l45.c | 11 ++--- sound/soc/codecs/cs35l56-shared.c | 29 ++++++------ sound/soc/codecs/cs42l43.c | 3 +- sound/soc/codecs/rt5645.c | 16 ++++--- sound/soc/codecs/wcd-clsh-v2.c | 8 ++++ sound/soc/intel/avs/pcm.c | 22 ++++++++++ sound/soc/soc-component.c | 4 +- sound/soc/soc-generic-dmaengine-pcm.c | 10 ++--- sound/soc/stm/stm32_sai_sub.c | 2 +- sound/usb/midi2.c | 7 ++- 35 files changed, 241 insertions(+), 109 deletions(-)