summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-05-23 14:19:06 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-05-23 14:25:37 -0400
commit6e211ab3ac36cf792f6412cd61b8336c12533778 (patch)
treeb4136d81ba1719a24ed60c4bac75862111945024 /firmware/export
parentb7e0e1a0a3b44868ddb9ad60210158ccbe220e90 (diff)
downloadrockbox-6e211ab3ac36cf792f6412cd61b8336c12533778.tar.gz
rockbox-6e211ab3ac36cf792f6412cd61b8336c12533778.zip
Remove dsp_callback because DSP is now library code, not app code.
Yep, nope, not necessary anymore. Just call functions directly. Change-Id: I21dc35f8d674c2a9c8379b7cebd5613c1f05b5eb
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 */