[arch-commits] Commit in pulseaudio-alsa/trunk (asound.conf)

Jan Steffens heftig at archlinux.org
Wed Jan 4 22:37:05 UTC 2012


    Date: Wednesday, January 4, 2012 @ 17:37:04
  Author: heftig
Revision: 146063

Add hint, FS#27829

Modified:
  pulseaudio-alsa/trunk/asound.conf

-------------+
 asound.conf |    8 ++++++++
 1 file changed, 8 insertions(+)

Modified: asound.conf
===================================================================
--- asound.conf	2012-01-04 21:30:06 UTC (rev 146062)
+++ asound.conf	2012-01-04 22:37:04 UTC (rev 146063)
@@ -1,6 +1,10 @@
 # Use PulseAudio by default
 pcm.!default {
   type pulse
+  hint {
+    show on
+    description "Default ALSA Output (currently PulseAudio Sound Server)"
+  }
 }
 
 ctl.!default {
@@ -10,6 +14,10 @@
 # Explicit PulseAudio device
 pcm.pulse {
   type pulse
+  hint {
+    show on
+    description "PulseAudio Sound Server"
+  }
 }
 
 ctl.pulse {




More information about the arch-commits mailing list