Commit 6c7f7425 authored by Florent Revest's avatar Florent Revest

pulseaudio: Disable udev module loading which can cause conflicts with droid-card on some devices

parent 6411e385
...@@ -15,14 +15,6 @@ ...@@ -15,14 +15,6 @@
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev/hal support)
load-module module-detect
.endif
### Load several protocols ### Load several protocols
.ifexists module-esound-protocol-unix.so .ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix load-module module-esound-protocol-unix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment