Skip to content
Snippets Groups Projects
Commit 15f16d9f authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

testing-guides: add a command helping to identify the desired sink


Sometimes, "pactl list short sinks" doesn't give enough information
to determine which sink we want to use, then we have to use additional
information.

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 1003e731
No related branches found
No related tags found
1 merge request!682testing-guides: add a command helping to identify the desired sink
Pipeline #811519 passed with warnings
......@@ -73,6 +73,11 @@ $ pactl list short sinks
75 alsa_output.platform-sound.stereo-fallback PipeWire s16le 2ch 48000Hz SUSPENDED
```
If in doubt, the following command gives more information to identify the desired sink:
```
$ pactl list cards
```
After that you it is possible to set the default sink and port by:
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment