if(CONFIG_AUDIO)
  zephyr_library()
  zephyr_library_sources(src/audio.c)
  zephyr_include_directories(include)
endif()