monitor.alsa.rules = [{
    matches = [{
        node.name = "alsa_output.pci-0000_00_1f.3.iec958-stereo"
    }]
    actions = {
        update-props = {
            node.description = "Digital Output"
        }
    }
}]