scheduler: add comment about the FOLLOW_SUSPEND special case

This commit is contained in:
Wim Taymans 2026-03-12 18:12:42 +01:00
parent 9098996b87
commit 95eac7b4e5

View file

@ -200,6 +200,9 @@ static void make_runnable(struct pw_context *context, struct pw_impl_node *node)
* A (p) -> (*) B A + B no change * A (p) -> (*) B A + B no change
* A (f) -> (*) B A + B no change * A (f) -> (*) B A + B no change
* A (fs) -> (*) B A + B no change * A (fs) -> (*) B A + B no change
*
* There is a special case for FOLLOW_SUSPEND<->FOLLOW_SUSPEND to make
* it possible to manually link a source to a sink
*/ */
static inline bool runnable_pair(struct pw_impl_port *a, struct pw_impl_port *b) static inline bool runnable_pair(struct pw_impl_port *a, struct pw_impl_port *b)
{ {