From Newsgroup: alt.os.linux
On 7/4/25 7:52 AM, marrgol wrote:
On 2025-07-04 at 08:18 J.O. Aho wrote:
I'm trying to find out why I'm getting no sound out the board's own
backpanel 1/8" audio Line-Out (green) port. AFAIK this port should ALWAYS >>> work! […]
The front panel (extension headers) headset port works fine.
Some setups have had the issue that you either can use the ports in the back >> or the front, not both at the same time
Got one of these, running PulseAudio on openSUSE 15.4. Have to switch between front and back ports using 'pacmd'.
First had to find the names to use:
$ pactl get-default-sink
alsa_output.pci-0000_00_1f.3.analog-stereo
$ pactl list sinks ## showing only relevant parts of the output ##
Sink #0
[…]
Name: alsa_output.pci-0000_00_1f.3.analog-stereo
[…]
Ports:
analog-output-lineout: Line Out (type: Line, […])
analog-output-headphones: Headphones (type: Headphones, […])
Active Port: analog-output-headphones
[…]
$
Then wrote a script which checks the active port and switches to the other using command:
pacmd set-sink-port alsa_output.pci-0000_00_1f.3.analog-stereo analog-output-lineout
Have it sitting in the tray on XFCE's panel to be able toggle the output
with a single mouse click.
HTH
Eventually it will help but I gotta be 'out of ground' first! I do
things like 1-click scripts in the panel in KDE & XFCE but I first need
to tame this audio whorehouse: find out which and how to kill off.
Right now I have pipewire in charge I think and using the board's
backpanel audio prts (onboard [adv] audio header not connected to remote panel).
~ pactl get-default-sink
alsa_output.pci-0000_79_00.6.pro-output-0
~ pactl list sinks
Sink #809
State: IDLE
Name: alsa_output.pci-0000_79_00.6.pro-output-0
Description: Family 17h/19h/1ah HD Audio Controller Pro
Driver: PipeWire
Sample Specification: s32le 2ch 48000Hz
Channel Map: aux0,aux1
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_79_00.6.pro-output-0.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "2"
alsa.card_name = "HD-Audio Generic"
alsa.class = "generic"
alsa.components = "HDA:10ec1168,1043886b,00100101"
alsa.device = "0"
alsa.driver_name = "snd_hda_intel"
alsa.id = "ALC1220 Analog"
alsa.long_card_name = "HD-Audio Generic at 0xdcf80000
irq 129"
alsa.mixer_name = "Realtek ALC1220"
alsa.name = "ALC1220 Analog"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HD-Audio Generic at
0xdcf80000 irq 129"
api.alsa.card.name = "HD-Audio Generic"
api.alsa.path = "hw:2,0"
api.alsa.pcm.card = "2"
api.alsa.pcm.stream = "playback"
audio.channels = "2"
audio.position = "AUX0,AUX1"
card.profile.device = "1"
clock.name = "api.alsa.2"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "43"
device.profile.description = "Pro"
device.profile.name = "pro-output-0"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Family 17h/19h/1ah HD Audio
Controller"
node.name = "alsa_output.pci-0000_79_00.6.pro-output-0"
node.nick = "ALC1220 Analog"
node.pause-on-idle = "false"
object.path = "alsa:acp:Generic_1:1:playback"
port.group = "playback"
priority.driver = "1500"
priority.session = "1500"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "116"
object.serial = "809"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "2"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio2"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:79:00.6"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_79_00.6"
device.nick = "HD-Audio Generic"
device.plugged.usec = "14780236"
device.product.id = "0x15e3"
device.product.name = "Family 17h/19h/1ah HD Audio Controller"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:79:00.6/sound/card2"
device.vendor.id = "0x1022"
device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
spa.object.id = "6"
device.string = "2"
Formats:
pcm
Sink #928
State: IDLE
Name: alsa_output.pci-0000_03_00.1.pro-output-3
Description: Navi 31 HDMI/DP Audio Pro
Driver: PipeWire
Sample Specification: s32le 2ch 48000Hz
Channel Map: aux0,aux1
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_03_00.1.pro-output-3.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "0"
alsa.card_name = "HDA ATI HDMI"
alsa.class = "generic"
alsa.components = "HDA:1002aa01,00aa0100,00100800"
alsa.device = "3"
alsa.driver_name = "snd_hda_intel"
alsa.id = "HDMI 0"
alsa.long_card_name = "HDA ATI HDMI at 0xdd720000 irq 127"
alsa.mixer_name = "ATI R6xx HDMI"
alsa.name = "BenQ EX321UX"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HDA ATI HDMI at 0xdd720000
irq 127"
api.alsa.card.name = "HDA ATI HDMI"
api.alsa.path = "hw:0,3"
api.alsa.pcm.card = "0"
api.alsa.pcm.stream = "playback"
audio.channels = "2"
audio.position = "AUX0,AUX1"
card.profile.device = "0"
clock.name = "api.alsa.0"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "41"
device.profile.description = "Pro"
device.profile.name = "pro-output-3"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Navi 31 HDMI/DP Audio"
node.name = "alsa_output.pci-0000_03_00.1.pro-output-3"
node.nick = "BenQ EX321UX"
node.pause-on-idle = "false"
object.path = "alsa:acp:HDMI:0:playback"
port.group = "playback"
priority.driver = "1196"
priority.session = "1196"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "193"
object.serial = "928"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "0"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio0"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:03:00.1"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_03_00.1"
device.nick = "HDA ATI HDMI"
device.plugged.usec = "14763259"
device.product.id = "0xab30"
device.product.name = "Navi 31 HDMI/DP Audio"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0"
device.vendor.id = "0x1002"
device.vendor.name = "Advanced Micro Devices, Inc.
[AMD/ATI]"
spa.object.id = "2"
device.string = "0"
Formats:
pcm
Sink #929
State: IDLE
Name: alsa_output.pci-0000_03_00.1.pro-output-7
Description: Navi 31 HDMI/DP Audio Pro 7
Driver: PipeWire
Sample Specification: s32le 8ch 48000Hz
Channel Map: aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB,
aux2: 65536 / 100% / 0.00 dB,
aux3: 65536 / 100% / 0.00 dB,
aux4: 65536 / 100% / 0.00 dB,
aux5: 65536 / 100% / 0.00 dB,
aux6: 65536 / 100% / 0.00 dB,
aux7: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_03_00.1.pro-output-7.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "0"
alsa.card_name = "HDA ATI HDMI"
alsa.class = "generic"
alsa.components = "HDA:1002aa01,00aa0100,00100800"
alsa.device = "7"
alsa.driver_name = "snd_hda_intel"
alsa.id = "HDMI 1"
alsa.long_card_name = "HDA ATI HDMI at 0xdd720000 irq 127"
alsa.mixer_name = "ATI R6xx HDMI"
alsa.name = "HDMI 1"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HDA ATI HDMI at 0xdd720000
irq 127"
api.alsa.card.name = "HDA ATI HDMI"
api.alsa.path = "hw:0,7"
api.alsa.pcm.card = "0"
api.alsa.pcm.stream = "playback"
audio.channels = "8"
audio.position = "AUX0,AUX1,AUX2,AUX3,AUX4,AUX5,AUX6,AUX7"
card.profile.device = "1"
clock.name = "api.alsa.0"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "41"
device.profile.description = "Pro 7"
device.profile.name = "pro-output-7"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Navi 31 HDMI/DP Audio"
node.name = "alsa_output.pci-0000_03_00.1.pro-output-7"
node.nick = "HDMI 1"
node.pause-on-idle = "false"
object.path = "alsa:acp:HDMI:1:playback"
port.group = "playback"
priority.driver = "1132"
priority.session = "1132"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "57"
object.serial = "929"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "0"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio0"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:03:00.1"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_03_00.1"
device.nick = "HDA ATI HDMI"
device.plugged.usec = "14763259"
device.product.id = "0xab30"
device.product.name = "Navi 31 HDMI/DP Audio"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0"
device.vendor.id = "0x1002"
device.vendor.name = "Advanced Micro Devices, Inc.
[AMD/ATI]"
spa.object.id = "2"
device.string = "0"
Formats:
pcm
Sink #930
State: IDLE
Name: alsa_output.pci-0000_03_00.1.pro-output-8
Description: Navi 31 HDMI/DP Audio Pro 8
Driver: PipeWire
Sample Specification: s32le 8ch 48000Hz
Channel Map: aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB,
aux2: 65536 / 100% / 0.00 dB,
aux3: 65536 / 100% / 0.00 dB,
aux4: 65536 / 100% / 0.00 dB,
aux5: 65536 / 100% / 0.00 dB,
aux6: 65536 / 100% / 0.00 dB,
aux7: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_03_00.1.pro-output-8.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "0"
alsa.card_name = "HDA ATI HDMI"
alsa.class = "generic"
alsa.components = "HDA:1002aa01,00aa0100,00100800"
alsa.device = "8"
alsa.driver_name = "snd_hda_intel"
alsa.id = "HDMI 2"
alsa.long_card_name = "HDA ATI HDMI at 0xdd720000 irq 127"
alsa.mixer_name = "ATI R6xx HDMI"
alsa.name = "HDMI 2"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HDA ATI HDMI at 0xdd720000
irq 127"
api.alsa.card.name = "HDA ATI HDMI"
api.alsa.path = "hw:0,8"
api.alsa.pcm.card = "0"
api.alsa.pcm.stream = "playback"
audio.channels = "8"
audio.position = "AUX0,AUX1,AUX2,AUX3,AUX4,AUX5,AUX6,AUX7"
card.profile.device = "2"
clock.name = "api.alsa.0"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "41"
device.profile.description = "Pro 8"
device.profile.name = "pro-output-8"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Navi 31 HDMI/DP Audio"
node.name = "alsa_output.pci-0000_03_00.1.pro-output-8"
node.nick = "HDMI 2"
node.pause-on-idle = "false"
object.path = "alsa:acp:HDMI:2:playback"
port.group = "playback"
priority.driver = "1116"
priority.session = "1116"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "236"
object.serial = "930"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "0"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio0"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:03:00.1"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_03_00.1"
device.nick = "HDA ATI HDMI"
device.plugged.usec = "14763259"
device.product.id = "0xab30"
device.product.name = "Navi 31 HDMI/DP Audio"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0"
device.vendor.id = "0x1002"
device.vendor.name = "Advanced Micro Devices, Inc.
[AMD/ATI]"
spa.object.id = "2"
device.string = "0"
Formats:
pcm
Sink #931
State: IDLE
Name: alsa_output.pci-0000_03_00.1.pro-output-9
Description: Navi 31 HDMI/DP Audio Pro 9
Driver: PipeWire
Sample Specification: s32le 8ch 48000Hz
Channel Map: aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB,
aux2: 65536 / 100% / 0.00 dB,
aux3: 65536 / 100% / 0.00 dB,
aux4: 65536 / 100% / 0.00 dB,
aux5: 65536 / 100% / 0.00 dB,
aux6: 65536 / 100% / 0.00 dB,
aux7: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_03_00.1.pro-output-9.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "0"
alsa.card_name = "HDA ATI HDMI"
alsa.class = "generic"
alsa.components = "HDA:1002aa01,00aa0100,00100800"
alsa.device = "9"
alsa.driver_name = "snd_hda_intel"
alsa.id = "HDMI 3"
alsa.long_card_name = "HDA ATI HDMI at 0xdd720000 irq 127"
alsa.mixer_name = "ATI R6xx HDMI"
alsa.name = "HDMI 3"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HDA ATI HDMI at 0xdd720000
irq 127"
api.alsa.card.name = "HDA ATI HDMI"
api.alsa.path = "hw:0,9"
api.alsa.pcm.card = "0"
api.alsa.pcm.stream = "playback"
audio.channels = "8"
audio.position = "AUX0,AUX1,AUX2,AUX3,AUX4,AUX5,AUX6,AUX7"
card.profile.device = "3"
clock.name = "api.alsa.0"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "41"
device.profile.description = "Pro 9"
device.profile.name = "pro-output-9"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Navi 31 HDMI/DP Audio"
node.name = "alsa_output.pci-0000_03_00.1.pro-output-9"
node.nick = "HDMI 3"
node.pause-on-idle = "false"
object.path = "alsa:acp:HDMI:3:playback"
port.group = "playback"
priority.driver = "1100"
priority.session = "1100"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "250"
object.serial = "931"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "0"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio0"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:03:00.1"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_03_00.1"
device.nick = "HDA ATI HDMI"
device.plugged.usec = "14763259"
device.product.id = "0xab30"
device.product.name = "Navi 31 HDMI/DP Audio"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0"
device.vendor.id = "0x1002"
device.vendor.name = "Advanced Micro Devices, Inc.
[AMD/ATI]"
spa.object.id = "2"
device.string = "0"
Formats:
pcm
Sink #1012
State: IDLE
Name: alsa_output.pci-0000_79_00.1.pro-output-3
Description: Rembrandt Radeon High Definition Audio Controller Pro
Driver: PipeWire
Sample Specification: s32le 8ch 48000Hz
Channel Map: aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB,
aux2: 65536 / 100% / 0.00 dB,
aux3: 65536 / 100% / 0.00 dB,
aux4: 65536 / 100% / 0.00 dB,
aux5: 65536 / 100% / 0.00 dB,
aux6: 65536 / 100% / 0.00 dB,
aux7: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_79_00.1.pro-output-3.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "1"
alsa.card_name = "HD-Audio Generic"
alsa.class = "generic"
alsa.components = "HDA:1002aa01,00aa0100,00100800"
alsa.device = "3"
alsa.driver_name = "snd_hda_intel"
alsa.id = "HDMI 0"
alsa.long_card_name = "HD-Audio Generic at 0xdcf88000
irq 128"
alsa.mixer_name = "ATI R6xx HDMI"
alsa.name = "HDMI 0"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HD-Audio Generic at
0xdcf88000 irq 128"
api.alsa.card.name = "HD-Audio Generic"
api.alsa.path = "hw:1,3"
api.alsa.pcm.card = "1"
api.alsa.pcm.stream = "playback"
audio.channels = "8"
audio.position = "AUX0,AUX1,AUX2,AUX3,AUX4,AUX5,AUX6,AUX7"
card.profile.device = "0"
clock.name = "api.alsa.1"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "42"
device.profile.description = "Pro"
device.profile.name = "pro-output-3"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Rembrandt Radeon High Definition
Audio Controller"
node.name = "alsa_output.pci-0000_79_00.1.pro-output-3"
node.nick = "HDMI 0"
node.pause-on-idle = "false"
object.path = "alsa:acp:Generic:0:playback"
port.group = "playback"
priority.driver = "1196"
priority.session = "1196"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "53"
object.serial = "1012"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "1"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio1"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:79:00.1"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_79_00.1"
device.nick = "HD-Audio Generic"
device.plugged.usec = "14763316"
device.product.id = "0x1640"
device.product.name = "Rembrandt Radeon High Definition
Audio Controller"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:79:00.1/sound/card1"
device.vendor.id = "0x1002"
device.vendor.name = "Advanced Micro Devices, Inc.
[AMD/ATI]"
spa.object.id = "4"
device.string = "1"
Formats:
pcm
Sink #1013
State: IDLE
Name: alsa_output.pci-0000_79_00.1.pro-output-7
Description: Rembrandt Radeon High Definition Audio Controller
Pro 7
Driver: PipeWire
Sample Specification: s32le 8ch 48000Hz
Channel Map: aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB,
aux2: 65536 / 100% / 0.00 dB,
aux3: 65536 / 100% / 0.00 dB,
aux4: 65536 / 100% / 0.00 dB,
aux5: 65536 / 100% / 0.00 dB,
aux6: 65536 / 100% / 0.00 dB,
aux7: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_79_00.1.pro-output-7.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "1"
alsa.card_name = "HD-Audio Generic"
alsa.class = "generic"
alsa.components = "HDA:1002aa01,00aa0100,00100800"
alsa.device = "7"
alsa.driver_name = "snd_hda_intel"
alsa.id = "HDMI 1"
alsa.long_card_name = "HD-Audio Generic at 0xdcf88000
irq 128"
alsa.mixer_name = "ATI R6xx HDMI"
alsa.name = "HDMI 1"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HD-Audio Generic at
0xdcf88000 irq 128"
api.alsa.card.name = "HD-Audio Generic"
api.alsa.path = "hw:1,7"
api.alsa.pcm.card = "1"
api.alsa.pcm.stream = "playback"
audio.channels = "8"
audio.position = "AUX0,AUX1,AUX2,AUX3,AUX4,AUX5,AUX6,AUX7"
card.profile.device = "1"
clock.name = "api.alsa.1"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "42"
device.profile.description = "Pro 7"
device.profile.name = "pro-output-7"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Rembrandt Radeon High Definition
Audio Controller"
node.name = "alsa_output.pci-0000_79_00.1.pro-output-7"
node.nick = "HDMI 1"
node.pause-on-idle = "false"
object.path = "alsa:acp:Generic:1:playback"
port.group = "playback"
priority.driver = "1132"
priority.session = "1132"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "148"
object.serial = "1013"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "1"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio1"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:79:00.1"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_79_00.1"
device.nick = "HD-Audio Generic"
device.plugged.usec = "14763316"
device.product.id = "0x1640"
device.product.name = "Rembrandt Radeon High Definition
Audio Controller"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:79:00.1/sound/card1"
device.vendor.id = "0x1002"
device.vendor.name = "Advanced Micro Devices, Inc.
[AMD/ATI]"
spa.object.id = "4"
device.string = "1"
Formats:
pcm
Sink #1014
State: IDLE
Name: alsa_output.pci-0000_79_00.1.pro-output-8
Description: Rembrandt Radeon High Definition Audio Controller
Pro 8
Driver: PipeWire
Sample Specification: s32le 8ch 48000Hz
Channel Map: aux0,aux1,aux2,aux3,aux4,aux5,aux6,aux7
Owner Module: 4294967295
Mute: no
Volume: aux0: 65536 / 100% / 0.00 dB,
aux1: 65536 / 100% / 0.00 dB,
aux2: 65536 / 100% / 0.00 dB,
aux3: 65536 / 100% / 0.00 dB,
aux4: 65536 / 100% / 0.00 dB,
aux5: 65536 / 100% / 0.00 dB,
aux6: 65536 / 100% / 0.00 dB,
aux7: 65536 / 100% / 0.00 dB
balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: alsa_output.pci-0000_79_00.1.pro-output-8.monitor
Latency: 0 usec, configured 0 usec
Flags: HARDWARE DECIBEL_VOLUME LATENCY
Properties:
alsa.card = "1"
alsa.card_name = "HD-Audio Generic"
alsa.class = "generic"
alsa.components = "HDA:1002aa01,00aa0100,00100800"
alsa.device = "8"
alsa.driver_name = "snd_hda_intel"
alsa.id = "HDMI 2"
alsa.long_card_name = "HD-Audio Generic at 0xdcf88000
irq 128"
alsa.mixer_name = "ATI R6xx HDMI"
alsa.name = "HDMI 2"
alsa.resolution_bits = "32"
alsa.subclass = "generic-mix"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.sync.id = "00000000:00000000:00000000:00000000"
api.alsa.card.longname = "HD-Audio Generic at
0xdcf88000 irq 128"
api.alsa.card.name = "HD-Audio Generic"
api.alsa.path = "hw:1,8"
api.alsa.pcm.card = "1"
api.alsa.pcm.stream = "playback"
audio.channels = "8"
audio.position = "AUX0,AUX1,AUX2,AUX3,AUX4,AUX5,AUX6,AUX7"
card.profile.device = "2"
clock.name = "api.alsa.1"
device.api = "alsa"
device.class = "sound"
device.icon_name = "audio-card-analog"
device.id = "42"
device.profile.description = "Pro 8"
device.profile.name = "pro-output-8"
device.profile.pro = "true"
device.routes = "0"
factory.name = "api.alsa.pcm.sink"
media.class = "Audio/Sink"
device.description = "Rembrandt Radeon High Definition
Audio Controller"
node.name = "alsa_output.pci-0000_79_00.1.pro-output-8"
node.nick = "HDMI 2"
node.pause-on-idle = "false"
object.path = "alsa:acp:Generic:2:playback"
port.group = "playback"
priority.driver = "1116"
priority.session = "1116"
factory.id = "19"
clock.quantum-limit = "8192"
client.id = "40"
node.driver = "true"
node.loop.name = "data-loop.0"
library.name = "audioconvert/libspa-audioconvert"
object.id = "194"
object.serial = "1014"
node.max-latency = "16384/48000"
api.alsa.period-size = "1024"
api.alsa.period-num = "32"
api.alsa.headroom = "0"
api.acp.auto-port = "false"
api.acp.auto-profile = "false"
api.alsa.card = "1"
api.alsa.split-enable = "true"
api.alsa.use-acp = "true"
api.dbus.ReserveDevice1 = "Audio1"
api.dbus.ReserveDevice1.Priority = "-20"
device.bus = "pci"
device.bus_path = "pci-0000:79:00.1"
device.enum.api = "udev"
device.name = "alsa_card.pci-0000_79_00.1"
device.nick = "HD-Audio Generic"
device.plugged.usec = "14763316"
device.product.id = "0x1640"
device.product.name = "Rembrandt Radeon High Definition
Audio Controller"
device.subsystem = "sound"
sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:79:00.1/sound/card1"
device.vendor.id = "0x1002"
device.vendor.name = "Advanced Micro Devices, Inc.
[AMD/ATI]"
spa.object.id = "4"
device.string = "1"
Formats:
pcm
--- Synchronet 3.21a-Linux NewsLink 1.2