This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0a44cac81050 Merge tag 'dma-mapping-5.6' of git://git.infradead.org/use [...] new bb51e669fa49 ALSA: seq: Avoid concurrent access to queue flags new dc7497795e01 ALSA: seq: Fix concurrent access to queue current tick/time new dfa9a5efe8b9 ALSA: rawmidi: Avoid bit fields for state flags new a655e2b107d4 ALSA: hda/realtek - Apply quirk for MSI GP63, too new cc5049ae4d45 ALSA: hda/realtek - Apply quirk for yet another MSI laptop new 44eeb081b863 ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs new d1520889782d ASoC: fsl_sai: Fix exiting path on probing failure new 9437bfda00f3 ASoC: atmel: fix atmel_ssc_set_audio link failure new 43bcb1c05078 ALSA: hda: do not override bus codec_mask in link_get() new 816938b272b0 ASoC: SOF: Intel: hda: fix ordering bug in resume flow new af7aae1b1f63 ASoC: SOF: Intel: hda: move i915 init earlier new 1880b1f1d686 ASoC: amd: Buffer Size instead of MAX Buffer new b6570fdb96ed ASoC: codec2codec: avoid invalid/double-free of pcm runtime new 4b8a1ca46283 ASoC: max98090: revert invalid fix for handling SHDN new 8f486296459c ASoC: dapm: remove snd_soc_dapm_put_enum_double_locked new 4aadf4b49ec7 ASoC: hdmi-codec: set plugged_cb to NULL when component removing new 3bc7b6c15fff ASoC: amd: ACP needs to be powered off in BIOS. new 96781fd941b3 ASoC: sun8i-codec: Fix setting DAI data format new 385536090b18 Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pu [...] new fa079ba8a98d Merge tag 'sound-5.6-rc3' of git://git.kernel.org/pub/scm/ [...] new e7598fac323a iommu/vt-d: Fix compile warning from intel-svm.h new 1d4615978f52 iommu/vt-d: Add attach_deferred() helper new 034d98cc0cdc iommu/vt-d: Move deferred device attachment into helper function new a11bfde9c77d iommu/vt-d: Do deferred attachment in iommu_need_mapping() new 96d170f3b1a6 iommu/vt-d: Remove deferred_attach_domain() new 1ddb32da4a62 iommu/vt-d: Simplify check in identity_mapping() new 3dfee47b215e iommu/amd: Disable IOMMU on Stoney Ridge systems new faf305c51aea iommu/qcom: Fix bogus detach logic new ab362fffa0fe iommu/arm-smmu: Restore naming of driver parameter prefix new 4b205766d8fc Merge tag 'iommu-fixes-v5.6-rc2' of git://git.kernel.org/p [...]
The 30 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: drivers/iommu/Makefile | 4 +- drivers/iommu/amd_iommu_init.c | 13 +- drivers/iommu/intel-iommu.c | 41 ++-- drivers/iommu/qcom_iommu.c | 28 +-- include/linux/intel-svm.h | 2 +- include/sound/rawmidi.h | 6 +- include/sound/soc-dapm.h | 2 - sound/core/seq/seq_clientmgr.c | 4 +- sound/core/seq/seq_queue.c | 29 ++- sound/core/seq/seq_timer.c | 13 +- sound/core/seq/seq_timer.h | 3 +- sound/hda/ext/hdac_ext_controller.c | 9 +- sound/hda/hdmi_chmap.c | 2 +- sound/pci/hda/hda_codec.c | 2 +- sound/pci/hda/hda_eld.c | 2 +- sound/pci/hda/hda_sysfs.c | 4 +- sound/pci/hda/patch_realtek.c | 2 + sound/soc/amd/raven/acp3x-i2s.c | 8 + sound/soc/amd/raven/acp3x-pcm-dma.c | 7 +- sound/soc/amd/raven/pci-acp3x.c | 23 -- sound/soc/atmel/Kconfig | 4 +- sound/soc/atmel/Makefile | 10 +- sound/soc/codecs/hdmi-codec.c | 10 + sound/soc/codecs/max98090.c | 434 ++++++++++-------------------------- sound/soc/codecs/max98090.h | 3 +- sound/soc/fsl/fsl_sai.c | 22 +- sound/soc/soc-dapm.c | 57 ++--- sound/soc/sof/intel/hda-codec.c | 12 +- sound/soc/sof/intel/hda-dsp.c | 11 + sound/soc/sof/intel/hda.c | 19 +- sound/soc/sunxi/sun8i-codec.c | 3 +- 31 files changed, 316 insertions(+), 473 deletions(-)