From 593ed6dc72274f86046aae3dc6b264c568241917 Mon Sep 17 00:00:00 2001 From: fulup Date: Tue, 25 Jul 2017 11:37:10 +0200 Subject: Initial version of HAL with Set/Get operation --- conf.d/cmake/config.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.d/cmake') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 97c4986..e7801c8 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -45,6 +45,7 @@ set(CMAKE_BUILD_TYPE "DEBUG") # ----------------------------- add_compile_options(-DMAX_SND_CARD=16) # should be more than enough even in luxury vehicule add_compile_options(-DMAX_LINEAR_DB_SCALE=24) # until 24db volume normalisation use a simple linear scale +add_compile_options(-DTLV_BYTE_SIZE=256) # Alsa use 4096 as default but 256 should fit most sndcards # Compiler selection if needed. Overload the detected compiler. # ----------------------------------------------- -- cgit 1.2.3-korg