Some misc updates
[syinit] / 09-sounds-sy.el
index 1480fab..6145ab8 100644 (file)
@@ -5,7 +5,7 @@
 ;;     Author: Steve Youngs <steve@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
 ;;    Created: <2007-12-02>
-;; Time-stamp: <Sunday Jun 10, 2012 10:57:38 steve>
+;; Time-stamp: <Monday Jan 21, 2013 12:13:24 steve>
 ;;   Download: <http://bastard.steveyoungs.com/~steve/SXEmacs/inits/>
 ;;   HTMLised: <http://bastard.steveyoungs.com/~steve/SXEmacs/htmlinits/09-sounds-sy.html>
 ;;   Git Repo: git clone http://git.sxemacs.org/syinit
 ;:*=======================
 ;:* Set default sound device
 (when (getenv "DISPLAY")               ; skip the lot if not in X11
-  (setq default-audio-device (make-audio-device 'pulse))
-
-  ;; (setq default-audio-device (make-audio-device 'ao :driver "alsa"))
-  ;; (setq default-audio-device (make-audio-device 'alsa :device "plughw:0,0"))
-
+  ;; (setq default-audio-device (make-audio-device 'pulse))
+  (setq default-audio-device (make-audio-device 'alsa))
   (init-workers 6)
   (setq synchronous-sounds nil)
   (load "sound")