Skip to content

[PW_SID:1140564] [v2] ASoC: spacemit: advertise only DMA-backed DAI streams - #2413

Open
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1140564
Open

[PW_SID:1140564] [v2] ASoC: spacemit: advertise only DMA-backed DAI streams#2413
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1140564

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1140564 applied to workflow__riscv__fixes

Name: [v2] ASoC: spacemit: advertise only DMA-backed DAI streams
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1140564
Version: 2

Linux RISC-V bot and others added 2 commits August 4, 2026 02:48
The static DAI template initializes both playback and capture stream
capabilities before dma-names is examined. As a result,
snd_soc_dai_stream_valid() considers both directions valid even when the
device only provides a single DMA channel.

Move the playback and capture capability initialization into
spacemit_i2s_init_dai(), where it is performed only for the stream
directions backed by a corresponding DMA channel. This preserves the
existing capabilities for devices with both "tx" and "rx" DMA channels,
while preventing unsupported stream directions from being advertised.

Initialize rate_min and rate_max together with the other stream
capabilities to preserve the existing rate constraints.

Fixes: fce2174 ("ASoC: spacemit: add i2s support for K1 SoC")
Signed-off-by: bui duc phuc <phucduc.bui@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 117.15 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1145.59 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1429.06 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.86 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.63 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.54 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 79.01 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
kdoc
Desc: Detects for kdoc errors
Duration: 0.71 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
module-param
Desc: Detect module_param changes
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2] ASoC: spacemit: advertise only DMA-backed DAI streams"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot force-pushed the workflow__riscv__fixes branch 2 times, most recently from abf8962 to 9fa746d Compare August 8, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants