Skip to content

Commit

Permalink
Rename dbus reservation service
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Mar 14, 2024
1 parent 86564d1 commit b1ae29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus/audio_reserve.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SERVER_EXPORT bool audio_acquire(const char * device_name)
&gReservedDevice[gReserveCount].reserved_device,
gConnection,
device_name,
"Jack audio server",
"MOD Desktop",
INT32_MAX,
NULL,
&error)) < 0) {
Expand Down

0 comments on commit b1ae29d

Please sign in to comment.