This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c741e49150db Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new e485382ea7eb drm/ttm: fix ttm_bo_swapout new b19926d4f3a6 drm/syncobj: Deal with signalled fences in drm_syncobj_fin [...] new 2eb557d293f7 Merge tag 'drm-misc-fixes-2021-12-09' of git://anongit.fre [...] new 9cdb54be3e46 drm/i915: Fix error pointer dereference in i915_gem_do_exe [...] new 52255ef662a5 drm/i915/gen11: Moving WAs to icl_gt_workarounds_init() new 233bee7e365a Merge tag 'drm-intel-fixes-2021-12-09' of git://anongit.fr [...] new af6902ec4156 drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset new 0755c38eb007 drm/amd/display: prevent reading unitialized links new 675a095789a2 Merge tag 'amd-drm-fixes-5.16-2021-12-08' of https://gitla [...] new 9b302ffe4e8d Merge tag 'drm-fixes-2021-12-10' of git://anongit.freedesk [...] new 9d2479c96087 ALSA: pcm: oss: Fix negative period/buffer sizes new 8839c8c0f77a ALSA: pcm: oss: Limit the period size to 16MB new 6665bb30a6b1 ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_chang [...] new b6409dd6bdc0 ALSA: ctl: Fix copy of updated id with element read/write new 619764cc2ec9 ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1 new fb1af5bea467 ALSA: usb-audio: Reorder snd_djm_devices[] entries new 12dc48f545fd ASoC: dt-bindings: wlf,wm8962: add missing interrupt property new 4999d703c0e6 ASoC: rt5682: Fix crash due to out of scope stack vars new 750dc2f62219 ASoC: rt5682s: Fix crash due to out of scope stack vars new 70408f755f58 ASoC: tegra: Balance runtime PM count new af120d07bbb0 ASoC: tegra: Use normal system sleep for SFC new c83d263a89f3 ASoC: tegra: Use normal system sleep for MVC new b78400e41653 ASoC: tegra: Use normal system sleep for Mixer new 638c31d542a5 ASoC: tegra: Use normal system sleep for AMX new cf36de4fc5ce ASoC: tegra: Use normal system sleep for ADX new 8a724d5f6090 Suspend related fixes on Tegra new 53689f7f91a2 ASoC: rockchip: i2s_tdm: Dup static DAI template new d5c137f41352 ASoC: amd: fix uninitialized variable in snd_acp6x_probe() new 046aede2f847 ASoC: SOF: Intel: Retry codec probing if it fails new 4739d88ad8e1 ASoC: qdsp6: q6routing: Fix return value from msm_routing_ [...] new 23ba28616d30 ASoC: codecs: wcd934x: handle channel mappping list correctly new d9be0ff4796d ASoC: codecs: wcd934x: return correct value from mixer put new 3fc27e9a1f61 ASoC: codecs: wsa881x: fix return values from kcontrol put new 38ddfb2699d5 Merge tag 'asoc-fix-v5.16-rc4' of https://git.kernel.org/p [...] new d7f32791a9fc ALSA: hda/realtek - Add headset Mic support for Lenovo ALC [...] new 5b46fb038397 Merge tag 'sound-5.16-rc5' of git://git.kernel.org/pub/scm [...] new 815b6cb37e8e ata: ahci_ceva: Fix id array access in ceva_ahci_read_id() new a66307d47307 libata: add horkage for ASMedia 1092 new bec8cb26f44c Merge tag 'libata-5.16-rc5' of git://git.kernel.org/pub/sc [...] new 7dba402807a8 mmc: renesas_sdhi: initialize variable properly when tuning new d594b35d3b31 mmc: mediatek: free the ext_csd when mmc_get_ext_csd success new 2ca4b65169b3 Merge tag 'mmc-v5.16-rc3' of git://git.kernel.org/pub/scm/ [...] new 39bd54d43b3f Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on [...] new ee91cb570d9b PCI: apple: Follow the PCIe specifications when resetting [...] new 5b970dfcfee9 arm64: dts: apple: t8103: Mark PCIe PERST# polarity active [...] new 87620512681a PCI: apple: Fix PERST# polarity new b8a98b6bf66a Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/ [...]
The 47 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/wlf,wm8962.yaml | 3 + arch/arm64/boot/dts/apple/t8103.dtsi | 7 +- drivers/ata/ahci_ceva.c | 3 +- drivers/ata/libata-core.c | 2 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 7 +- drivers/gpu/drm/amd/display/dc/dc_link.h | 2 + drivers/gpu/drm/drm_syncobj.c | 11 +- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 1 + drivers/gpu/drm/i915/gt/intel_workarounds.c | 18 +-- drivers/gpu/drm/ttm/ttm_bo.c | 3 +- drivers/mmc/host/mtk-sd.c | 4 +- drivers/mmc/host/renesas_sdhi_core.c | 2 +- drivers/pci/controller/pci-aardvark.c | 9 -- drivers/pci/controller/pcie-apple.c | 14 ++- sound/core/control_compat.c | 3 + sound/core/oss/pcm_oss.c | 37 ++++-- sound/pci/hda/patch_realtek.c | 80 ++++++++++--- sound/soc/amd/yc/pci-acp6x.c | 3 +- sound/soc/codecs/rt5682.c | 10 +- sound/soc/codecs/rt5682s.c | 10 +- sound/soc/codecs/wcd934x.c | 126 +++++++++++++++------ sound/soc/codecs/wsa881x.c | 16 ++- sound/soc/qcom/qdsp6/q6routing.c | 8 +- sound/soc/rockchip/rockchip_i2s_tdm.c | 52 +++++---- sound/soc/sof/intel/hda-codec.c | 14 ++- sound/soc/tegra/tegra210_adx.c | 4 +- sound/soc/tegra/tegra210_amx.c | 4 +- sound/soc/tegra/tegra210_mixer.c | 4 +- sound/soc/tegra/tegra210_mvc.c | 8 +- sound/soc/tegra/tegra210_sfc.c | 4 +- sound/usb/mixer_quirks.c | 10 +- 31 files changed, 328 insertions(+), 151 deletions(-)