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-oss.conf | |
parent | 93acec86f39f2efefe181af12024396a572a783c (diff) |
automatic import of alsa-libopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'modprobe-dist-oss.conf')
-rw-r--r-- | modprobe-dist-oss.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modprobe-dist-oss.conf b/modprobe-dist-oss.conf new file mode 100644 index 0000000..21f93cc --- /dev/null +++ b/modprobe-dist-oss.conf @@ -0,0 +1,8 @@ +# OSS Sound Support +# This has been disabled in F11 onwards because it can interfere with the +# PulseAudio sound service (a legacy OSS application can prevent PulseAudio +# applications from playing sound by preventing PulseAudio from (re-)opening +# the sound device). To re-enable support, copy this file to +# the /etc/modprobe.d directory. +# +install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-pcm-oss && /sbin/modprobe snd-seq-device && /sbin/modprobe snd-seq-oss |