mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
alsa: document fallthrough case
This commit is contained in:
parent
d7376b7304
commit
3cb8aa7abb
1 changed files with 1 additions and 0 deletions
|
|
@ -753,6 +753,7 @@ static void on_remote_state_changed(void *data, enum pw_remote_state old,
|
|||
switch (state) {
|
||||
case PW_REMOTE_STATE_ERROR:
|
||||
pw_log_error("error %s", error);
|
||||
/* fallthrough */
|
||||
case PW_REMOTE_STATE_UNCONNECTED:
|
||||
pw->error = true;
|
||||
if (pw->fd != -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue