~ubuntu-audio-dev/alsa-utils/ubuntu.quantal

« back to all changes in this revision

Viewing changes to debian/patches/alsactl_sbin.patch

  • Committer: Luke Yelavich
  • Date: 2012-08-09 05:36:17 UTC
  • Revision ID: luke.yelavich@canonical.com-20120809053617-pw0y42x1zdbcrua8
* Merge from debian unstable.  Remaining changes:
  - Move init script volume settings to new alsactl database:
    + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
      and Dell E series
    + ute PC Beep on hda cards that support it during initial volume setup
    + Mute *Analog/Digital Control for Creative cards by default
    + Default Digital Input Source to be Digital Mic 1 so that users
      with digital mic will be able to use it out of the box
    + Mute "IEC958 Optical Raw" by default
    + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
    + Prefer built-in digital mics on newer Dells
    + Unmute 'Line HP Swap' for Dove boards
    + Set reasonable volume levels for VMWare guests using snd.ens1371
  - ship udev rules file in /lib/udev/rules.d
  - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
    users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
  - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
    show the pulse mixer by default, since it can be controlled from
    pulseaudio itself
  - Use upstart jobs for storing/restoring card settings
  - Add udev rule to apply UCM profiles for panda and equivalent hardware
  - Add Vcs-Bzr field
* Depend on module-init-tools, quantal doesn't have kmod.
* Handle addition and removal of soundcards, so sound levels are
  restored. Thanks Vincent Bernat for the suggestion (closes: #670490).
* Replace hardcoded configure call with dh_auto_configure, and remove
  default flags handled by debhelper.
* Bump Standards-Version to 3.9.3, with no changes needed.
* Drop dependency on linux-sound-base: it is going away, and was only
  required for alsaconf's black magic.
* Depend on kmod, not module-init-tools (thanks, Markus Waldeck).
  (Closes: #666065)
* debian/control: Remove myself from Uploaders:, I'm not really
  co-maintaining this package.
* Make sure switch_control "Audigy Analog/Digital Output Jack" isn't set to on
  in /usr/share/alsa/utils.sh. (Closes: #667743)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: alsa-utils-1.0.24.2/alsactl/90-alsa-restore.rules.in
2
 
===================================================================
3
 
--- alsa-utils-1.0.24.2.orig/alsactl/90-alsa-restore.rules.in   2011-02-09 15:29:31.204340223 +0100
4
 
+++ alsa-utils-1.0.24.2/alsactl/90-alsa-restore.rules.in        2011-02-09 15:29:50.928340221 +0100
5
 
@@ -1,2 +1,2 @@
6
 
 ACTION=="add", SUBSYSTEM=="sound", KERNEL=="controlC*", KERNELS=="card*", \
7
 
-        RUN+="@sbindir@/alsactl restore $attr{number}"
8
 
+        RUN+="/sbin/alsactl restore $attr{number}"