mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
add new module-suspend-on-idle module which suspends sinks/sources which are idle for more than 5s (or any other configurable time). Power saving, here we come\!
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1602 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9c89f37ace
commit
bb46da3b4a
1 changed files with 8 additions and 0 deletions
|
|
@ -877,6 +877,7 @@ modlibexec_LTLIBRARIES += \
|
|||
module-detect.la \
|
||||
module-volume-restore.la \
|
||||
module-rescue-streams.la \
|
||||
module-suspend-on-idle.la \
|
||||
module-http-protocol-tcp.la \
|
||||
module-sine.la \
|
||||
module-native-protocol-tcp.la \
|
||||
|
|
@ -1027,6 +1028,7 @@ SYMDEF_FILES = \
|
|||
modules/module-jack-source-symdef.h \
|
||||
modules/module-volume-restore-symdef.h \
|
||||
modules/module-rescue-streams-symdef.h \
|
||||
modules/module-suspend-on-idle-symdef.h \
|
||||
modules/module-hal-detect-symdef.h \
|
||||
modules/gconf/module-gconf-symdef.h
|
||||
|
||||
|
|
@ -1250,6 +1252,12 @@ module_rescue_streams_la_LDFLAGS = -module -avoid-version
|
|||
module_rescue_streams_la_LIBADD = $(AM_LIBADD) libpulsecore.la
|
||||
module_rescue_streams_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# Suspend-on-idle module
|
||||
module_suspend_on_idle_la_SOURCES = modules/module-suspend-on-idle.c
|
||||
module_suspend_on_idle_la_LDFLAGS = -module -avoid-version
|
||||
module_suspend_on_idle_la_LIBADD = $(AM_LIBADD) libpulsecore.la
|
||||
module_suspend_on_idle_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# RTP modules
|
||||
module_rtp_send_la_SOURCES = modules/rtp/module-rtp-send.c
|
||||
module_rtp_send_la_LDFLAGS = -module -avoid-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue