]> git.alsa-project.org Git - tinycompress.git/commit
utils: add sofprobeclient binary
authorJyri Sarha <jyri.sarha@linux.intel.com>
Mon, 30 Mar 2026 20:45:38 +0000 (23:45 +0300)
committerJaroslav Kysela <perex@perex.cz>
Fri, 29 May 2026 12:04:53 +0000 (14:04 +0200)
commitd5018d68e256c83647b531b54b90e690fde78920
tree15a385dae75d77c328111f42b7009d88d90a7983
parent8f2fc6b92d8b9e676aa586f728ba6d646faac7db
utils: add sofprobeclient binary

Add sofprobeclient, a SOF probe client for compressed audio
capture based on crecord. Built from its own source file with
the same libtinycompress linkage as cplay and crecord.

At this phase the sofprobeclient.c is almost exact copy of
crecord.c. Only the reference to the command name have been updated
from "crecord" to "sofprobeclient".

This is a staring point for SOF probe debugging tool that uses
compressed audio capture device for routing logs and audio form
defined probe points out of the DSP subsystem.

Closes: https://github.com/alsa-project/tinycompress/pull/35
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/utils/Makefile.am
src/utils/sofprobeclient.c [new file with mode: 0644]