Skip to content
Snippets Groups Projects

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

Merged Dylan Aïssi requested to merge wip/daissi/manual-qa into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -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:
```
Loading