diff options
Diffstat (limited to 'apps/plugins/test_sampr.c')
-rw-r--r-- | apps/plugins/test_sampr.c | 2 |
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) else #endif /* HAVE_VOLUME_IN_LIST */ { - rb->set_option("Sample Rate", &freq, INT, names, + rb->set_option("Sample Rate", &freq, RB_INT, names, HW_NUM_FREQ, set_frequency); (void)volume_set; } |