<div dir="ltr">Im trying to remap a 4 channel hardware alsa pcm device to change the channel order.<div>Ive created a <a href="http://default.pa" target="_blank">default.pa</a> file in ~/.config/pulse which performs the remap and sets the new sink as the default sink.</div><div><br></div><div>Under Ubuntu 20.04 this all works fine if I stop the pulseaudio daemon as a user (under 20.04 by default the pulseaudio daemon is a user process) and restart it.</div><div><br></div><div>If I reboot this fails - the log has 3 messages, master sink not found, remap failed to initialize and sink does not exist - because it seems the master sink does not exist at the time the remap is being done (only the null sink exists I think).</div><div>The log shows that the sink I want as master is only created much later by a some black box process to me - which also appears to be creating a lot of other surround sinks.</div><div><br></div><div>I should note that before updating the <a href="http://default.pa">default.pa</a> file after I login and  run pacmd list-sinks there is only 1 sink which is the surround-40 sink which is the original master sink I want to remap.</div><div><br></div><div>How can I delay the remap creation till this sink is created?</div><div><br></div><div>How are the raw Alsa hardware kernel pcm devices mapped into pulse?</div><div><br></div><div>Thanks</div></div>