summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/audiohw.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 28fa1b08d6..d1579b5b93 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -529,11 +529,6 @@ void audiohw_set_stereo_width(int val);
529void audiohw_enable_speaker(bool on); 529void audiohw_enable_speaker(bool on);
530#endif /* HAVE_SPEAKER */ 530#endif /* HAVE_SPEAKER */
531 531
532#if CONFIG_CODEC == SWCODEC
533typedef int (*audiohw_swcodec_cb_type)(int msg, intptr_t param);
534void audiohw_swcodec_set_callback(audiohw_swcodec_cb_type func);
535#endif /* CONFIG_CODEC == SWCODEC */
536
537/** 532/**
538 * Some setting are the same for every codec and can be defined here. 533 * Some setting are the same for every codec and can be defined here.
539 */ 534 */