diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 10:07:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 10:07:21 +0000 |
commit | e74fc98950259fcf06b100528d4029a1e7184f6d (patch) | |
tree | 429eaa11a57481c541d7abbcd09bfa67245ee967 /modprobe-dist-alsa.conf | |
parent | 93acec86f39f2efefe181af12024396a572a783c (diff) |
automatic import of alsa-libopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'modprobe-dist-alsa.conf')
-rw-r--r-- | modprobe-dist-alsa.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modprobe-dist-alsa.conf b/modprobe-dist-alsa.conf new file mode 100644 index 0000000..cf31fa6 --- /dev/null +++ b/modprobe-dist-alsa.conf @@ -0,0 +1,9 @@ +# 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 |