mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-server: fix return value
This commit is contained in:
parent
78e5c2f3e6
commit
84eafcd12f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ uint32_t format_name2id(const char *name)
|
|||
if (spa_streq(name, spa_debug_type_short_name(spa_type_audio_format[i].name)))
|
||||
return spa_type_audio_format[i].type;
|
||||
}
|
||||
return SPA_AUDIO_CHANNEL_UNKNOWN;
|
||||
return SPA_AUDIO_FORMAT_UNKNOWN;
|
||||
}
|
||||
|
||||
uint32_t format_paname2id(const char *name, size_t size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue