Re-Add accidental deleted asound.conf

This commit is contained in:
j1nx 2021-09-04 18:06:27 +02:00
parent cd1b9e3be8
commit 557b858460
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
fallback "sysdefault"
}