blob: 373537ef82c6a36f36f4935ace4702d233ac0e36 (
plain)
1
2
3
4
5
6
|
# Udev rules for OSS Emulation
# do not edit this file, it will be overwritten on update
# OSS Emulation SOUND addon modules
SUBSYSTEM=="sound", RUN+="/sbin/modprobe snd-pcm-oss"
SUBSYSTEM=="sound", RUN+="/sbin/modprobe snd-seq-oss"
|