summaryrefslogtreecommitdiff
path: root/apps/plugins/test_sampr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_sampr.c')
-rw-r--r--apps/plugins/test_sampr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_sampr.c b/apps/plugins/test_sampr.c
index c13392f069..3006faeea5 100644
--- a/apps/plugins/test_sampr.c
+++ b/apps/plugins/test_sampr.c
@@ -252,7 +252,7 @@ static void play_tone(bool volume_set)
252 else 252 else
253#endif /* HAVE_VOLUME_IN_LIST */ 253#endif /* HAVE_VOLUME_IN_LIST */
254 { 254 {
255 rb->set_option("Sample Rate", &freq, INT, names, 255 rb->set_option("Sample Rate", &freq, RB_INT, names,
256 HW_NUM_FREQ, set_frequency); 256 HW_NUM_FREQ, set_frequency);
257 (void)volume_set; 257 (void)volume_set;
258 } 258 }