diff options
Diffstat (limited to 'ALSA-afb')
-rw-r--r-- | ALSA-afb/Alsa-ApiHat.h | 2 | ||||
-rw-r--r-- | ALSA-afb/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ALSA-afb/Alsa-ApiHat.h b/ALSA-afb/Alsa-ApiHat.h index 6e50e11..b05cfbe 100644 --- a/ALSA-afb/Alsa-ApiHat.h +++ b/ALSA-afb/Alsa-ApiHat.h @@ -22,7 +22,7 @@ #include <alsa/asoundlib.h> #include <systemd/sd-event.h> -#include "audio-interface.h" +#include "audio-common.h" typedef enum { ACTION_SET, diff --git a/ALSA-afb/CMakeLists.txt b/ALSA-afb/CMakeLists.txt index 443acbd..876e837 100644 --- a/ALSA-afb/CMakeLists.txt +++ b/ALSA-afb/CMakeLists.txt @@ -32,7 +32,7 @@ PROJECT_TARGET_ADD(alsa-lowlevel) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - audio-interface + audio-common ${link_libraries} ) |