libgeos: Disable build for now
[termux-packages] / disabled-packages / alsa-plugins / asound.conf
1 # Use pulseaudio by default
2 pcm.!default {
3 type pulse
4 fallback "sysdefault"
5 hint {
6 show on
7 description "Default ALSA Output (currently PulseAudio Sound Server)"
8 }
9 }
10
11 ctl.!default {
12 type pulse
13 fallback "sysdefault"
14 }
15
16 # vim:set ft=alsaconf: