summaryrefslogtreecommitdiffstats
path: root/pipewire-alsa/conf/99-pipewire-default.conf
blob: 814506e7b82dbbf731eeb6d69695b11b9ac89f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pcm.!default {
    type pipewire
    playback_node "-1"
    capture_node  "-1"
    hint {
        show on
        description "Default ALSA Output (currently PipeWire Media Server)"
    }
}

ctl.!default {
    type pipewire
}