summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 34a253e893..31be0555f8 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -452,10 +452,6 @@ void audiohw_set_volume(int vol_l, int vol_r);
452void audiohw_set_lineout_volume(int vol_l, int vol_r); 452void audiohw_set_lineout_volume(int vol_l, int vol_r);
453#endif 453#endif
454 454
455#ifdef AUDIOHW_HAVE_SET_OUTPUT
456void audiohw_set_output(void);
457#endif
458
459#ifndef AUDIOHW_HAVE_CLIPPING 455#ifndef AUDIOHW_HAVE_CLIPPING
460#if defined(AUDIOHW_HAVE_BASS) || defined(AUDIOHW_HAVE_TREBLE) \ 456#if defined(AUDIOHW_HAVE_BASS) || defined(AUDIOHW_HAVE_TREBLE) \
461 || defined(AUDIOHW_HAVE_EQ) 457 || defined(AUDIOHW_HAVE_EQ)