wov_capture & llext: WCL support, static build, and plain-PCM backend - #11165
Open
naveen-manohar wants to merge 3 commits into
Open
wov_capture & llext: WCL support, static build, and plain-PCM backend#11165naveen-manohar wants to merge 3 commits into
naveen-manohar wants to merge 3 commits into
Conversation
Add missing components to WCL modules overlay: CONFIG_COMP_DRC=m CONFIG_COMP_MULTIBAND_DRC=m CONFIG_COMP_TDFB=m CONFIG_COMP_VOLUME=m Signed-off-by: Naveen Manohar <naveen.m@intel.com>
Host-linked wov_capture_app fails to exec on Android: glibc interpreter path(/lib64/ld-linux-x86-64.so) does not exist under Bionic, so kernel returns ENOENT though file present. Add STATIC=1 to link libtinycompress.a fully static, removing the dynamic interpreter dependency and install-android target that adb pushes to /data/local/tmp. Signed-off-by: Naveen Manohar <naveen.m@intel.com>
Some topologies expose WOV keyword capture as a plain PCM device (pcmC*D*c) instead of a compress node. Add a raw-ioctl PCM backend & auto-detect it when compress node is missing, behind the existing wov_dev wrapper. add -2 to capture 2 channels (default stays 1ch). Usage: wov_capture_app -c 0 -d 11 -o /tmp -v Signed-off-by: Naveen Manohar <naveen.m@intel.com>
naveen-manohar
requested review from
dbaluta,
jsarha,
kv2019i,
lbetlej,
lgirdwood,
mmaka1,
plbossart and
ranj063
as code owners
September 3, 2026 17:34
naveen-manohar
force-pushed
the
ww364_wcl-uaol-wov-001_APP
branch
from
September 3, 2026 17:35
e8da442 to
9411d05
Compare
PR 11165: test resultsRun date: 2026-09-03 17:58 UTC Tested commit: 9411d05d28047683a9baa630acd2d19a4d9a9e41 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patches updates audio modules and extends wov_capture utility to
support Android environment, alternate topology node types.