mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
Create module-dbus-protocol with "Hello, world!" functionality.
This commit is contained in:
parent
8bada7496c
commit
c94e7421aa
4 changed files with 83 additions and 2 deletions
|
|
@ -66,6 +66,9 @@ load-module module-bluetooth-discover
|
|||
.ifexists module-esound-protocol-unix@PA_SOEXT@
|
||||
load-module module-esound-protocol-unix
|
||||
.endif
|
||||
.ifexists module-dbus-protocol@PA_SOEXT@
|
||||
load-module module-dbus-protocol
|
||||
.endif
|
||||
load-module module-native-protocol-unix
|
||||
|
||||
### Network access (may be configured with paprefs, so leave this commented
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@ load-module module-detect
|
|||
.ifexists module-esound-protocol-unix@PA_SOEXT@
|
||||
load-module module-esound-protocol-unix
|
||||
.endif
|
||||
.ifexists module-dbus-protocol@PA_SOEXT@
|
||||
load-module module-dbus-protocol
|
||||
.endif
|
||||
load-module module-native-protocol-unix
|
||||
|
||||
### Automatically restore the volume of streams and devices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue