]> code.delx.au - pulseaudio/commitdiff
conf: Make system.pa use udev-detect and not hal-detect.
authorColin Guthrie <cguthrie@mandriva.org>
Thu, 3 Mar 2011 09:37:16 +0000 (09:37 +0000)
committerColin Guthrie <cguthrie@mandriva.org>
Thu, 3 Mar 2011 09:37:16 +0000 (09:37 +0000)
Also fix a left over reference to HAL in default.pa

src/daemon/default.pa.in
src/daemon/system.pa.in

index ace0f09ed5a64ec321ebabe5040bb075dee94f8c..32ba5826969e175a21edc70d671ea30eee15d7ff 100755 (executable)
@@ -39,7 +39,7 @@ load-module module-card-restore
 load-module module-augment-properties
 
 ### Load audio drivers statically (it's probably better to not load
-### these drivers manually, but instead use module-hal-detect --
+### these drivers manually, but instead use module-udev-detect --
 ### see below -- for doing this automatically)
 #load-module module-alsa-sink
 #load-module module-alsa-source device=hw:1,0
index 0ca32bd305786fea0e768eed0297d9297bc7d107..aaefd1d1022ddb5b1f6fdd5f2f75544a679b3dc7 100755 (executable)
 # mode.
 
 ### Automatically load driver modules depending on the hardware available
-.ifexists module-hal-detect@PA_SOEXT@
-load-module module-hal-detect
+.ifexists module-udev-detect@PA_SOEXT@
+load-module module-udev-detect
 .else
 ### Alternatively use the static hardware detection module (for systems that
-### lack HAL support)
+### lack udev support)
 load-module module-detect
 .endif