My .asoundrc file gets modified every boot. If I delete it, a new appears at reboot:
pcm.!default {
        type hw
        card 0
}
ctl.!default {
        type hw
        card 0
}
If I make changes that differ from these, eg set type plug, then the above entry is appended to the file, effectively removing my changes. What is going on?!
Edit: If I wait 5 seconds after launching PIXEL at boot, then overwrite .asoundrc with this:
pcm.!default {
        type plug
        slave {
            pcm "hw:0,0"
        }
}
ctl.!default {
        type hw
        card 0
}
Then it works like I want. Is something in PIXEL smoking my file? How can I disable that?
 
    