Package: pulseaudio
Version: 16.1+dfsg1-2+b1
Severity: normal
X-Debbugs-Cc: witold.bary...@gmail.com

I have no idea how is this possible, but during build of live Debian iso
of testing/bookworm, using live-build, I got this:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 pulseaudio-module-gsettings : Depends: pulseaudio (= 16.1+dfsg1-2+b1)
 pulseaudio-module-zeroconf : Depends: pulseaudio (= 16.1+dfsg1-2+b1)
E: Unable to correct problems, you have held broken packages.
E: An unexpected failure occurred, exiting...
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...

real    2m38.843s
user    0m0.002s
sys     0m0.013s


Tried with 3 different mirrors.

The list provided to the apt-get does not contain pulseaudio or any
pulseaudio modules. It does contain libpulse-dev specified manually. And
some other packages. So the pulseaudio itself is installed via transitive
dependency (i.e. something like gnome or mate). (the actuall command line
to apt is too long too list here, it has over 8000 packages specified).

I had no issues few weeks ago, and I changed nothing. So something must
have changed in packaging, apt or archive.
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB

; auto-connect-localhost = no
; auto-connect-display = no
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; enable-memfd = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB
; lock-memory = no
; cpu-limit = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = yes
; realtime-priority = 5

; exit-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa

; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0

; resample-method = speex-float-1
; avoid-resampling = false
; enable-remixing = yes
; remixing-use-all-sink-channels = yes
; remixing-produce-lfe = no
; remixing-consume-lfe = no
; lfe-crossover-freq = 0

; flat-volumes = no

; rescue-streams = yes

; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1
; rlimit-core = -1
; rlimit-as = -1
; rlimit-rss = -1
; rlimit-nproc = -1
; rlimit-nofile = 256
; rlimit-memlock = -1
; rlimit-locks = -1
; rlimit-sigpending = -1
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
; rlimit-rttime = 200000

; default-sample-format = s16le
; default-sample-rate = 44100
; alternate-sample-rate = 48000
; default-sample-channels = 2
; default-channel-map = front-left,front-right

; default-fragments = 4
; default-fragment-size-msec = 25

; enable-deferred-volume = yes
; deferred-volume-safety-margin-usec = 8000
; deferred-volume-extra-delay-usec = 0
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)

.fail

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties

### Should be after module-*-restore but before module-*-detect
load-module module-switch-on-port-available

### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output 
source_name=input
#load-module module-null-sink
#load-module module-pipe-sink

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev 
support)
load-module module-detect
.endif

### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif

### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix

### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
#load-module module-zeroconf-publish

### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv

### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 
sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor

### Load additional modules from GSettings. This can be configured with the 
paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict 
with manually
### loaded modules.
.ifexists module-gsettings.so
.nofail
load-module module-gsettings
.fail
.endif

### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Honour intended role device property
load-module module-intended-roles

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
load-module module-console-kit
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif

### Enable positioned event sounds
load-module module-position-event-sounds

### Cork music/video streams when a phone stream is active
load-module module-role-cork

### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply

### Make some devices default
#set-default-sink output
#set-default-source input

### Allow including a default.pa.d directory, which if present, can be used
### for additional configuration snippets.
### Note that those snippet files must have a .pa file extension, not .conf
.nofail
.include /etc/pulse/default.pa.d
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

# This startup script is used only if PulseAudio is started in system
# mode.

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev/hal 
support)
load-module module-detect
.endif

### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix

### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### Enable positioned event sounds
load-module module-position-event-sounds

### Allow including a system.pa.d directory, which if present, can be used
### for additional configuration snippets.
### Note that those snippet files must have a .pa file extension, not .conf
.nofail
.include /etc/pulse/system.pa.d
null
    Discard all samples (playback) or generate zero samples (capture)
default
    Playback/recording through the PulseAudio sound server
sysdefault
    Default Audio Device
lavrate
    Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
    Rate Converter Plugin Using Samplerate Library
speexrate
    Rate Converter Plugin Using Speex Resampler
jack
    JACK Audio Connection Kit
oss
    Open Sound System
pulse
    PulseAudio Sound Server
speex
    Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
    Plugin for channel upmix (4,6,8)
vdownmix
    Plugin for channel downmix (stereo) with a simple spacialization
hw:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    Direct hardware device without any conversions
plughw:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    Hardware device with all software conversions
sysdefault:CARD=M20
    MIYO USB Audio 2.0, USB Audio
    Default Audio Device
front:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    Front output / input
surround21:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=M20,DEV=0
    MIYO USB Audio 2.0, USB Audio
    Direct sample mixing device
usbstream:CARD=M20
    MIYO USB Audio 2.0
    USB Stream Output
usbstream:CARD=C920
    HD Pro Webcam C920
    USB Stream Output
usbstream:CARD=BRIO
    Logitech BRIO
    USB Stream Output
Module #1
        Name: libpipewire-module-rt
        Argument: {
            nice.level    = -11
            #rt.prio      = 88
            #rt.time.soft = -1
            #rt.time.hard = -1
        }
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-rt"
                object.id = "1"
                object.serial = "1"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Use realtime thread scheduling, falling 
back to RTKit"
                module.usage = "[nice.level=<priority: default 20(don't 
change)>] [rt.prio=<priority: default 88>] [rt.time.soft=<in usec: default -1] 
[rt.time.hard=<in usec: default -1] "
                module.version = "0.3.64"
                nice.level = "-11"

Module #2
        Name: libpipewire-module-protocol-native
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-protocol-native"
                object.id = "2"
                object.serial = "2"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Native protocol using unix sockets"
                module.version = "0.3.64"

Module #3
        Name: libpipewire-module-profiler
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-profiler"
                object.id = "3"
                object.serial = "3"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Generate Profiling data"
                module.version = "0.3.64"

Module #5
        Name: libpipewire-module-metadata
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-metadata"
                object.id = "5"
                object.serial = "5"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Allow clients to create metadata store"
                module.version = "0.3.64"

Module #7
        Name: libpipewire-module-spa-device-factory
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-spa-device-factory"
                object.id = "7"
                object.serial = "7"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Provide a factory to make SPA devices"
                module.version = "0.3.64"

Module #9
        Name: libpipewire-module-spa-node-factory
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-spa-node-factory"
                object.id = "9"
                object.serial = "9"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Provide a factory to make SPA nodes"
                module.version = "0.3.64"

Module #11
        Name: libpipewire-module-client-node
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-client-node"
                object.id = "11"
                object.serial = "11"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Allow clients to create and control 
remote nodes"
                module.version = "0.3.64"

Module #13
        Name: libpipewire-module-client-device
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-client-device"
                object.id = "13"
                object.serial = "13"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Allow clients to create and control 
remote devices"
                module.version = "0.3.64"

Module #15
        Name: libpipewire-module-portal
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-portal"
                object.id = "15"
                object.serial = "15"

Module #16
        Name: libpipewire-module-access
        Argument: {
            # access.allowed to list an array of paths of allowed
            # apps.
            #access.allowed = [
            #    /usr/bin/pipewire-media-session
            #]

            # An array of rejected paths.
            #access.rejected = [ ]

            # An array of paths with restricted access.
            #access.restricted = [ ]

            # Anything not in the above lists gets assigned the
            # access.force permission.
            #access.force = flatpak
        }
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-access"
                object.id = "16"
                object.serial = "16"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Perform access check"
                module.usage = "[ access.force=flatpak ] [ 
access.allowed=<cmd-line> ] [ access.rejected=<cmd-line> ] [ 
access.restricted=<cmd-line> ] "
                module.version = "0.3.64"

Module #17
        Name: libpipewire-module-adapter
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-adapter"
                object.id = "17"
                object.serial = "17"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Manage adapter nodes"
                module.version = "0.3.64"

Module #19
        Name: libpipewire-module-link-factory
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-link-factory"
                object.id = "19"
                object.serial = "19"
                module.author = "Wim Taymans <wim.taym...@gmail.com>"
                module.description = "Allow clients to create links"
                module.version = "0.3.64"

Module #21
        Name: libpipewire-module-session-manager
        Argument: 
        Usage counter: n/a
        Properties:
                module.name = "libpipewire-module-session-manager"
                object.id = "21"
                object.serial = "21"
                module.author = "George Kiagiadakis 
<george.kiagiada...@collabora.com>"
                module.description = "Implements objects for session management"
                module.version = "0.3.64"

Module #536870912
        Name: module-always-sink
        Argument: 
        Usage counter: n/a
        Properties:
                module.author = "Pauli Virtanen <p...@iki.fi>"
                module.description = "Always keeps at least one sink loaded 
even if it's a null one"
                module.usage = "sink_name=<name of sink>"
                module.version = "0.3.64"

Sink #82
        State: SUSPENDED
        Name: alsa_output.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo
        Description: MIYO USB Audio 2.0 Analog Stereo
        Driver: PipeWire
        Sample Specification: s32le 2ch 48000Hz
        Channel Map: front-left,front-right
        Owner Module: 4294967295
        Mute: no
        Volume: front-left: 52414 /  80% / -5.82 dB,   front-right: 52414 /  
80% / -5.82 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor Source: 
alsa_output.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo.monitor
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.card = "0"
                alsa.card_name = "MIYO USB Audio 2.0"
                alsa.class = "generic"
                alsa.device = "0"
                alsa.driver_name = "snd_usb_audio"
                alsa.id = "USB Audio"
                alsa.long_card_name = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                alsa.name = "USB Audio"
                alsa.resolution_bits = "16"
                alsa.subclass = "generic-mix"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                api.alsa.card.longname = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                api.alsa.card.name = "MIYO USB Audio 2.0"
                api.alsa.path = "front:0"
                api.alsa.pcm.card = "0"
                api.alsa.pcm.stream = "playback"
                audio.channels = "2"
                audio.position = "FL,FR"
                card.profile.device = "4"
                device.api = "alsa"
                device.class = "sound"
                device.id = "52"
                device.profile.description = "Analog Stereo"
                device.profile.name = "analog-stereo"
                device.routes = "1"
                factory.name = "api.alsa.pcm.sink"
                media.class = "Audio/Sink"
                device.description = "MIYO USB Audio 2.0"
                node.name = 
"alsa_output.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo"
                node.nick = "MIYO USB Audio 2.0"
                node.pause-on-idle = "false"
                object.path = "alsa:pcm:0:front:0:playback"
                priority.driver = "1009"
                priority.session = "1009"
                factory.id = "18"
                clock.quantum-limit = "8192"
                client.id = "34"
                node.driver = "true"
                factory.mode = "merge"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                object.id = "56"
                object.serial = "82"
                node.max-latency = "16384/48000"
                api.alsa.period-size = "512"
                api.alsa.period-num = "64"
                api.alsa.headroom = "512"
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "0"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio0"
                device.bus = "usb"
                device.bus-id = "usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.bus_path = "pci-0000:45:00.3-usb-0:1.4.3:1.0"
                device.enum.api = "udev"
                device.icon_name = "audio-card-analog-usb"
                device.name = "alsa_card.usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.nick = "MIYO USB Audio 2.0"
                device.plugged.usec = "320067909"
                device.product.id = "0x305f"
                device.product.name = "MIYO USB Audio 2.0"
                device.serial = "MIYO_MIYO_USB_Audio_2.0"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb4/4-1/4-1.4/4-1.4.3/4-1.4.3:1.0/sound/card0"
                device.vendor.id = "0x20b1"
                device.vendor.name = "XMOS Ltd"
                device.string = "0"
        Ports:
                analog-output: Analog Output (type: Analog, priority: 9900, 
availability unknown)
        Active Port: analog-output
        Formats:
                pcm

Source #51
        State: SUSPENDED
        Name: alsa_input.usb-046d_HD_Pro_Webcam_C920_FC2453FF-02.analog-stereo
        Description: HD Pro Webcam C920 Analog Stereo
        Driver: PipeWire
        Sample Specification: s16le 2ch 32000Hz
        Channel Map: front-left,front-right
        Owner Module: 4294967295
        Mute: no
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% 
/ 0.00 dB
                balance 0.00
        Base Volume: 9619 /  15% / -50.00 dB
        Monitor of Sink: n/a
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.card = "1"
                alsa.card_name = "HD Pro Webcam C920"
                alsa.class = "generic"
                alsa.device = "0"
                alsa.driver_name = "snd_usb_audio"
                alsa.id = "USB Audio"
                alsa.long_card_name = "HD Pro Webcam C920 at 
usb-0000:01:00.0-5, high speed"
                alsa.name = "USB Audio"
                alsa.resolution_bits = "16"
                alsa.subclass = "generic-mix"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                api.alsa.card.longname = "HD Pro Webcam C920 at 
usb-0000:01:00.0-5, high speed"
                api.alsa.card.name = "HD Pro Webcam C920"
                api.alsa.path = "front:1"
                api.alsa.pcm.card = "1"
                api.alsa.pcm.stream = "capture"
                audio.channels = "2"
                audio.position = "FL,FR"
                card.profile.device = "0"
                device.api = "alsa"
                device.class = "sound"
                device.id = "43"
                device.profile.description = "Analog Stereo"
                device.profile.name = "analog-stereo"
                device.routes = "1"
                factory.name = "api.alsa.pcm.source"
                media.class = "Audio/Source"
                device.description = "HD Pro Webcam C920"
                node.name = 
"alsa_input.usb-046d_HD_Pro_Webcam_C920_FC2453FF-02.analog-stereo"
                node.nick = "HD Pro Webcam C920"
                node.pause-on-idle = "false"
                object.path = "alsa:pcm:1:front:1:capture"
                priority.driver = "2009"
                priority.session = "2009"
                factory.id = "18"
                clock.quantum-limit = "8192"
                client.id = "34"
                node.driver = "true"
                factory.mode = "split"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                object.id = "51"
                object.serial = "51"
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "1"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio1"
                device.bus = "usb"
                device.bus-id = "usb-046d_HD_Pro_Webcam_C920_FC2453FF-02"
                device.bus_path = "pci-0000:01:00.0-usb-0:5:1.2"
                device.enum.api = "udev"
                device.form_factor = "webcam"
                device.icon_name = "camera-web-analog-usb"
                device.name = 
"alsa_card.usb-046d_HD_Pro_Webcam_C920_FC2453FF-02"
                device.nick = "HD Pro Webcam C920"
                device.plugged.usec = "42700098"
                device.product.id = "0x082d"
                device.product.name = "HD Pro Webcam C920"
                device.serial = "046d_HD_Pro_Webcam_C920_FC2453FF"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/sound/card1"
                device.vendor.id = "0x046d"
                device.vendor.name = "Logitech, Inc."
                device.string = "1"
        Ports:
                analog-input-mic: Microphone (type: Mic, priority: 8700, 
availability unknown)
        Active Port: analog-input-mic
        Formats:
                pcm

Source #72
        State: SUSPENDED
        Name: alsa_input.usb-046d_Logitech_BRIO_00814037-02.analog-stereo
        Description: BRIO Ultra HD Webcam Analog Stereo
        Driver: PipeWire
        Sample Specification: s16le 2ch 48000Hz
        Channel Map: front-left,front-right
        Owner Module: 4294967295
        Mute: no
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% 
/ 0.00 dB
                balance 0.00
        Base Volume: 8250 /  13% / -54.00 dB
        Monitor of Sink: n/a
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.card = "2"
                alsa.card_name = "Logitech BRIO"
                alsa.class = "generic"
                alsa.device = "0"
                alsa.driver_name = "snd_usb_audio"
                alsa.id = "USB Audio"
                alsa.long_card_name = "Logitech BRIO at usb-0000:45:00.3-4.3.3, 
super speed"
                alsa.name = "USB Audio"
                alsa.resolution_bits = "16"
                alsa.subclass = "generic-mix"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                api.alsa.card.longname = "Logitech BRIO at 
usb-0000:45:00.3-4.3.3, super speed"
                api.alsa.card.name = "Logitech BRIO"
                api.alsa.path = "front:2"
                api.alsa.pcm.card = "2"
                api.alsa.pcm.stream = "capture"
                audio.channels = "2"
                audio.position = "FL,FR"
                card.profile.device = "0"
                device.api = "alsa"
                device.class = "sound"
                device.id = "64"
                device.profile.description = "Analog Stereo"
                device.profile.name = "analog-stereo"
                device.routes = "1"
                factory.name = "api.alsa.pcm.source"
                media.class = "Audio/Source"
                device.description = "BRIO Ultra HD Webcam"
                node.name = 
"alsa_input.usb-046d_Logitech_BRIO_00814037-02.analog-stereo"
                node.nick = "Logitech BRIO"
                node.pause-on-idle = "false"
                object.path = "alsa:pcm:2:front:2:capture"
                priority.driver = "2009"
                priority.session = "2009"
                factory.id = "18"
                clock.quantum-limit = "8192"
                client.id = "34"
                node.driver = "true"
                factory.mode = "split"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                object.id = "66"
                object.serial = "72"
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "2"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio2"
                device.bus = "usb"
                device.bus-id = "usb-046d_Logitech_BRIO_00814037-02"
                device.bus_path = "pci-0000:45:00.3-usb-0:4.3.3:1.2"
                device.enum.api = "udev"
                device.form_factor = "webcam"
                device.icon_name = "camera-web-analog-usb"
                device.name = "alsa_card.usb-046d_Logitech_BRIO_00814037-02"
                device.nick = "Logitech BRIO"
                device.plugged.usec = "103305559"
                device.product.id = "0x085e"
                device.product.name = "BRIO Ultra HD Webcam"
                device.serial = "046d_Logitech_BRIO_00814037"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb6/6-4/6-4.3/6-4.3.3/6-4.3.3:1.2/sound/card2"
                device.vendor.id = "0x046d"
                device.vendor.name = "Logitech, Inc."
                device.string = "2"
        Ports:
                analog-input-mic: Microphone (type: Mic, priority: 8700, 
availability unknown)
        Active Port: analog-input-mic
        Formats:
                pcm

Source #82
        State: SUSPENDED
        Name: alsa_output.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo.monitor
        Description: Monitor of MIYO USB Audio 2.0 Analog Stereo
        Driver: PipeWire
        Sample Specification: s32le 2ch 48000Hz
        Channel Map: front-left,front-right
        Owner Module: 4294967295
        Mute: no
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% 
/ 0.00 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor of Sink: 
alsa_output.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.card = "0"
                alsa.card_name = "MIYO USB Audio 2.0"
                alsa.class = "generic"
                alsa.device = "0"
                alsa.driver_name = "snd_usb_audio"
                alsa.id = "USB Audio"
                alsa.long_card_name = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                alsa.name = "USB Audio"
                alsa.resolution_bits = "16"
                alsa.subclass = "generic-mix"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                api.alsa.card.longname = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                api.alsa.card.name = "MIYO USB Audio 2.0"
                api.alsa.path = "front:0"
                api.alsa.pcm.card = "0"
                api.alsa.pcm.stream = "playback"
                audio.channels = "2"
                audio.position = "FL,FR"
                card.profile.device = "4"
                device.api = "alsa"
                device.class = "monitor"
                device.id = "52"
                device.profile.description = "Analog Stereo"
                device.profile.name = "analog-stereo"
                device.routes = "1"
                factory.name = "api.alsa.pcm.sink"
                media.class = "Audio/Sink"
                device.description = "MIYO USB Audio 2.0"
                node.name = 
"alsa_output.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo"
                node.nick = "MIYO USB Audio 2.0"
                node.pause-on-idle = "false"
                object.path = "alsa:pcm:0:front:0:playback"
                priority.driver = "1009"
                priority.session = "1009"
                factory.id = "18"
                clock.quantum-limit = "8192"
                client.id = "34"
                node.driver = "true"
                factory.mode = "merge"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                object.id = "56"
                object.serial = "82"
                node.max-latency = "16384/48000"
                api.alsa.period-size = "512"
                api.alsa.period-num = "64"
                api.alsa.headroom = "512"
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "0"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio0"
                device.bus = "usb"
                device.bus-id = "usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.bus_path = "pci-0000:45:00.3-usb-0:1.4.3:1.0"
                device.enum.api = "udev"
                device.icon_name = "audio-card-analog-usb"
                device.name = "alsa_card.usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.nick = "MIYO USB Audio 2.0"
                device.plugged.usec = "320067909"
                device.product.id = "0x305f"
                device.product.name = "MIYO USB Audio 2.0"
                device.serial = "MIYO_MIYO_USB_Audio_2.0"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb4/4-1/4-1.4/4-1.4.3/4-1.4.3:1.0/sound/card0"
                device.vendor.id = "0x20b1"
                device.vendor.name = "XMOS Ltd"
                device.string = "0"
        Formats:
                pcm

Source #83
        State: SUSPENDED
        Name: alsa_input.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo
        Description: MIYO USB Audio 2.0 Analog Stereo
        Driver: PipeWire
        Sample Specification: s32le 2ch 48000Hz
        Channel Map: front-left,front-right
        Owner Module: 4294967295
        Mute: no
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% 
/ 0.00 dB
                balance 0.00
        Base Volume: 65536 / 100% / 0.00 dB
        Monitor of Sink: n/a
        Latency: 0 usec, configured 0 usec
        Flags: HARDWARE DECIBEL_VOLUME LATENCY 
        Properties:
                alsa.card = "0"
                alsa.card_name = "MIYO USB Audio 2.0"
                alsa.class = "generic"
                alsa.device = "0"
                alsa.driver_name = "snd_usb_audio"
                alsa.id = "USB Audio"
                alsa.long_card_name = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                alsa.name = "USB Audio"
                alsa.resolution_bits = "32"
                alsa.subclass = "generic-mix"
                alsa.subdevice = "0"
                alsa.subdevice_name = "subdevice #0"
                api.alsa.card.longname = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                api.alsa.card.name = "MIYO USB Audio 2.0"
                api.alsa.path = "front:0"
                api.alsa.pcm.card = "0"
                api.alsa.pcm.stream = "capture"
                audio.channels = "2"
                audio.position = "FL,FR"
                card.profile.device = "0"
                device.api = "alsa"
                device.class = "sound"
                device.id = "52"
                device.profile.description = "Analog Stereo"
                device.profile.name = "analog-stereo"
                device.routes = "1"
                factory.name = "api.alsa.pcm.source"
                media.class = "Audio/Source"
                device.description = "MIYO USB Audio 2.0"
                node.name = 
"alsa_input.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo"
                node.nick = "MIYO USB Audio 2.0"
                node.pause-on-idle = "false"
                object.path = "alsa:pcm:0:front:0:capture"
                priority.driver = "2009"
                priority.session = "2009"
                factory.id = "18"
                clock.quantum-limit = "8192"
                client.id = "34"
                node.driver = "true"
                factory.mode = "split"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                object.id = "55"
                object.serial = "83"
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "0"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio0"
                device.bus = "usb"
                device.bus-id = "usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.bus_path = "pci-0000:45:00.3-usb-0:1.4.3:1.0"
                device.enum.api = "udev"
                device.icon_name = "audio-card-analog-usb"
                device.name = "alsa_card.usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.nick = "MIYO USB Audio 2.0"
                device.plugged.usec = "320067909"
                device.product.id = "0x305f"
                device.product.name = "MIYO USB Audio 2.0"
                device.serial = "MIYO_MIYO_USB_Audio_2.0"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb4/4-1/4-1.4/4-1.4.3/4-1.4.3:1.0/sound/card0"
                device.vendor.id = "0x20b1"
                device.vendor.name = "XMOS Ltd"
                device.string = "0"
        Ports:
                analog-input: Analog Input (type: Analog, priority: 10000, 
availability unknown)
        Active Port: analog-input
        Formats:
                pcm

Sink Input #506
        Driver: PipeWire
        Owner Module: n/a
        Client: 505
        Sink: 82
        Sample Specification: s16le 1ch 44100Hz
        Channel Map: mono
        Format: pcm, format.sample_format = "\"s16le\""  format.rate = "44100"  
format.channels = "1"  format.channel_map = "\"mono\""
        Corked: yes
        Mute: no
        Volume: mono: 65536 / 100% / 0.00 dB
                balance 0.00
        Buffer Latency: 0 usec
        Sink Latency: 0 usec
        Resample method: PipeWire
        Properties:
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "speech-dispatcher-dummy"
                application.process.id = "1013891"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "sd_dummy"
                application.language = "C"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                pulse.min.req = "512/48000"
                pulse.min.quantum = "512/48000"
                pulse.idle.timeout = "5"
                media.name = "playback"
                node.rate = "1/44100"
                node.latency = "471/44100"
                stream.is-live = "true"
                node.name = "speech-dispatcher-dummy"
                node.autoconnect = "true"
                node.want-driver = "true"
                media.class = "Stream/Output/Audio"
                adapt.follower.spa-node = ""
                object.register = "false"
                factory.id = "6"
                clock.quantum-limit = "8192"
                factory.mode = "split"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                client.id = "44"
                object.id = "71"
                object.serial = "506"
                pulse.attr.maxlength = "4194304"
                pulse.attr.tlength = "2826"
                pulse.attr.prebuf = "1886"
                pulse.attr.minreq = "942"
                module-stream-restore.id = 
"sink-input-by-application-name:speech-dispatcher-dummy"

Sink Input #869
        Driver: PipeWire
        Owner Module: n/a
        Client: 75
        Sink: 82
        Sample Specification: float32le 2ch 48000Hz
        Channel Map: front-left,front-right
        Format: pcm, format.sample_format = "\"float32le\""  format.rate = 
"48000"  format.channels = "2"  format.channel_map = 
"\"front-left,front-right\""
        Corked: yes
        Mute: no
        Volume: front-left: 58190 /  89% / -3.10 dB,   front-right: 58190 /  
89% / -3.10 dB
                balance 0.00
        Buffer Latency: 0 usec
        Sink Latency: 0 usec
        Resample method: PipeWire
        Properties:
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "Firefox"
                application.process.id = "11282"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "firefox-esr"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                media.name = "AudioStream"
                node.rate = "1/48000"
                node.latency = "3600/48000"
                stream.is-live = "true"
                node.name = "Firefox"
                node.autoconnect = "true"
                node.want-driver = "true"
                media.class = "Stream/Output/Audio"
                adapt.follower.spa-node = ""
                object.register = "false"
                factory.id = "6"
                clock.quantum-limit = "8192"
                factory.mode = "split"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                client.id = "69"
                object.id = "109"
                object.serial = "869"
                pulse.attr.maxlength = "4194304"
                pulse.attr.tlength = "48000"
                pulse.attr.prebuf = "38408"
                pulse.attr.minreq = "9600"
                module-stream-restore.id = 
"sink-input-by-application-name:Firefox"

Sink Input #924
        Driver: PipeWire
        Owner Module: n/a
        Client: 75
        Sink: 82
        Sample Specification: float32le 2ch 48000Hz
        Channel Map: front-left,front-right
        Format: pcm, format.sample_format = "\"float32le\""  format.rate = 
"48000"  format.channels = "2"  format.channel_map = 
"\"front-left,front-right\""
        Corked: yes
        Mute: no
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% 
/ 0.00 dB
                balance 0.00
        Buffer Latency: 0 usec
        Sink Latency: 0 usec
        Resample method: PipeWire
        Properties:
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "Firefox"
                application.process.id = "11282"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "firefox-esr"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                media.name = "AudioStream"
                node.rate = "1/48000"
                node.latency = "3600/48000"
                stream.is-live = "true"
                node.name = "Firefox"
                node.autoconnect = "true"
                node.want-driver = "true"
                media.class = "Stream/Output/Audio"
                adapt.follower.spa-node = ""
                object.register = "false"
                factory.id = "6"
                clock.quantum-limit = "8192"
                factory.mode = "split"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                client.id = "69"
                object.id = "104"
                object.serial = "924"
                pulse.attr.maxlength = "4194304"
                pulse.attr.tlength = "48000"
                pulse.attr.prebuf = "38408"
                pulse.attr.minreq = "9600"
                module-stream-restore.id = 
"sink-input-by-application-name:Firefox"

Sink Input #5569
        Driver: PipeWire
        Owner Module: n/a
        Client: 75
        Sink: 82
        Sample Specification: float32le 2ch 48000Hz
        Channel Map: front-left,front-right
        Format: pcm, format.sample_format = "\"float32le\""  format.rate = 
"48000"  format.channels = "2"  format.channel_map = 
"\"front-left,front-right\""
        Corked: yes
        Mute: no
        Volume: front-left: 53695 /  82% / -5.19 dB,   front-right: 53695 /  
82% / -5.19 dB
                balance 0.00
        Buffer Latency: 0 usec
        Sink Latency: 0 usec
        Resample method: PipeWire
        Properties:
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "Firefox"
                application.process.id = "11282"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "firefox-esr"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                media.name = "AudioStream"
                node.rate = "1/48000"
                node.latency = "3600/48000"
                stream.is-live = "true"
                node.name = "Firefox"
                node.autoconnect = "true"
                node.want-driver = "true"
                media.class = "Stream/Output/Audio"
                adapt.follower.spa-node = ""
                object.register = "false"
                factory.id = "6"
                clock.quantum-limit = "8192"
                factory.mode = "split"
                audio.adapt.follower = ""
                library.name = "audioconvert/libspa-audioconvert"
                client.id = "69"
                object.id = "114"
                object.serial = "5569"
                pulse.attr.maxlength = "4194304"
                pulse.attr.tlength = "48000"
                pulse.attr.prebuf = "38408"
                pulse.attr.minreq = "9600"
                module-stream-restore.id = 
"sink-input-by-application-name:Firefox"

Client #31
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "31"
                object.serial = "31"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                application.name = "pipewire"
                application.process.binary = "pipewire"
                application.language = "en_US.UTF-8"
                application.process.id = "3645"
                application.process.user = "user"
                application.process.host = "debian"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #33
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3644"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "33"
                object.serial = "33"
                config.name = "/usr/share/wireplumber/wireplumber.conf"
                application.name = "WirePlumber"
                wireplumber.daemon = "true"
                wireplumber.export-core = "true"
                log.level = "2"
                wireplumber.script-engine = "lua-scripting"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                application.process.binary = "wireplumber"
                application.language = "en_US.UTF-8"
                application.process.id = "3644"
                application.process.user = "user"
                application.process.host = "debian"
                core.version = "0.3.64"
                core.name = "pipewire-user-3644"
                pipewire.access = "unrestricted"

Client #34
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3644"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "34"
                object.serial = "34"
                application.name = "WirePlumber [export]"
                config.name = "/usr/share/wireplumber/wireplumber.conf"
                wireplumber.daemon = "true"
                wireplumber.export-core = "true"
                log.level = "2"
                wireplumber.script-engine = "lua-scripting"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                application.process.binary = "wireplumber"
                application.language = "en_US.UTF-8"
                application.process.id = "3644"
                application.process.user = "user"
                application.process.host = "debian"
                core.version = "0.3.64"
                core.name = "pipewire-user-3644"
                pipewire.access = "unrestricted"

Client #57
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "57"
                object.serial = "57"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "GNOME Shell Volume Control"
                application.id = "org.gnome.VolumeControl"
                application.icon_name = "multimedia-volume-control"
                application.version = "43.1"
                application.process.id = "4120"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "gnome-shell"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #59
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "58"
                object.serial = "59"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "GNOME Volume Control Media Keys"
                application.id = "org.gnome.VolumeControl"
                application.icon_name = "multimedia-volume-control"
                application.version = ""
                application.process.id = "4515"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "gsd-media-keys"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #61
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "4984"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "59"
                object.serial = "61"
                pipewire.access.portal.is_portal = "true"
                portal.monitor = "Camera"
                log.level = "0"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                application.name = "xdg-desktop-portal"
                application.process.binary = "xdg-desktop-portal"
                application.language = "en_US.UTF-8"
                application.process.id = "4984"
                application.process.user = "user"
                application.process.host = "debian"
                window.x11.display = ":0"
                core.version = "0.3.64"
                core.name = "pipewire-user-4984"
                pipewire.access = "unrestricted"

Client #62
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "60"
                object.serial = "62"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "PulseAudio systray"
                application.process.id = "4513"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "pasystray"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #75
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "69"
                object.serial = "75"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "Firefox"
                application.process.id = "11282"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "firefox-esr"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #97
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "70"
                object.serial = "97"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.icon_name = "firefox-esr"
                application.name = "Firefox"
                application.version = "102.6.0"
                application.process.id = "11282"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "firefox-esr"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #505
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "44"
                object.serial = "505"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "speech-dispatcher-dummy"
                application.process.id = "1013891"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "sd_dummy"
                application.language = "C"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                pulse.min.req = "512/48000"
                pulse.min.quantum = "512/48000"
                pulse.idle.timeout = "5"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #727
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "77"
                object.serial = "727"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "gsd-power"
                window.x11.display = "wayland-0"
                window.x11.screen = "0"
                application.process.id = "4516"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "gsd-power (deleted)"
                application.language = "en_US.UTF-8"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #738
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "88"
                object.serial = "738"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "Mutter"
                application.process.id = "4120"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "gnome-shell (deleted)"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Client #5639
        Driver: PipeWire
        Owner Module: 2
        Properties:
                pipewire.protocol = "protocol-native"
                pipewire.sec.pid = "3645"
                pipewire.sec.uid = "1000"
                pipewire.sec.gid = "1000"
                module.id = "2"
                object.id = "125"
                object.serial = "5639"
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.process.id = "690849"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "pactl"
                application.name = "pactl"
                application.language = "C"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                config.name = "pipewire-pulse.conf"
                cpu.max-align = "32"
                default.clock.rate = "48000"
                default.clock.quantum = "1024"
                default.clock.min-quantum = "32"
                default.clock.max-quantum = "2048"
                default.clock.quantum-limit = "8192"
                default.video.width = "640"
                default.video.height = "480"
                default.video.rate.num = "25"
                default.video.rate.denom = "1"
                log.level = "2"
                clock.power-of-two-quantum = "true"
                link.max-buffers = "64"
                mem.warn-mlock = "false"
                mem.allow-mlock = "true"
                settings.check-quantum = "false"
                settings.check-rate = "false"
                core.version = "0.3.64"
                core.name = "pipewire-user-3645"
                pipewire.access = "unrestricted"

Sample #0
        Name: bell-window-system
        Sample Specification: s16le 2ch 44100Hz
        Channel Map: front-left,front-right
        Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% 
/ 0.00 dB
                balance 0.00
        Duration: 0.1s
        Size: 24.0 KiB
        Lazy: no
        Filename: n/a
        Properties:
                client.api = "pipewire-pulse"
                pulse.server.type = "unix"
                application.name = "Mutter"
                application.process.id = "4120"
                application.process.user = "user"
                application.process.host = "debian"
                application.process.binary = "gnome-shell (deleted)"
                application.language = "en_US.UTF-8"
                window.x11.display = ":0"
                application.process.machine_id = 
"69e0a6108038474faa0e16e5058743be"
                event.description = "Bell event"
                event.id = "bell-window-system"
                media.role = "event"
                media.name = "bell-window-system"
                media.filename = 
"/usr/share//sounds/freedesktop/stereo/bell.oga"

Card #43
        Name: alsa_card.usb-046d_HD_Pro_Webcam_C920_FC2453FF-02
        Driver: alsa
        Owner Module: n/a
        Properties:
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "1"
                api.alsa.card.longname = "HD Pro Webcam C920 at 
usb-0000:01:00.0-5, high speed"
                api.alsa.card.name = "HD Pro Webcam C920"
                api.alsa.path = "hw:1"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio1"
                device.api = "alsa"
                device.bus = "usb"
                device.bus-id = "usb-046d_HD_Pro_Webcam_C920_FC2453FF-02"
                device.bus_path = "pci-0000:01:00.0-usb-0:5:1.2"
                device.description = "HD Pro Webcam C920"
                device.enum.api = "udev"
                device.form_factor = "webcam"
                device.icon_name = "camera-web-analog-usb"
                device.name = 
"alsa_card.usb-046d_HD_Pro_Webcam_C920_FC2453FF-02"
                device.nick = "HD Pro Webcam C920"
                device.plugged.usec = "42700098"
                device.product.id = "0x082d"
                device.product.name = "HD Pro Webcam C920"
                device.serial = "046d_HD_Pro_Webcam_C920_FC2453FF"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/sound/card1"
                device.vendor.id = "0x046d"
                device.vendor.name = "Logitech, Inc."
                media.class = "Audio/Device"
                factory.id = "14"
                client.id = "34"
                object.id = "43"
                object.serial = "43"
                object.path = "alsa:pcm:1"
                alsa.card = "1"
                alsa.card_name = "HD Pro Webcam C920"
                alsa.long_card_name = "HD Pro Webcam C920 at 
usb-0000:01:00.0-5, high speed"
                alsa.driver_name = "snd_usb_audio"
                device.string = "1"
        Profiles:
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, 
priority: 65, available: yes)
                input:iec958-stereo: Digital Stereo (IEC958) Input (sinks: 0, 
sources: 1, priority: 55, available: yes)
                pro-audio: Pro Audio (sinks: 0, sources: 1, priority: 1, 
available: yes)
        Active Profile: input:analog-stereo
        Ports:
                analog-input-mic: Microphone (type: Mic, priority: 8700, 
latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "mic"
                                device.icon_name = "audio-input-microphone"
                                card.profile.port = "0"
                        Part of profile(s): input:analog-stereo
                iec958-stereo-input: Digital Input (S/PDIF) (type: SPDIF, 
priority: 0, latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "spdif"
                                card.profile.port = "1"
                        Part of profile(s): input:iec958-stereo

Card #71
        Name: alsa_card.usb-046d_Logitech_BRIO_00814037-02
        Driver: alsa
        Owner Module: n/a
        Properties:
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "2"
                api.alsa.card.longname = "Logitech BRIO at 
usb-0000:45:00.3-4.3.3, super speed"
                api.alsa.card.name = "Logitech BRIO"
                api.alsa.path = "hw:2"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio2"
                device.api = "alsa"
                device.bus = "usb"
                device.bus-id = "usb-046d_Logitech_BRIO_00814037-02"
                device.bus_path = "pci-0000:45:00.3-usb-0:4.3.3:1.2"
                device.description = "BRIO Ultra HD Webcam"
                device.enum.api = "udev"
                device.form_factor = "webcam"
                device.icon_name = "camera-web-analog-usb"
                device.name = "alsa_card.usb-046d_Logitech_BRIO_00814037-02"
                device.nick = "Logitech BRIO"
                device.plugged.usec = "103305559"
                device.product.id = "0x085e"
                device.product.name = "BRIO Ultra HD Webcam"
                device.serial = "046d_Logitech_BRIO_00814037"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb6/6-4/6-4.3/6-4.3.3/6-4.3.3:1.2/sound/card2"
                device.vendor.id = "0x046d"
                device.vendor.name = "Logitech, Inc."
                media.class = "Audio/Device"
                factory.id = "14"
                client.id = "34"
                object.id = "64"
                object.serial = "71"
                object.path = "alsa:pcm:2"
                alsa.card = "2"
                alsa.card_name = "Logitech BRIO"
                alsa.long_card_name = "Logitech BRIO at usb-0000:45:00.3-4.3.3, 
super speed"
                alsa.driver_name = "snd_usb_audio"
                device.string = "2"
        Profiles:
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, 
priority: 65, available: yes)
                input:iec958-stereo: Digital Stereo (IEC958) Input (sinks: 0, 
sources: 1, priority: 55, available: yes)
                pro-audio: Pro Audio (sinks: 0, sources: 1, priority: 1, 
available: yes)
        Active Profile: input:analog-stereo
        Ports:
                analog-input-mic: Microphone (type: Mic, priority: 8700, 
latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "mic"
                                device.icon_name = "audio-input-microphone"
                                card.profile.port = "0"
                        Part of profile(s): input:analog-stereo
                iec958-stereo-input: Digital Input (S/PDIF) (type: SPDIF, 
priority: 0, latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "spdif"
                                card.profile.port = "1"
                        Part of profile(s): input:iec958-stereo

Card #81
        Name: alsa_card.usb-MIYO_MIYO_USB_Audio_2.0-00
        Driver: alsa
        Owner Module: n/a
        Properties:
                api.acp.auto-port = "false"
                api.acp.auto-profile = "false"
                api.alsa.card = "0"
                api.alsa.card.longname = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                api.alsa.card.name = "MIYO USB Audio 2.0"
                api.alsa.path = "hw:0"
                api.alsa.use-acp = "true"
                api.dbus.ReserveDevice1 = "Audio0"
                device.api = "alsa"
                device.bus = "usb"
                device.bus-id = "usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.bus_path = "pci-0000:45:00.3-usb-0:1.4.3:1.0"
                device.description = "MIYO USB Audio 2.0"
                device.enum.api = "udev"
                device.icon_name = "audio-card-analog-usb"
                device.name = "alsa_card.usb-MIYO_MIYO_USB_Audio_2.0-00"
                device.nick = "MIYO USB Audio 2.0"
                device.plugged.usec = "320067909"
                device.product.id = "0x305f"
                device.product.name = "MIYO USB Audio 2.0"
                device.serial = "MIYO_MIYO_USB_Audio_2.0"
                device.subsystem = "sound"
                sysfs.path = 
"/devices/pci0000:40/0000:40:07.1/0000:45:00.3/usb4/4-1/4-1.4/4-1.4.3/4-1.4.3:1.0/sound/card0"
                device.vendor.id = "0x20b1"
                device.vendor.name = "XMOS Ltd"
                media.class = "Audio/Device"
                factory.id = "14"
                client.id = "34"
                object.id = "52"
                object.serial = "81"
                object.path = "alsa:pcm:0"
                alsa.card = "0"
                alsa.card_name = "MIYO USB Audio 2.0"
                alsa.long_card_name = "MIYO MIYO USB Audio 2.0 at 
usb-0000:45:00.3-1.4.3, high speed"
                alsa.driver_name = "snd_usb_audio"
                device.string = "0"
        Profiles:
                off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
                output:analog-stereo+input:analog-stereo: Analog Stereo Duplex 
(sinks: 1, sources: 1, priority: 6565, available: yes)
                output:analog-stereo+input:iec958-stereo: Analog Stereo Output 
+ Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority: 6555, 
available: yes)
                output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 
0, priority: 6500, available: yes)
                output:iec958-stereo+input:analog-stereo: Digital Stereo 
(IEC958) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 5565, 
available: yes)
                output:iec958-stereo+input:iec958-stereo: Digital Stereo Duplex 
(IEC958) (sinks: 1, sources: 1, priority: 5555, available: yes)
                output:iec958-stereo: Digital Stereo (IEC958) Output (sinks: 1, 
sources: 0, priority: 5500, available: yes)
                output:iec958-ac3-surround-51+input:analog-stereo: Digital 
Surround 5.1 (IEC958/AC3) Output + Analog Stereo Input (sinks: 1, sources: 1, 
priority: 365, available: yes)
                output:iec958-ac3-surround-51+input:iec958-stereo: Digital 
Surround 5.1 (IEC958/AC3) Output + Digital Stereo (IEC958) Input (sinks: 1, 
sources: 1, priority: 355, available: yes)
                output:iec958-ac3-surround-51: Digital Surround 5.1 
(IEC958/AC3) Output (sinks: 1, sources: 0, priority: 300, available: yes)
                input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, 
priority: 65, available: yes)
                input:iec958-stereo: Digital Stereo (IEC958) Input (sinks: 0, 
sources: 1, priority: 55, available: yes)
                pro-audio: Pro Audio (sinks: 1, sources: 1, priority: 1, 
available: yes)
        Active Profile: output:analog-stereo+input:analog-stereo
        Ports:
                analog-input: Analog Input (type: Analog, priority: 10000, 
latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "analog"
                                card.profile.port = "0"
                        Part of profile(s): input:analog-stereo, 
output:analog-stereo+input:analog-stereo, 
output:iec958-stereo+input:analog-stereo, 
output:iec958-ac3-surround-51+input:analog-stereo
                iec958-stereo-input: Digital Input (S/PDIF) (type: SPDIF, 
priority: 0, latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "spdif"
                                card.profile.port = "1"
                        Part of profile(s): input:iec958-stereo, 
output:analog-stereo+input:iec958-stereo, 
output:iec958-stereo+input:iec958-stereo, 
output:iec958-ac3-surround-51+input:iec958-stereo
                analog-output: Analog Output (type: Analog, priority: 9900, 
latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "analog"
                                card.profile.port = "2"
                        Part of profile(s): output:analog-stereo, 
output:analog-stereo+input:analog-stereo, 
output:analog-stereo+input:iec958-stereo
                iec958-stereo-output: Digital Output (S/PDIF) (type: SPDIF, 
priority: 0, latency offset: 0 usec, availability unknown)
                        Properties:
                                port.type = "spdif"
                                card.profile.port = "3"
                        Part of profile(s): output:iec958-stereo, 
output:iec958-stereo+input:analog-stereo, 
output:iec958-stereo+input:iec958-stereo
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 5640
Tile Size: 65472
User Name: user
Host Name: debian
Server Name: PulseAudio (on PipeWire 0.3.64)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-MIYO_MIYO_USB_Audio_2.0-00.analog-stereo
Default Source: alsa_input.usb-046d_Logitech_BRIO_00814037-02.analog-stereo
Cookie: 2ddb:545d
_______________________________________________
pkg-pulseaudio-devel mailing list
pkg-pulseaudio-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to