alsa: add timerfd based playback example

This commit is contained in:
Wim Taymans 2020-11-27 10:30:54 +01:00
parent f5f5beb0ec
commit a417ffcd38
2 changed files with 235 additions and 0 deletions

View file

@ -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,