]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - amp_filter.c
Rename mood_switch(), mood_close(), playlist_{open/close}.
[paraslash.git] / amp_filter.c
index 3f0aa11e34d061b584da3e21655124564078d5fc..360e3fc2d7429bb7aa8219248ff4d38505a86ac2 100644 (file)
@@ -43,7 +43,7 @@ static void amp_open(struct filter_node *fn)
                pad->amp, pad->amp / 64.0 + 1.0);
 }
 
-static int amp_post_select(__a_unused struct sched *s, void *context)
+static int amp_post_monitor(__a_unused struct sched *s, void *context)
 {
        struct filter_node *fn = context;
        struct private_amp_data *pad = fn->private_data;
@@ -100,6 +100,6 @@ err:
 const struct filter lsg_filter_cmd_com_amp_user_data = {
        .open = amp_open,
        .close = amp_close,
-       .pre_select = generic_filter_pre_select,
-       .post_select = amp_post_select,
+       .pre_monitor = generic_filter_pre_monitor,
+       .post_monitor = amp_post_monitor,
 };