summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 5135006bdb..62ede9bce8 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -568,7 +568,7 @@ struct plugin_api {
568 const unsigned long *audio_master_sampr_list; 568 const unsigned long *audio_master_sampr_list;
569 const unsigned long *hw_freq_sampr; 569 const unsigned long *hw_freq_sampr;
570#ifndef SIMULATOR 570#ifndef SIMULATOR
571 void (*pcm_apply_settings)(bool reset); 571 void (*pcm_apply_settings)(void);
572#endif 572#endif
573#ifdef HAVE_RECORDING 573#ifdef HAVE_RECORDING
574 const unsigned long *rec_freq_sampr; 574 const unsigned long *rec_freq_sampr;