mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
libpulse: add new error code PA_ERR_BUSY
This commit is contained in:
parent
12c7460e40
commit
54609675e5
2 changed files with 4 additions and 1 deletions
|
|
@ -64,7 +64,9 @@ const char*pa_strerror(int error) {
|
|||
[PA_ERR_NOEXTENSION] = N_("No such extension"),
|
||||
[PA_ERR_OBSOLETE] = N_("Obsolete functionality"),
|
||||
[PA_ERR_NOTIMPLEMENTED] = N_("Missing implementation"),
|
||||
[PA_ERR_FORKED] = N_("Client forked")
|
||||
[PA_ERR_FORKED] = N_("Client forked"),
|
||||
[PA_ERR_IO] = N_("Input/Output error"),
|
||||
[PA_ERR_BUSY] = N_("Device or resource busy")
|
||||
};
|
||||
|
||||
pa_init_i18n();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue