OpenRTX/platform/drivers/audio
Silvano Seva 42e7521205 Fixed compilation error with GDx targets
Added codec2 as a dependency also for GD77, DM1801 and MD9600 targets to allow compilation of OpMode_17.cpp file
Stub input audio stream driver for GDx targets
2021-10-06 21:43:07 +02:00
..
audio_GDx.c Basic audio management module, controlling only speaker PA and microphone preamplifier. TG-61 2021-04-12 19:10:13 +02:00
audio_MDx.c Added macro allowing to enable the SWD debugging interface on MDx devices (TG-272 #closed) 2021-08-12 19:46:41 +02:00
audio_linux.c Audio management module for x86/64 target, only providing empty stubs since there is no hardware to control 2021-04-12 19:16:47 +02:00
inputStream_GDx.c Fixed compilation error with GDx targets 2021-10-06 21:43:07 +02:00
inputStream_MDx.cpp Fixed bug in MDx implementation of input stream API: inputStream_stop function turned off DMA clock gating and, consequently, stomped DMA transfers towards the LCD 2021-09-19 15:15:03 +02:00
inputStream_linux.c Added codec2 as meson run time dependency when compiling for linux target, substituting the static library compiled from sources. 2021-10-06 19:35:46 +02:00