add noop implementation of standby/resume ESOUND commands

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@230 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-21 19:00:03 +00:00
parent df953a11c9
commit 3e1bdacd4f
2 changed files with 12 additions and 3 deletions

View file

@ -22,7 +22,7 @@
VERSION_STRING="@PACKAGE_NAME@ esd wrapper @PACKAGE_VERSION@"
fail() {
echo "$1" > /dev/stderr
echo "ERROR: $1"
exit 1
}