mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
alsa: add timerfd based playback example
This commit is contained in:
parent
f5f5beb0ec
commit
a417ffcd38
2 changed files with 235 additions and 0 deletions
|
|
@ -35,6 +35,13 @@ executable('spa-acp-tool',
|
|||
install : true,
|
||||
)
|
||||
|
||||
|
||||
executable('test-timer',
|
||||
[ 'test-timer.c' ],
|
||||
dependencies : [ alsa_dep, mathlib ],
|
||||
install : false,
|
||||
)
|
||||
|
||||
if libudev_dep.found()
|
||||
install_data(alsa_udevrules,
|
||||
install_dir : udevrulesdir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue