[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (alsa-base.apm)

Thomas Hood jdthood-guest@haydn.debian.org
Fri, 10 Sep 2004 09:22:25 -0600


    Date: Friday, September 10, 2004 @ 09:22:25
  Author: jdthood-guest
    Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian

Modified: alsa-base.apm

Remove esdctl commands from apmd proxy script


---------------+
 alsa-base.apm |    2 --
 1 files changed, 2 deletions(-)


Index: debian/alsa-driver/debian/alsa-base.apm
diff -u debian/alsa-driver/debian/alsa-base.apm:1.13 debian/alsa-driver/debian/alsa-base.apm:1.14
--- debian/alsa-driver/debian/alsa-base.apm:1.13	Wed Sep  8 07:02:35 2004
+++ debian/alsa-driver/debian/alsa-base.apm	Fri Sep 10 09:22:25 2004
@@ -8,14 +8,12 @@
 case "$1" in
 suspend)
 	if [ "$force_stop_modules_before_suspend" = "true" ]; then
-		[ -x /usr/bin/esdctl ] && esdctl off
 		/etc/init.d/alsa force-stop
 	fi
 	;;
 resume)
 	if [ "$force_stop_modules_before_suspend" = "true" ]; then
 		modprobe -q snd-card-0 || :
-		[ -x /usr/bin/esdctl ] && esdctl on
 	fi
 	;;
 esac