When I start plying with an app, in this case Strawberry music player, this is how it patches automatically:
But, this is what I want:
Checking with:
pactl info | grep 'Default Sink'
reports the default sink is indeed analog aux0/1:
Default Sink: alsa_output.pci-0000_00_14.2.pro-output-0
If I patch as shown in the second image, wpctl reports
wpctl status
PipeWire 'pipewire-0' [1.4.1, mac@ubstwo, cookie:3285631517]
└─ Clients:
32. WirePlumber [1.4.1, mac@ubstwo, pid:648]
33. pipewire [1.4.1, mac@ubstwo, pid:649]
46. WirePlumber [export] [1.4.1, mac@ubstwo, pid:648]
146. libcanberra [1.4.1, mac@ubstwo, pid:772]
147. [1.4.1, mac@ubstwo, pid:772]
148. xdg-desktop-portal [1.4.1, mac@ubstwo, pid:725]
149. libcanberra [1.4.1, mac@ubstwo, pid:792]
150. plasmashell [1.4.1, mac@ubstwo, pid:792]
151. [1.4.1, mac@ubstwo, pid:792]
152. python3.13 [1.4.1, mac@ubstwo, pid:1253]
154. calfjackhost [1.4.1, mac@ubstwo, pid:1550]
157. Thunar [1.4.1, mac@ubstwo, pid:1480]
166. calfjackhost [1.4.1, mac@ubstwo, pid:1550]
167. Strawberry device finder [1.4.1, mac@ubstwo, pid:1573]
170. wpctl [1.4.1, mac@ubstwo, pid:5244]
174. Firefox [1.4.1, mac@ubstwo, pid:1858]
175. Firefox [1.4.1, mac@ubstwo, pid:1858]
176. Firefox [1.4.1, mac@ubstwo, pid:1858]
177. SciTE [1.4.1, mac@ubstwo, pid:3396]
178. Strawberry [1.4.1, mac@ubstwo, pid:1573]
Audio
├─ Devices:
│ 47. GA106 High Definition Audio Controller [alsa]
│ 48. Built-in Audio [alsa]
│
├─ Sinks:
│ * 34. Built-in Audio Pro [vol: 1.00]
│ 45. Built-in Audio Pro 1 [vol: 1.00]
│ 55. GA106 High Definition Audio Controller Pro [vol: 1.00]
│ 56. GA106 High Definition Audio Controller Pro 7 [vol: 1.00]
│ 57. GA106 High Definition Audio Controller Pro 8 [vol: 1.00]
│ 58. GA106 High Definition Audio Controller Pro 9 [vol: 1.00]
│
├─ Sources:
│ * 43. Built-in Audio Pro [vol: 1.00]
│ 44. Built-in Audio Pro 2 [vol: 1.00]
│
├─ Filters:
│
└─ Streams:
179. Strawberry
169. output_FR > Calf Studio Gear:X-Over 3 Band In #2 [active]
173. output_FL > Calf Studio Gear:X-Over 3 Band In #1 [active]
Video
├─ Devices:
│
├─ Sinks:
│
├─ Sources:
│
├─ Filters:
│
└─ Streams:
Settings
└─ Default Configured Devices:
0. Audio/Sink alsa_output.pci-0000_00_14.2.pro-output-0
1. Audio/Source alsa_input.usb-0d8c_USB_Sound_Device-00.pro-input-0
But, attempting to use pactl to set the default to the Calf plugin:
pactl set-default-sink "Calf Studio Gear:X-Over 3 Band In"
Failure: No such entity
pactl set-default-sink "Calf Studio Gear"
Failure: No such entity
Does an app like Strawberry use the default defined by pactl?
And, if so how do I find/specify the name of a plugin?