mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
introspect: remove impossible case
This commit is contained in:
parent
222cffc850
commit
d81fc9bcb4
1 changed files with 1 additions and 3 deletions
|
|
@ -56,10 +56,8 @@ const char *pw_direction_as_string(enum pw_direction direction)
|
||||||
return "input";
|
return "input";
|
||||||
case PW_DIRECTION_OUTPUT:
|
case PW_DIRECTION_OUTPUT:
|
||||||
return "output";
|
return "output";
|
||||||
default:
|
|
||||||
return "invalid";
|
|
||||||
}
|
}
|
||||||
return "invalid-direction";
|
return "invalid";
|
||||||
}
|
}
|
||||||
|
|
||||||
SPA_EXPORT
|
SPA_EXPORT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue