sched: Rename new_post_select back to post_select.
[paraslash.git] / audioc.c
index f0c61cdf551d6e9f79ad4d0b91658cde6c7e84e8..74fb11cb0622cbab54f5c46ce28cbd5856efffe8 100644 (file)
--- a/audioc.c
+++ b/audioc.c
@@ -137,7 +137,7 @@ out:
 static struct audioc_task audioc_task = {
        .task = {
                .pre_select = audioc_pre_select,
-               .new_post_select = audioc_post_select,
+               .post_select = audioc_post_select,
                .status = "audioc task"
        },
 }, *at = &audioc_task;