mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
613 B

  1. # add OSS compatibility modules for sound devices
  2. # ACTION=="add", SUBSYSTEM=="sound" RUN+="load-oss-compat.sh"
  3. ACTION=="add", SUBSYSTEM=="sound", KERNEL=="pcmC[0-9]*" \
  4. RUN+="/bin/sh -c 'test -e /sys/class/sound/dsp || /sbin/modprobe snd-pcm-oss'"
  5. ACTION=="add", SUBSYSTEM=="sound", KERNEL=="seq" \
  6. RUN+="/bin/sh -c 'test -e /sys/class/sound/sequencer || /sbin/modprobe snd-seq-oss'"
  7. #KERNEL=="controlC[0-9]*", NAME="snd/%k"
  8. #KERNEL=="hwC[D0-9]*", NAME="snd/%k"
  9. #KERNEL=="pcmC[D0-9cp]*", NAME="snd/%k"
  10. #KERNEL=="midiC[D0-9]*", NAME="snd/%k"
  11. #KERNEL=="timer", NAME="snd/%k"
  12. #KERNEL=="seq", NAME="snd/%k"