aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2007-08-27 09:36:11 +0000
committerEric Wong <normalperson@yhbt.net>2007-08-27 09:36:11 +0000
commitf18e52417639518545ebce3649f3ce3450bcb01c (patch)
tree7a6478788caa20347b76adae29da2e36d43f07ea /src/path.c
parent0f2e9ee6623ab30c190dfc5c575922af1990c9d9 (diff)
downloadmpd-f18e52417639518545ebce3649f3ce3450bcb01c.tar.gz
mpd-f18e52417639518545ebce3649f3ce3450bcb01c.tar.xz
mpd-f18e52417639518545ebce3649f3ce3450bcb01c.zip
send SIGSTOP to player and decoder processes on pause, too
as with the stop command, this will cause the player and decoder to suspend and not wake up hundreds of times a second to poll a variable for wakeup. This will reduce power consumption on some CPUs while mpd is paused and not playing. tests: pause && unpause => OK pause && stop && play => OK pause && exit && restart w/statefile && unpause => OK pause && block sound device && \ unpause => failed to open sound device \ => still paused and suspended => unblock sound device && unpause => OK (playing) In all cases, the player process releases the audio device when paused before going into the suspended state. git-svn-id: https://svn.musicpd.org/mpd/trunk@6822 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions