diff -u alsa-utils-1.0.16/debian/asoundconf alsa-utils-1.0.16/debian/asoundconf --- alsa-utils-1.0.16/debian/asoundconf +++ alsa-utils-1.0.16/debian/asoundconf @@ -364,11 +364,15 @@ def set_pulseaudio(): return set('pcm.!default', '{ type pulse }') and \ - set('ctl.!default', '{ type pulse }') + set('ctl.!default', '{ type pulse }') and \ + set('pcm.pulse', '{ type pulse }') and \ + set('ctl.pulse', '{ type pulse }') def unset_pulseaudio(): return delete('pcm.!default') and \ - delete('ctl.!default') + delete('ctl.!default') and \ + delete('pcm.pulse') and \ + delete('ctl.pulse') def set_oss(device): endbrace = ' }' diff -u alsa-utils-1.0.16/debian/changelog alsa-utils-1.0.16/debian/changelog --- alsa-utils-1.0.16/debian/changelog +++ alsa-utils-1.0.16/debian/changelog @@ -1,3 +1,9 @@ +alsa-utils (1.0.16-1ubuntu4) intrepid; urgency=low + + * Expand {set|unset}-pulseaudio macros to include "pulse" definitions. + + -- Conn O Griofa Sat, 16 Aug 2008 16:05:14 +0100 + alsa-utils (1.0.16-1ubuntu3) intrepid; urgency=low * Really make the change to the init script to mute the PC speaker