Remove /etc/pulse/default.pa as module-null-sink fails to load.

pull/3/head
Icedream 2015-10-24 09:49:49 +02:00
parent 17ada4dc46
commit e2c4861739
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
# Replace the *entire* content of this file with these few lines and
# read the comments
.fail
# Set tsched=0 here if you experience glitchy playback. This will
# revert back to interrupt-based scheduling and should fix it.
#
# Replace the device= part if you want pulse to use a specific device
# such as "dmix" and "dsnoop" so it doesn't lock an hw: device.
# Audio sinks
load-module module-null-sink tsched=1
# Accept clients -- very important
load-module module-native-protocol-unix
.nofail
.ifexists module-x11-publish.so
# Publish to X11 so the clients know how to connect to Pulse. Will
# clear itself on unload.
load-module module-x11-publish
.endif