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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 33361b460a..7dba54a8a2 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -248,6 +248,8 @@ void audiohw_set_bass_cutoff(int val);
248void audiohw_set_treble_cutoff(int val); 248void audiohw_set_treble_cutoff(int val);
249#endif 249#endif
250 250
251void audiohw_set_frequency(int fsel);
252
251#ifdef HAVE_RECORDING 253#ifdef HAVE_RECORDING
252 254
253/** 255/**