From a3c2e494e5164ed8d99b78c7bc5286bbc17267bf Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 07:34:25 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/alsa-lib-1.2.4.tar.bz2 b/SPECS/alsa-lib-1.2.4.tar.bz2 new file mode 100644 index 0000000..6a08d7f Binary files /dev/null and b/SPECS/alsa-lib-1.2.4.tar.bz2 differ diff --git a/SPECS/alsa-topology-conf-1.2.4.tar.bz2 b/SPECS/alsa-topology-conf-1.2.4.tar.bz2 new file mode 100644 index 0000000..5c36608 Binary files /dev/null and b/SPECS/alsa-topology-conf-1.2.4.tar.bz2 differ diff --git a/SPECS/alsa-ucm-conf-1.2.4.tar.bz2 b/SPECS/alsa-ucm-conf-1.2.4.tar.bz2 new file mode 100644 index 0000000..08d0479 Binary files /dev/null and b/SPECS/alsa-ucm-conf-1.2.4.tar.bz2 differ diff --git a/SPECS/asound.conf b/SPECS/asound.conf new file mode 100644 index 0000000..da7ab7c --- /dev/null +++ b/SPECS/asound.conf @@ -0,0 +1,3 @@ +# +# Place your global alsa-lib configuration here... +# diff --git a/SPECS/modprobe-dist-alsa.conf b/SPECS/modprobe-dist-alsa.conf new file mode 100644 index 0000000..cf31fa6 --- /dev/null +++ b/SPECS/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 diff --git a/SPECS/modprobe-dist-oss.conf b/SPECS/modprobe-dist-oss.conf new file mode 100644 index 0000000..21f93cc --- /dev/null +++ b/SPECS/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