OpenRTX/platform/drivers/audio
Silvano Seva 316e588bc3 Updated copyright headers 2022-06-02 09:56:05 +02:00
..
audio_GDx.c Updated copyright headers 2022-06-02 09:56:05 +02:00
audio_MDx.c Updated copyright headers 2022-06-02 09:56:05 +02:00
audio_Mod17.c Updated copyright headers 2022-06-02 09:56:05 +02:00
audio_linux.c Updated copyright headers 2022-06-02 09:56:05 +02:00
inputStream_GDx.c Updated copyright headers 2022-06-02 09:56:05 +02:00
inputStream_MDx.cpp Fixed bug in MDx input stream driver causing the SPI clock line towards the DMR chip to be set as analog input when an audio stream from the RF stage was opened 2022-05-27 21:48:47 +02:00
inputStream_Mod17.cpp Fixed bug to Module 17 input stream driver causing the thread waiting on inputStream_getData() to not be woken up when stream was stopped 2022-05-27 21:48:47 +02:00
inputStream_linux.c Cleanup demodulator, improved quantization log 2022-05-27 21:49:33 +02:00
outputStream_GDx.c Stub implementatio of output stream driver for GDx devices 2022-05-27 21:48:47 +02:00
outputStream_MDx.cpp Restoring priority level of output streams to PRIO_BEEP when the stream terminates, made M17Modulator::emitBaseband() wait for effective stream termination before returning when transmission stop is requested. Fixes #76 2022-05-27 21:49:33 +02:00
outputStream_Mod17.cpp Restoring priority level of output streams to PRIO_BEEP when the stream terminates, made M17Modulator::emitBaseband() wait for effective stream termination before returning when transmission stop is requested. Fixes #76 2022-05-27 21:49:33 +02:00
outputStream_linux.c Stub implementation of output stream driver for linux emulator 2022-05-27 21:48:47 +02:00