Created
January 1, 2021 16:45
-
-
Save saivert/0cfb6d6aeda045196b433d9ca864a78d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ pw-cli dump short Node|grep unknown | |
| 42: Node s="running" i=2/64 n="alsa_output.pci-0000:02:02.0.unknown" p="alsa:pcm:AudioPCI:0:playback" | |
| 43: Node s="suspended" o=2/64 n="alsa_input.pci-0000:02:02.0.unknown" p="alsa:pcm:AudioPCI:0:capture" | |
| 44: Node s="suspended" i=2/64 n="alsa_output.pci-0000:02:02.0.unknown" p="alsa:pcm:AudioPCI:1:playback" | |
| 42 and 44 have identical names. | |
| acp is disabled for device otherwise unknown would be "analog-stereo" (the profile name basically) and | |
| device 44 would be missing as the profile disables it (it is a secondary DAC for the device). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment