#include <zephyr/device.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
#include <zephyr/usb/class/usbd_uac2.h>
#include <zephyr/usb/usbd.h>
#include <cstring>
#include <functional>
#include <vector>
#include "AudioTools/Communication/USB/USBAudioConfig.h"
Go to the source code of this file.
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |
◆ LOG_MODULE_DECLARE()
| LOG_MODULE_DECLARE |
( |
usb_audio_device_zephyr |
, |
|
|
LOG_LEVEL_INF |
|
|
) |
| |