Comment 31 for bug 31699

Revision history for this message
Martin Pitt (pitti) wrote :

 alsa-utils (1.0.10-1ubuntu10) dapper; urgency=low
 .
   * debian/asoundconf:
     - Remove the automatic prepending of '!' for non-numeric parameter values;
       this approach is flawed (see lengthy explanation in LP#31699).
     - Add two convenience functions set-default-card and reset-default-card
       which care for the correct handling of !defaults.pcm.card,
       defaults.ctl.card, defaults.pcm.device, and defaults.pcm.subdevice.
       Doing it here in python is way easier and less error prone than handling
       this in C in control-center. Closes: LP#31699
   * debian/asoundconf.1: Describe set-default-card and reset-default-card.