Blame SPECS/modprobe-dist-alsa.conf
|
Packit Service |
a3c2e4 |
# ALSA Sound Support
|
|
Packit Service |
a3c2e4 |
#
|
|
Packit Service |
a3c2e4 |
# We want to ensure that snd-seq is always loaded for those who want to use
|
|
Packit Service |
a3c2e4 |
# the sequencer interface, but we can't do this automatically through udev
|
|
Packit Service |
a3c2e4 |
# at the moment...so we have this rule (just for the moment).
|
|
Packit Service |
a3c2e4 |
#
|
|
Packit Service |
a3c2e4 |
# Remove the following line if you don't want the sequencer.
|
|
Packit Service |
a3c2e4 |
|
|
Packit Service |
a3c2e4 |
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-seq
|