On Thu, 20 Jul 2023 15:05:08 +0200, Mark Brown wrote:
The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:
Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.5-rc1-2
for you to fetch changes up to 269f399dc19f0e5c51711c3ba3bd06e0ef6ef403:
ASoC: fsl_sai: Disable bit clock with transmitter (2023-07-17 19:15:07 +0100)
ASoC: Fixes for v6.5
A few more fixes for v6.5, just small driver specific ones.
Dan Carpenter (1): ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write()
Derek Fang (1): ASoC: rt5640: Fix the issue of speaker noise
Fabio Estevam (1): ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode"
Geert Uytterhoeven (1): ASoC: codecs: SND_SOC_WCD934X should select REGMAP_IRQ
Johan Hovold (15): ASoC: codecs: wcd938x: fix codec initialisation race ASoC: codecs: wcd938x: fix mbhc impedance loglevel ASoC: codecs: wcd938x: drop inline keywords ASoC: codecs: wcd938x: use dev_printk() for impedance logging ASoC: codecs: wcd934x: demote impedance printk ASoC: codecs: wcd934x: drop inline keywords ASoC: codecs: wcd938x: fix soundwire initialisation race ASoC: codecs: wcd938x: fix missing mbhc init error handling ASoC: qdsp6: audioreach: fix topology probe deferral ASoC: codecs: wcd938x: fix missing clsh ctrl error handling ASoC: codecs: wcd938x: fix resource leaks on component remove ASoC: codecs: wcd934x: fix resource leaks on component remove ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component remove ASoC: topology: suppress probe deferral errors ASoC: core: suppress probe deferral errors
Mario Limonciello (1): ASoC: amd: ps: Fix extraneous error messages
Mark Brown (3): ASoC: codecs: wcd938x/wcd934x: loglevel fix and ASoC/soundwire/qdsp6/wcd: fix leaks and probe deferral ASoC: Merge v6.5-rc2
Martin PoviĊĦer (1): MAINTAINERS: Redo addition of ssm3515 to APPLE SOUND
Mastan Katragadda (1): ASoC: SOF: amd: add revision check for sending sha dma completion command
Matthias Reichl (1): ASoC: hdmi-codec: fix channel info for compressed formats
Matus Gajdos (1): ASoC: fsl_sai: Disable bit clock with transmitter
Nathan Chancellor (1): ASoC: cs35l45: Select REGMAP_IRQ
Rob Herring (1): ASoC: dt-bindings: audio-graph-card2: Drop incomplete example
Rohit kumar (1): ASoC: dt-bindings: Update maintainer email id
Sameer Pujar (1): ASoC: rt5640: Fix sleep in atomic context
Sheetal (2): ASoC: tegra: Fix AMX byte map ASoC: tegra: Fix ADX byte map
Shuming Fan (1): ASoC: rt5645: check return value after reading device id
Srinivas Kandagatla (4): ASoC: qdsp6: q6apm: use dai link pcm id as pcm device number ASoC: qcom: q6afe-dai: fix Display Port Playback stream name ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR ASoC: qcom: q6apm: do not close GPR port before closing graph
Thomas Petazzoni (1): ASoC: cs42l51: fix driver to properly autoload with automatic module loading
Vijendar Mukunda (6): ASoC: amd: ps: add comments for DMA irq bits mapping ASoC: amd: ps: add fix for dma irq mask for rx streams for SDW0 instance ASoC: amd: ps: fix for position register set for AUDIO0 RX stream ASoC: amd: ps: add comments for DMA register mapping ASoC: amd: ps: fix byte count return value for invalid SoundWire manager instance ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()
The shortlog is confusing as if this contains so many changes, although it's basically only three no-merge commits.
In anyway, I pulled now. Thanks.
Takashi