This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8afe6f0e0e25 Merge tag 'drm-fixes-2023-12-22' of git://anongit.freedesk [...] new 93cd05976498 x86/xen: add CPU dependencies for 32-bit build new b7bc7bce88bd Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org [...] new 1d656bd259ed gpiolib: cdev: add gpio_device locking wrapper around gpio [...] new 1cc3542c76ac gpio: dwapb: mask/unmask IRQ when disable/enale it new a9ca0330d222 Merge tag 'gpio-fixes-for-v6.7-rc7' of git://git.kernel.or [...] new 043465b66506 i2c: qcom-geni: fix missing clk_disable_unprepare() and ge [...] new 19cde9c92b8d i2c: rk3x: fix potential spinlock recursion on poll new b4cc1cbba519 i2c: aspeed: Handle the coalesced stop conditions with the [...] new 2618280dedb2 Merge tag 'i2c-for-6.7-rc8' of git://git.kernel.org/pub/sc [...] new 02a460adfc49 ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA new ec1de5c214eb ALSA: hda/tas2781: select program 0, conf 0 by default new 48d6b91798a6 ALSA: usb-audio: Increase delay in MOTU M quirk new 13d605e32e4c kselftest: alsa: fixed a print formatting warning new 8c4c216db8fb ALSA: hda: cs35l41: Add config table to support many lapto [...] new b592ed2e1d78 ALSA: hda: cs35l41: Support additional ASUS ROG 2023 models new a40ce9f4bdbe ALSA: hda/realtek: Add quirks for ASUS ROG 2023 models new b257187bcff4 ALSA: hda: cs35l41: Support additional ASUS Zenbook 2022 Models new 51d976079976 ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models new 2b35b66d82dc ALSA: hda: cs35l41: Support additional ASUS Zenbook 2023 Models new ae53e2198cb8 ALSA: hda/realtek: Add quirks for ASUS Zenbook 2023 Models new d20d36755a60 ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix top [...] new 12e102b1bd22 ASoC: cs35l45: Use modern pm_ops new c3c8b088949b ASoC: cs35l45: Prevent IRQ handling when suspending/resuming new a0ffa8115e1e ASoC: cs35l45: Prevents spinning during runtime suspend new 02a914ed475d ASoC: Intel: soc-acpi-intel-mtl-match: Change CS35L56 pref [...] new dc96528b176f ASoC: cs42l43: Don't enable bias sense during type detect new f32c80d34249 ASoC: tas2781: check the validity of prm_no/cfg_no new 99c7bb44f574 ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifeta [...] new b1b6131bca35 ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk new 025222a9d6d2 ASoC: hdmi-codec: fix missing report for jack initial status new 8f0f01647550 ASoC: fsl_sai: Fix channel swap issue on i.MX8MP new 092a13624709 Merge tag 'asoc-fix-v6.7-rc7' of https://git.kernel.org/pu [...] new ed7326a24a1a ALSA: hda: cs35l41: Do not allow uninitialised variables t [...] new 916d051730ae ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled [...] new 5414aea7b750 Merge tag 'sound-6.7-rc7' of git://git.kernel.org/pub/scm/ [...]
The 35 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: arch/x86/xen/Kconfig | 1 + drivers/gpio/gpio-dwapb.c | 12 +- drivers/gpio/gpiolib-cdev.c | 16 +- drivers/i2c/busses/i2c-aspeed.c | 48 ++- drivers/i2c/busses/i2c-qcom-geni.c | 8 +- drivers/i2c/busses/i2c-rk3x.c | 13 +- sound/pci/hda/cs35l41_hda.c | 2 + sound/pci/hda/cs35l41_hda.h | 5 +- sound/pci/hda/cs35l41_hda_property.c | 365 +++++++++++++++++++--- sound/pci/hda/patch_realtek.c | 38 ++- sound/pci/hda/tas2781_hda_i2c.c | 4 + sound/soc/codecs/cs35l45-i2c.c | 2 +- sound/soc/codecs/cs35l45-spi.c | 2 +- sound/soc/codecs/cs35l45.c | 56 +++- sound/soc/codecs/cs42l43-jack.c | 23 +- sound/soc/codecs/hdmi-codec.c | 12 +- sound/soc/codecs/tas2781-fmwlib.c | 14 +- sound/soc/fsl/fsl_sai.c | 3 + sound/soc/intel/boards/bytcr_rt5640.c | 31 +- sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 8 +- sound/soc/sof/mediatek/mt8186/mt8186.c | 3 - sound/usb/quirks.c | 4 +- tools/testing/selftests/alsa/mixer-test.c | 2 +- 23 files changed, 549 insertions(+), 123 deletions(-)