~ubuntu-branches/ubuntu/saucy/oss-compat/saucy-proposed

« back to all changes in this revision

Viewing changes to linux

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2013-06-18 15:05:31 UTC
  • Revision ID: package-import@ubuntu.com-20130618150531-r7mgs3h9c042fhyy
Tags: 3
* Use softdep directives in the modprobe configuration. (Closes:
  #660803.)
* Switch to my Debian address.
* Use canonical VCS URIs.
* Drop obsolete Lintian override for module-init-tools dependency.
* Recommend osspd, which provides OSS emulation using ALSA or PulseAudio
  (LP: #659024, #983707).
* Standards-Version 3.9.4, no further change required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe --quiet snd-pcm-oss ; : ; }
2
 
install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe --quiet snd-mixer-oss ; : ; }
3
 
install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe --quiet snd-seq-midi ; modprobe --quiet snd-seq-oss ; : ; }
 
1
softdep snd-pcm post: snd-pcm-oss
 
2
softdep snd-mixer post: snd-mixer-oss
 
3
softdep snd-seq post: snd-seq-midi snd-seq-oss