From c9822999dc2ddfc8ceff930c40dc01d753916d2e Mon Sep 17 00:00:00 2001 From: Ranjani Sridharan Date: Mon, 17 Mar 2025 08:20:34 -0700 Subject: [PATCH] tools: plugin: Fix TODOs in README Replace completed ones with new items. Signed-off-by: Ranjani Sridharan --- tools/plugin/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tools/plugin/README.md b/tools/plugin/README.md index 1a9bcff14f6b..e225437b404f 100644 --- a/tools/plugin/README.md +++ b/tools/plugin/README.md @@ -155,10 +155,7 @@ to work with 48K capture. arecord -Dsof:plugin:1:0:7:16k2c16b -f dat -r 16000 --period-size=2048 file_ns_16k.wav ``` -### TODO Items (and T-shirt size) for single pipeline E2E audio - * IPC4 support in tplg parser (M) - * IPC4 support in plugin (pipe/ipc4.c) (M) - * Fix ALSA -Dhw: device support (S), currently only default ALSA device works - * Deprecate POSIX message queues for IPC and use UNIX sockets.(S) - * Make better build system for modules i.e. remove hack-install.sh (S) - * Need a simpler aplay/arecord cmd line. +### TODO Items for single pipeline E2E audio +Use hw_params instead of hardcoded config +Add support for 24-bit and 16-bit audio +Remove duplication of kcontrols when alsamixer is opened/closed repeatedly \ No newline at end of file