7a382c9ed0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/alsa-lib#d1acbfe5cbd0b61371d377f2bb319155a4e538c0
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
# ALSA Sound Support
|
|
#
|
|
# We want to ensure that snd-seq is always loaded for those who want to use
|
|
# the sequencer interface, but we can't do this automatically through udev
|
|
# at the moment...so we have this rule (just for the moment).
|
|
#
|
|
# Remove the following line if you don't want the sequencer.
|
|
|
|
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-seq
|