This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4fa640dc5230 Merge tag 'vfio-v5.8-rc7' of git://github.com/awilliam/lin [...] new 60379ba08532 ALSA: info: Drop WARN_ON() from buffer NULL sanity check new b6aa06de7757 ASoC: qcom: Drop HAS_DMA dependency to fix link failure new 0ceb8a36d023 ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channel new 5cacc6f5764e ASoC: rt5670: Correct RT5670_LDO_SEL_MASK new 85ca6b17e2bb ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable [...] new 3f31f7d9b540 ASoC: rt5670: Fix dac- and adc- vol-tlv values being off b [...] new bc4be656471b ASoC: rt5682: cancel jack_detect_work if hs_jack is set to [...] new ad922ca199b3 ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issue new 1eb96c198aff ASoC: rockchip: add format and rate constraints on rk3399 new 5aaec71d6054 ASoC: dt-bindings: simple-card: Fix 'make dt_binding_check [...] new c0dadd298fac MAINTAINERS: Change Maintainer for some at91 drivers new 58f30150ffd6 ASoC: core: Remove only the registered component in devm f [...] new 503ed52225ed MAINTAINERS: Add Shengjiu to reviewer list of sound/soc/fsl new eceb5437ed0d ASoC: SOF: core: fix null-ptr-deref bug during device removal new a53bacc04d7e ASoC: codecs: max98373: Removed superfluous volume control [...] new 0fd3935ef888 ASoc: codecs: max98373: remove Idle_bias_on to let codec suspend new 5f886d7d2c06 Merge series "ASoC: codecs: add MAX98373 Soundwire driver" [...] new 6f0307df83f2 ASoC: topology: fix kernel oops on route addition error new 8edac489e7c3 ASoC: topology: fix tlvs in error handling for widget_dmixer new 1e9c7ce7ad82 Merge series "ASoC: topology: fix error handling flow" fro [...] new 25612477d20b ASoC: soc-dai: set dai_link dpcm_ flags with a helper new fffebe8a8339 ASoC: Intel: bdw-rt5677: fix non BE conversion new 4e7f8cac1171 ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8M new 37d65a26c963 Merge series "ASoC: more fixes for dpcm checks" from Pierr [...] new 574ea5c80eb1 ASoC: wm8974: fix Boost Mixer Aux Switch new 01283d56f0ea ASoC: wm8974: remove unsupported clock mode new 12eb3ad0638c ASoC: rt286: fix unexpected interrupt happens new fa291331cb24 ASoC: rt5682: Enable Vref2 under using PLL2 new b3df80ab6d14 ASoC: Intel: bytcht_es8316: Add missed put_device() new fe0a53044b4b ASoC: rt5682: Report the button event in the headset type only new d3bbc28bd345 Merge tag 'asoc-fix-v5.8-rc5' of https://git.kernel.org/pu [...] new 568e4e82128a ALSA: hda/realtek: Fixed ALC298 sound bug by adding quirk [...] new 8c26c87b0532 Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/ [...]
The 33 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/simple-card.yaml | 17 +++-- MAINTAINERS | 7 +- include/sound/rt5670.h | 1 + include/sound/soc-dai.h | 1 + include/sound/soc.h | 2 + sound/core/info.c | 4 +- sound/pci/hda/patch_realtek.c | 1 + sound/soc/amd/raven/pci-acp3x.c | 4 +- sound/soc/codecs/max98373.c | 8 --- sound/soc/codecs/rt286.c | 8 +-- sound/soc/codecs/rt5670.c | 75 +++++++++++++++++----- sound/soc/codecs/rt5670.h | 2 +- sound/soc/codecs/rt5682.c | 46 ++++++++----- sound/soc/codecs/wm8974.c | 6 +- sound/soc/generic/audio-graph-card.c | 4 +- sound/soc/generic/simple-card.c | 4 +- sound/soc/intel/boards/bdw-rt5677.c | 1 + sound/soc/intel/boards/bytcht_es8316.c | 4 +- sound/soc/intel/boards/cht_bsw_rt5672.c | 23 ++++--- sound/soc/qcom/Kconfig | 2 +- sound/soc/rockchip/rk3399_gru_sound.c | 13 ++++ sound/soc/soc-core.c | 27 ++++++++ sound/soc/soc-dai.c | 38 +++++++++++ sound/soc/soc-devres.c | 8 ++- sound/soc/soc-generic-dmaengine-pcm.c | 2 +- sound/soc/soc-topology.c | 24 +++++-- sound/soc/sof/core.c | 10 +-- sound/soc/sof/imx/imx8.c | 8 +++ sound/soc/sof/imx/imx8m.c | 8 +++ 29 files changed, 266 insertions(+), 92 deletions(-)