remove alsa-jack loopback configuration from asound.conf.pulseaudio [release 5.0-3mamba;Thu Oct 30 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 10:35:06 +01:00
parent 1fa517aea2
commit 37cde558b1
3 changed files with 19 additions and 251 deletions

View File

@ -1,249 +0,0 @@
#
# openmamba system default Advanced Linux Sound Architecture (ALSA) configuration for Pulseaudio
#
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
# Jack Loop 1
############ ALSA Side ############
######################################
# Playback Device for Alsa Programs. #
######################################
pcm.jack_playback_1 {
type plug
slave.pcm "hw:Loopback,0,0"
}
#####################################
# Capture Device for Alsa Programs. #
#####################################
pcm.jack_capture_1 {
type plug
slave.pcm "hw:Loopback,0,1"
}
#########################################
# Full-Duplex Device for Alsa Programs. #
#########################################
pcm.jack_link_1 {
type asym
playback.pcm "jack_playback_1"
capture.pcm "jack_capture_1"
hint {
show on
description "ALSA Jack Interface 1"
}
}
############ JACK Side ############
####################################
# ALSA Input for Jack Connections. #
####################################
pcm.alsa_input_1 {
type plug
slave.pcm "hw:Loopback,1,0"
}
#####################################
# ALSA Output for Jack Connections. #
#####################################
pcm.alsa_output_1 {
type plug
slave.pcm "hw:Loopback,1,1"
}
# Jack Loop 2
############ ALSA Side ############
######################################
# Playback Device for Alsa Programs. #
######################################
pcm.jack_playback_2 {
type plug
slave.pcm "hw:Loopback,0,2"
}
#####################################
# Capture Device for Alsa Programs. #
#####################################
pcm.jack_capture_2 {
type plug
slave.pcm "hw:Loopback,0,3"
}
#########################################
# Full-Duplex Device for Alsa Programs. #
#########################################
pcm.jack_link_2 {
type asym
playback.pcm "jack_playback_2"
capture.pcm "jack_capture_2"
hint {
show on
description "ALSA Jack Interface 2"
}
}
############ JACK Side ############
####################################
# ALSA Input for Jack Connections. #
####################################
pcm.alsa_input_2 {
type plug
slave.pcm "hw:Loopback,1,2"
}
#####################################
# ALSA Output for Jack Connections. #
#####################################
pcm.alsa_output_2 {
type plug
slave.pcm "hw:Loopback,1,3"
}
###############
# Jack Loop 3 ##############################################
###############
############ ALSA Side ############
######################################
# Playback Device for Alsa Programs. #
######################################
pcm.jack_playback_3 {
type plug
slave.pcm "hw:Loopback,0,4"
}
#####################################
# Capture Device for Alsa Programs. #
#####################################
pcm.jack_capture_3 {
type plug
slave.pcm "hw:Loopback,0,5"
}
#########################################
# Full-Duplex Device for Alsa Programs. #
#########################################
pcm.jack_link_3 {
type asym
playback.pcm "jack_playback_3"
capture.pcm "jack_capture_3"
hint {
show on
description "ALSA Jack Interface 3"
}
}
############ JACK Side ############
####################################
# ALSA Input for Jack Connections. #
####################################
pcm.alsa_input_3 {
type plug
slave.pcm "hw:Loopback,1,4"
}
#####################################
# ALSA Output for Jack Connections. #
#####################################
pcm.alsa_output_3 {
type plug
slave.pcm "hw:Loopback,1,5"
}
###############
# Jack Loop 4 ##############################################
###############
############ ALSA Side ############
######################################
# Playback Device for Alsa Programs. #
######################################
pcm.jack_playback_4 {
type plug
slave.pcm "hw:Loopback,0,6"
}
#####################################
# Capture Device for Alsa Programs. #
#####################################
pcm.jack_capture_4 {
type plug
slave.pcm "hw:Loopback,0,7"
}
#########################################
# Full-Duplex Device for Alsa Programs. #
#########################################
pcm.jack_link_4 {
type asym
playback.pcm "jack_playback_4"
capture.pcm "jack_capture_4"
hint {
show on
description "ALSA Jack Interface 4"
}
}
############ JACK Side ############
####################################
# ALSA Input for Jack Connections. #
####################################
pcm.alsa_input_4 {
type plug
slave.pcm "hw:Loopback,1,6"
}
#####################################
# ALSA Output for Jack Connections. #
#####################################
pcm.alsa_output_4 {
type plug
slave.pcm "hw:Loopback,1,7"
}

14
pulseaudio-asound.conf Normal file
View File

@ -0,0 +1,14 @@
#
# openmamba system default Advanced Linux Sound Architecture (ALSA) configuration for Pulseaudio
#
# *** Do not edit this file, changes will be lost after package update. ***
# *** You may add your own asound.conf alternative instead. ***
#
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

View File

@ -1,7 +1,7 @@
%define majver %(echo %{version} | cut -d. -f 1-2)
Name: pulseaudio
Version: 5.0
Release: 2mamba
Release: 3mamba
Summary: Improved Linux sound server
Group: System/Libraries
Vendor: openmamba
@ -11,7 +11,7 @@ URL: http://pulseaudio.org/
Source0: http://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz
Source1: pulseaudio.png
Source2: default.pa-for-gdm
Source3: asound.conf.pulseaudio
Source3: pulseaudio-asound.conf
Patch0: pulseaudio-0.9.22-desktop.patch
Patch25: pulseaudio-0.9.14-mixer-select.patch
License: LGPL
@ -628,6 +628,9 @@ fi
%{_libdir}/pulse-%{majver}/modules/*.a
%changelog
* Thu Oct 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0-3mamba
- remove alsa-jack loopback configuration from asound.conf.pulseaudio
* Sat Aug 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0-2mamba
- add as alternative asound.conf sink and make the default