summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc77x/m200/audio-m200.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc77x/m200/audio-m200.c')
-rw-r--r--firmware/target/arm/tcc77x/m200/audio-m200.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/tcc77x/m200/audio-m200.c b/firmware/target/arm/tcc77x/m200/audio-m200.c
index bd85e0b573..107b2743ae 100644
--- a/firmware/target/arm/tcc77x/m200/audio-m200.c
+++ b/firmware/target/arm/tcc77x/m200/audio-m200.c
@@ -26,11 +26,6 @@
26int audio_channels = 2; 26int audio_channels = 2;
27int audio_output_source = AUDIO_SRC_PLAYBACK; 27int audio_output_source = AUDIO_SRC_PLAYBACK;
28 28
29void audiohw_enable_output(bool on)
30{
31 (void)on;
32}
33
34void audio_set_output_source(int source) 29void audio_set_output_source(int source)
35{ 30{
36 (void)source; 31 (void)source;