From adaecd14d484d309e4d9ba2353ae843ab5213aec Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 10 Mar 2021 16:53:39 +0000 Subject: Initial trimui model s support --- shell/audio/alsa/sound_output.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/audio/alsa') diff --git a/shell/audio/alsa/sound_output.c b/shell/audio/alsa/sound_output.c index 5173bb6..4da70a7 100644 --- a/shell/audio/alsa/sound_output.c +++ b/shell/audio/alsa/sound_output.c @@ -132,6 +132,10 @@ void Audio_Write(int16_t* restrict buffer, uint32_t buffer_size) } } +bool Audio_Underrun_Likely() { + return false; +} + void Audio_Close() { if (handle) -- cgit v1.2.3