# Adjust volumes - manually or like this:
#pactl set-sink-volume $jitsi_sink 100%
#pactl set-sink-volume $game_sink 100%
+
+```
+
+If pulseaudio sources have a `DONT_MOVE` flag it's not possible to change their associated sink. For some games like Deponia the solution is:
+
```
+# Create a config file for openalsoft that allows the source to move
+# but still uses the wrong default
+# ~/.alsoftrc
+[pulse]
+allow-moves=yes
+```
+[Source of this solution](https://steamcommunity.com/app/93200/discussions/0/864959809826195633/)
+
+
After the game you can unload the modules: