OpenRTX/platform/drivers/audio
Silvano Seva 08cd620951 Audio: stm32_dac: fixed missing restore of output idle level after stream end
On CKS32F407 the external trigger source for a DAC channel needs to be disabled
in order for the writes to the DAC data registers to be effective. This is
coherent with the STM32F4 reference manual, but the STM32 devices update the DAC
output on a register write wether the external trigger is enabled or not.
2025-03-16 10:13:00 +01:00
..
Cx000_dac.cpp Cx000 DAC: added functions for "beep" tone generation 2024-10-26 12:26:03 +02:00
Cx000_dac.h Cx000 DAC: added functions for "beep" tone generation 2024-10-26 12:26:03 +02:00
MAX9814.h Implemented mic gain setting based on UI for Module 17 2023-05-29 22:12:40 +02:00
MAX9814_Mod17.cpp Moved gpio.h to peripherals 2023-07-21 19:27:14 +02:00
audio_CS7000.cpp CS7000: audio: manage swap between internal and accessory mic/spk 2025-03-16 10:13:00 +01:00
audio_GDx.c GDx: fixed missing audio output from RTX stage 2024-06-21 18:00:18 +02:00
audio_MDx.cpp Added volume level to device state data structure. 2024-10-25 18:48:58 +02:00
audio_Mod17.c Stm32 DAC: moved parameter for idle level from config to init function argument 2024-07-10 09:16:14 +02:00
audio_linux.c Linux: fixed compilation errors due to missing gpio-native.h header file 2024-06-23 09:39:43 +02:00
audio_ttwrplus.c Audio: ttwrplus: added missing include for SA8x8 driver 2025-01-29 09:11:56 +01:00
file_source.c Driver for file-based audio input device 2023-11-12 12:34:37 +01:00
file_source.h Driver for file-based audio input device 2023-11-12 12:34:37 +01:00
stm32_adc.cpp Made "static" all the variables local to each translation unit 2024-02-01 11:07:20 +01:00
stm32_adc.h Audio device driver for STM32F4xx ADC peripheral 2023-08-30 18:04:25 +02:00
stm32_dac.cpp Audio: stm32_dac: fixed missing restore of output idle level after stream end 2025-03-16 10:13:00 +01:00
stm32_dac.h Stm32 DAC: moved parameter for idle level from config to init function argument 2024-07-10 09:16:14 +02:00
stm32_pwm.cpp Audio device driver for STM32F4xx PWM-based 8-bit DAC emulation 2023-08-30 18:04:25 +02:00
stm32_pwm.h Audio device driver for STM32F4xx PWM-based 8-bit DAC emulation 2023-08-30 18:04:25 +02:00