~ubuntu-branches/ubuntu/precise/alsa-driver/precise

« back to all changes in this revision

Viewing changes to debian/alsa-base.modprobe

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-03-17 16:58:18 UTC
  • Revision ID: james.westby@ubuntu.com-20090317165818-8bf6kqs97eiy1300
Tags: 1.0.18.dfsg-1ubuntu6
debian/alsa-base.modprobe: Fix typo (LP: #344213)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
install sound-slot-7 /sbin/modprobe snd-card-7
10
10
 
11
11
# Cause optional modules to be loaded above generic modules
12
 
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; :sbin/modprobe --quiet --use-blacklist snd-seq ; }
 
12
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
13
13
#
14
14
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
15
15
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }