Giter Site home page Giter Site logo

Comments (24)

EHfive avatar EHfive commented on July 24, 2024

Sorry, I wouldn't do that.
There are so many dependencies (ffmpeg 4.0's pulseaudio 12.2's) need to be updated if we port it to Ubuntu 16.
I recommend you to update your Ubuntu to 18.04 .

Or, you may try alsa-bluez.

from pulseaudio-modules-bt.

timomulder avatar timomulder commented on July 24, 2024

Yeah I was afraid of that.. Probably the reason I had such a tough time. Thanks for your suggestion!

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

@timomulder Did you manage to successfully replace pulseaudio. libpulse and ffmpeg with the required versions on your 16.04 system?

from pulseaudio-modules-bt.

timomulder avatar timomulder commented on July 24, 2024

@timomulder Did you manage to successfully replace pulseaudio. libpulse and ffmpeg with the required versions on your 16.04 system?

Unfortunately I didn't. I was able to compile the latest version of ffmpeg using this guide: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
but then I wasn't able to properly add all of the elements to my path such that it could be picked up by other programs (I think specifically the new version of libavcodec needed to be recognised by cmake). I must say that I'm not very knowledgeable in compiling programs and making them available system wide, so maybe it's not that hard, but just my lack of knowledge. I might try again at some point in the future, or upgrade to 18.04 as EHfive suggested.
Let me know if you have any luck yourself!

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

@timomulder I successfully compiled and installed all required packages on my system using a PPA for ffmpeg and compiling pulse like this, but It seems that I'm stuck at the make stage of the installation (after a successful cmake ..).

Maybe @EHfive can help?

~/pulseaudio-modules-bt/build$ make
Scanning dependencies of target module-bluetooth-policy
[  4%] Building C object CMakeFiles/module-bluetooth-policy.dir/pa/src/modules/bluetooth/module-bluetooth-policy.c.o
/home/mxs/pulseaudio-modules-bt/pa/src/modules/bluetooth/module-bluetooth-policy.c:34:44: fatal error: module-bluetooth-policy-symdef.h: No such file or directory
compilation terminated.
CMakeFiles/module-bluetooth-policy.dir/build.make:62: recipe for target 'CMakeFiles/module-bluetooth-policy.dir/pa/src/modules/bluetooth/module-bluetooth-policy.c.o' failed
make[2]: *** [CMakeFiles/module-bluetooth-policy.dir/pa/src/modules/bluetooth/module-bluetooth-policy.c.o] Error 1
CMakeFiles/Makefile2:72: recipe for target 'CMakeFiles/module-bluetooth-policy.dir/all' failed
make[1]: *** [CMakeFiles/module-bluetooth-policy.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

@mstarodub
master branch require pulseaudio >= 12.0

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

@EHfive

pulseaudio --version
pulseaudio 12.0-252-g2eb8-dirty

I think I compiled and installed the dependencies

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

@EHfive

pulseaudio --version
pulseaudio 12.0-252-g2eb8-dirty

I think I compiled and installed the dependencies

Run pkg-config libpulse --modversion|sed 's/[^0-9.]*\([0-9.]*\).*/\1/' instead

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024
pkg-config libpulse --modversion|sed 's/[^0-9.]*\([0-9.]*\).*/\1/'
12.0

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

Have you switched PA source to v12 ?

git -C pa/ checkout v`pkg-config libpulse --modversion|sed 's/[^0-9.]*\([0-9.]*\).*/\1/'

module-bluetooth-policy-symdef.h only appears under PA<=11

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

Did that, now it's stuck at a different stage:

[ 45%] Building C object CMakeFiles/bluez5-util.dir/src/modules/bluetooth/a2dp/a2dp_aac.c.o
/home/mxs/pulseaudio-modules-bt/src/modules/bluetooth/a2dp/a2dp_aac.c: In function ‘pa_aac_config_transport’:
/home/mxs/pulseaudio-modules-bt/src/modules/bluetooth/a2dp/a2dp_aac.c:452:60: error: ‘AACENC_AUDIOMUXVER’ undeclared (first use in this function)
     aac_err = aacEncoder_SetParam(aac_info->aacenc_handle, AACENC_AUDIOMUXVER, 2);
                                                            ^
/home/mxs/pulseaudio-modules-bt/src/modules/bluetooth/a2dp/a2dp_aac.c:452:60: note: each undeclared identifier is reported only once for each function it appears in
/home/mxs/pulseaudio-modules-bt/src/modules/bluetooth/a2dp/a2dp_aac.c: In function ‘pa_aac_setup_stream’:
/home/mxs/pulseaudio-modules-bt/src/modules/bluetooth/a2dp/a2dp_aac.c:534:60: error: ‘AACENC_PEAK_BITRATE’ undeclared (first use in this function)
     aac_err = aacEncoder_SetParam(aac_info->aacenc_handle, AACENC_PEAK_BITRATE, (UINT) max_bitra

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

@mstarodub
require libfdk-aac >= 0.1.5

That's why i dont want to maintain this under Ubuntu 16,all dependencies are just out of date.

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

Thank you, that was the last missing one 😸

Now I have to test it with a bluetooth device

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

@EHfive
After playing around with a LDAC capable bluetooth device, I noticed that I didn't even have module-bluetooth-discover loaded so I had to do that, to even be able to connect to a bluetooth device in the first place.

However, when I try loading it with arguments, this happens:

pactl load-module module-bluetooth-discover a2dp_config="ldac_eqmid=sq"
Failure: Module initialization failed

Apending load-module module-bluetooth-discover a2dp_config="ldac_eqmid=sq" into /etc/pulse/default.pa results in a segfault when starting pulseaudio, and interestingly I can't restart it afterwards, even when removing that line from the config file and trying again - I had to reboot my system.

The same thing happens with module-bluez5-discover.

My /etc/pulse/default.pa looks like this:

#!/usr/local/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


### 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 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

### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams

### 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

load-module module-bluetooth-discover a2dp_config="ldac_eqmid=sq"

Any help would be appreciated.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

@mstarodub

Please post your logs of pulseaudio.

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

After seeing the logs, I noticed the file permissions on the compiled modules in /usr/local/lib/pulse-12.0/modules didn't match the other modules, so I changed them.

But that didn't solve the issue. Here are the logs:
pulse-success.log (with load-module module-bluetooth-discover a2dp_config="ldac_eqmid=sq" commented out):

(   0.000|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/etc/pulse/client.conf'
(   0.000|   0.000) D: [pulseaudio] conf-parser.c: /etc/pulse/client.conf.d does not exist, ignoring.
(   0.242|   0.242) I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
(   0.242|   0.000) I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
(   0.242|   0.000) D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
(   0.242|   0.000) I: [pulseaudio] core-util.c: Failed to acquire high-priority scheduling: Permission denied
(   0.242|   0.000) I: [pulseaudio] main.c: This is PulseAudio 12.0-252-g2eb8-dirty
(   0.242|   0.000) D: [pulseaudio] main.c: Compilation host: x86_64-pc-linux-gnu
(   0.242|   0.000) D: [pulseaudio] main.c: Compilation CFLAGS:  -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto
(   0.242|   0.000) D: [pulseaudio] main.c: Running on host: Linux x86_64 4.15.0-43-generic #46~16.04.1-Ubuntu SMP Fri Dec 7 13:31:08 UTC 2018
(   0.242|   0.000) D: [pulseaudio] main.c: Found 4 CPUs.
(   0.242|   0.000) I: [pulseaudio] main.c: Page size is 4096 bytes
(   0.242|   0.000) D: [pulseaudio] main.c: Compiled with Valgrind support: no
(   0.242|   0.000) D: [pulseaudio] main.c: Running in valgrind mode: no
(   0.242|   0.000) D: [pulseaudio] main.c: Running in VM: no
(   0.242|   0.000) D: [pulseaudio] main.c: Running from build tree: no
(   0.242|   0.000) D: [pulseaudio] main.c: Optimized build: no
(   0.242|   0.000) D: [pulseaudio] main.c: All asserts enabled.
(   0.243|   0.000) I: [pulseaudio] main.c: Machine ID is 61ee9ff06e004c2db15bd82588da1089.
(   0.243|   0.000) I: [pulseaudio] main.c: Session ID is c2.
(   0.243|   0.000) I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
(   0.243|   0.000) I: [pulseaudio] main.c: Using state directory /home/mxs/.config/pulse.
(   0.243|   0.000) I: [pulseaudio] main.c: Using modules directory /usr/local/lib/pulse-12.0/modules.
(   0.243|   0.000) I: [pulseaudio] main.c: Running in system mode: no
(   0.243|   0.000) E: [pulseaudio] pid.c: Daemon already running.
(   0.243|   0.243) I: [pulseaudio] main.c: Daemon startup successful.

pulse-fail.log (with the line commented in)

(   0.000|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/etc/pulse/client.conf'
(   0.000|   0.000) D: [pulseaudio] conf-parser.c: /etc/pulse/client.conf.d does not exist, ignoring.
(   0.003|   0.002) I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
(   0.003|   0.000) I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
(   0.003|   0.000) D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
(   0.003|   0.000) I: [pulseaudio] core-util.c: Failed to acquire high-priority scheduling: Permission denied
(   0.003|   0.000) I: [pulseaudio] main.c: This is PulseAudio 12.0-252-g2eb8-dirty
(   0.003|   0.000) D: [pulseaudio] main.c: Compilation host: x86_64-pc-linux-gnu
(   0.003|   0.000) D: [pulseaudio] main.c: Compilation CFLAGS:  -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option -fdiagnostics-color=auto
(   0.003|   0.000) D: [pulseaudio] main.c: Running on host: Linux x86_64 4.15.0-43-generic #46~16.04.1-Ubuntu SMP Fri Dec 7 13:31:08 UTC 2018
(   0.003|   0.000) D: [pulseaudio] main.c: Found 4 CPUs.
(   0.003|   0.000) I: [pulseaudio] main.c: Page size is 4096 bytes
(   0.003|   0.000) D: [pulseaudio] main.c: Compiled with Valgrind support: no
(   0.003|   0.000) D: [pulseaudio] main.c: Running in valgrind mode: no
(   0.003|   0.000) D: [pulseaudio] main.c: Running in VM: no
(   0.003|   0.000) D: [pulseaudio] main.c: Running from build tree: no
(   0.003|   0.000) D: [pulseaudio] main.c: Optimized build: no
(   0.003|   0.000) D: [pulseaudio] main.c: All asserts enabled.
(   0.003|   0.000) I: [pulseaudio] main.c: Machine ID is 61ee9ff06e004c2db15bd82588da1089.
(   0.003|   0.000) I: [pulseaudio] main.c: Session ID is c2.
(   0.004|   0.000) I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
(   0.004|   0.000) I: [pulseaudio] main.c: Using state directory /home/mxs/.config/pulse.
(   0.004|   0.000) I: [pulseaudio] main.c: Using modules directory /usr/local/lib/pulse-12.0/modules.
(   0.004|   0.000) I: [pulseaudio] main.c: Running in system mode: no
(   0.004|   0.000) W: [pulseaudio] pid.c: Stale PID file, overwriting.
(   0.004|   0.000) I: [pulseaudio] main.c: System supports high resolution timers
(   0.004|   0.000) D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472
(   0.004|   0.000) I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1 SSE4_2 
(   0.004|   0.000) I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
(   0.004|   0.000) I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
(   0.004|   0.000) I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
(   0.004|   0.000) I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
(   0.004|   0.000) I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
(   0.005|   0.000) I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/mxs/.config/pulse/61ee9ff06e004c2db15bd82588da1089-device-volumes'.
(   0.005|   0.000) I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
(   0.006|   0.000) I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/mxs/.config/pulse/61ee9ff06e004c2db15bd82588da1089-stream-volumes'.
(   0.006|   0.000) I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
(   0.006|   0.000) I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/mxs/.config/pulse/61ee9ff06e004c2db15bd82588da1089-card-database'.
(   0.006|   0.000) I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
(   0.007|   0.000) I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
(   0.007|   0.000) I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
(   0.007|   0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/local/lib/pulse-12.0/modules/module-udev-detect.so': success
(   0.009|   0.002) D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
(   0.010|   0.000) D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:03.0/sound/card0 is busy: no
(   0.010|   0.000) D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="0" name="pci-0000_00_03.0" card_name="alsa_card.pci-0000_00_03.0" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"'
(   0.011|   0.000) I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA Intel HDMI/HDA Intel HDMI.conf
(   0.011|   0.000) I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA Intel HDMI
(   0.011|   0.000) I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA Intel HDMI use case configuration -2
(   0.011|   0.000) I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA Intel HDMI
(   0.011|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/local/share/pulseaudio/alsa-mixer/profile-sets/default.conf'
(   0.013|   0.002) D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
(   0.013|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
(   0.013|   0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.017|   0.003) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0c' failed (-2)
(   0.017|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory
(   0.017|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-stereo
(   0.017|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo
(   0.017|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Digital Stereo (IEC958) (iec958-stereo)
(   0.017|   0.000) D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.017|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D1c' failed (-2)
(   0.017|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory
(   0.017|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo
(   0.017|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo
(   0.017|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo)
(   0.017|   0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.018|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
(   0.018|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device front:0: No such file or directory
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-stereo
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-stereo - will not be able to open output:analog-stereo
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open output:analog-stereo
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-21
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 2.1 (analog-surround-21)
(   0.018|   0.000) D: [pulseaudio] alsa-util.c: Trying surround21:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.018|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
(   0.018|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround21:0: No such file or directory
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-21
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:analog-stereo - will not be able to open output:analog-surround-21
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:iec958-stereo - will not be able to open output:analog-surround-21
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.0 (analog-surround-40)
(   0.018|   0.000) D: [pulseaudio] alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.018|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
(   0.018|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:0: No such file or directory
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-40
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-stereo - will not be able to open output:analog-surround-40
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open output:analog-surround-40
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41
(   0.018|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.1 (analog-surround-41)
(   0.018|   0.000) D: [pulseaudio] alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.019|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
(   0.019|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:0: No such file or directory
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-41
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-stereo - will not be able to open output:analog-surround-41
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open output:analog-surround-41
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.0 (analog-surround-50)
(   0.019|   0.000) D: [pulseaudio] alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.019|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
(   0.019|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:0: No such file or directory
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-50
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-stereo - will not be able to open output:analog-surround-50
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open output:analog-surround-50
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.1 (analog-surround-51)
(   0.019|   0.000) D: [pulseaudio] alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.019|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
(   0.019|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:0: No such file or directory
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-51
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-stereo - will not be able to open output:analog-surround-51
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open output:analog-surround-51
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71)
(   0.019|   0.000) D: [pulseaudio] alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.019|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0p' failed (-2)
(   0.019|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:0: No such file or directory
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-71
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-stereo - will not be able to open output:analog-surround-71
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open output:analog-surround-71
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo
(   0.019|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (IEC958) (iec958-stereo)
(   0.019|   0.000) D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.020|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D1p' failed (-2)
(   0.020|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-stereo
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-stereo - will not be able to open output:iec958-stereo
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open output:iec958-stereo
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
(   0.020|   0.000) D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.020|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
(   0.020|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-stereo - will not be able to open output:iec958-ac3-surround-40
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-40
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
(   0.020|   0.000) D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.020|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
(   0.020|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-stereo - will not be able to open output:iec958-ac3-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:iec958-stereo - will not be able to open output:iec958-ac3-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
(   0.020|   0.000) D: [pulseaudio] alsa-util.c: Trying dca:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.020|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:0
(   0.020|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dca:0: No such file or directory
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-stereo - will not be able to open output:iec958-dts-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:iec958-stereo - will not be able to open output:iec958-dts-surround-51
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo
(   0.020|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
(   0.020|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.020|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0
(   0.020|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
(   0.033|   0.012) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.033|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo supported.
(   0.033|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/local/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf'
(   0.033|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0
(   0.033|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0: No such file or directory
(   0.034|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-0'
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=3 Jack' succeeded (found!)
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc2b100, direction=1
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open input:analog-stereo
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround
(   0.034|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI) (hdmi-surround)
(   0.034|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.035|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0
(   0.035|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 123 ms
(   0.045|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround supported.
(   0.045|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0
(   0.045|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0: No such file or directory
(   0.045|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc6d6f0, direction=1
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:analog-stereo - will not be able to open input:analog-stereo
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71
(   0.045|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI) (hdmi-surround71)
(   0.046|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.046|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0
(   0.047|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 92 ms
(   0.057|   0.010) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.057|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71 supported.
(   0.057|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0
(   0.057|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0: No such file or directory
(   0.057|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.057|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.057|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc6daf0, direction=1
(   0.057|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-0 (HDMI / DisplayPort), direction=1, priority=59, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.057|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:analog-stereo - will not be able to open input:analog-stereo
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI/DTS) (hdmi-dts-surround)
(   0.058|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.058|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0
(   0.058|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0: No such file or directory
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:analog-stereo - will not be able to open output:hdmi-dts-surround
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:iec958-stereo - will not be able to open output:hdmi-dts-surround
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra1
(   0.058|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 2) (hdmi-stereo-extra1)
(   0.058|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
(   0.059|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,1
(   0.059|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
(   0.069|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.069|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra1 supported.
(   0.069|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/local/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf'
(   0.069|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,1
(   0.069|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,1: No such file or directory
(   0.069|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.069|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-1'
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=7 Jack' succeeded (found!)
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc40e30, direction=1
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-1 (HDMI / DisplayPort 2), direction=1, priority=58, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=7 Jack', detection possible
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:analog-stereo - will not be able to open input:analog-stereo
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra1
(   0.070|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2) (hdmi-surround-extra1)
(   0.070|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
(   0.071|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,1
(   0.071|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 123 ms
(   0.081|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.081|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra1 supported.
(   0.081|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,1
(   0.081|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,1: No such file or directory
(   0.081|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.081|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.081|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc6f1f0, direction=1
(   0.081|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-1 (HDMI / DisplayPort 2), direction=1, priority=58, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.081|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=7 Jack', detection possible
(   0.081|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:analog-stereo - will not be able to open input:analog-stereo
(   0.082|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.082|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra1
(   0.082|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 2) (hdmi-surround71-extra1)
(   0.082|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
(   0.082|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,1
(   0.083|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 92 ms
(   0.093|   0.010) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.093|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra1 supported.
(   0.093|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,1
(   0.093|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,1: No such file or directory
(   0.093|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.093|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.093|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc6e0b0, direction=1
(   0.093|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-1 (HDMI / DisplayPort 2), direction=1, priority=58, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.093|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=7 Jack', detection possible
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:analog-stereo - will not be able to open input:analog-stereo
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra1
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2/DTS) (hdmi-dts-surround-extra1)
(   0.094|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
(   0.094|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,1
(   0.094|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,1: No such file or directory
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra1
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra1
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra1
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra2
(   0.094|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 3) (hdmi-stereo-extra2)
(   0.094|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
(   0.095|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,2
(   0.095|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
(   0.105|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.105|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra2 supported.
(   0.105|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/local/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf'
(   0.105|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,2
(   0.105|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,2: No such file or directory
(   0.105|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.105|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-2'
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=8 Jack' succeeded (found!)
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc6ed80, direction=1
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-2 (HDMI / DisplayPort 3), direction=1, priority=57, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=8 Jack', detection possible
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:analog-stereo - will not be able to open input:analog-stereo
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra2
(   0.106|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3) (hdmi-surround-extra2)
(   0.106|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
(   0.107|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,2
(   0.107|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 123 ms
(   0.117|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.117|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra2 supported.
(   0.117|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,2
(   0.117|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,2: No such file or directory
(   0.117|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.117|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.117|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc6e210, direction=1
(   0.117|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-2 (HDMI / DisplayPort 3), direction=1, priority=57, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.117|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=8 Jack', detection possible
(   0.117|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:analog-stereo - will not be able to open input:analog-stereo
(   0.118|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.118|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra2
(   0.118|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 3) (hdmi-surround71-extra2)
(   0.118|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
(   0.118|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,2
(   0.118|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 92 ms
(   0.129|   0.010) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.129|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra2 supported.
(   0.129|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,2
(   0.129|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,2: No such file or directory
(   0.129|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.129|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.129|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc2cbb0, direction=1
(   0.129|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-2 (HDMI / DisplayPort 3), direction=1, priority=57, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.129|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=8 Jack', detection possible
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:analog-stereo - will not be able to open input:analog-stereo
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra2
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3/DTS) (hdmi-dts-surround-extra2)
(   0.130|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
(   0.130|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,2
(   0.130|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,2: No such file or directory
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra2
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra2
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra2
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra3
(   0.130|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 4) (hdmi-stereo-extra3)
(   0.130|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
(   0.131|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,3
(   0.131|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
(   0.141|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.141|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra3 supported.
(   0.141|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/local/share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf'
(   0.141|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,3
(   0.141|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,3: No such file or directory
(   0.141|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.141|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-3'
(   0.141|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=9 Jack' succeeded (found!)
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc2cff0, direction=1
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-3 (HDMI / DisplayPort 4), direction=1, priority=56, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=9 Jack', detection possible
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:analog-stereo - will not be able to open input:analog-stereo
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra3
(   0.142|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4) (hdmi-surround-extra3)
(   0.142|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
(   0.143|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,3
(   0.143|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 123 ms
(   0.153|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.153|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra3 supported.
(   0.153|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,3
(   0.153|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,3: No such file or directory
(   0.153|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.153|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.153|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc70860, direction=1
(   0.153|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-3 (HDMI / DisplayPort 4), direction=1, priority=56, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.153|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=9 Jack', detection possible
(   0.154|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:analog-stereo - will not be able to open input:analog-stereo
(   0.154|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.154|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra3
(   0.154|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 4) (hdmi-surround71-extra3)
(   0.154|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
(   0.155|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,3
(   0.155|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 92 ms
(   0.165|   0.010) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.165|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra3 supported.
(   0.165|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,3
(   0.165|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,3: No such file or directory
(   0.165|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.165|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.165|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc2d2e0, direction=1
(   0.165|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-3 (HDMI / DisplayPort 4), direction=1, priority=56, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.165|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=9 Jack', detection possible
(   0.165|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:analog-stereo - will not be able to open input:analog-stereo
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra3
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4/DTS) (hdmi-dts-surround-extra3)
(   0.166|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
(   0.166|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,3
(   0.166|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,3: No such file or directory
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra3
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra3
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra3
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra4
(   0.166|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 5) (hdmi-stereo-extra4)
(   0.166|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
(   0.167|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,4
(   0.167|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
(   0.177|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.177|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra4 supported.
(   0.177|   0.000) D: [pulseaudio] conf-parser.c: Parsing configuration file '/usr/local/share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf'
(   0.177|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,4
(   0.177|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,4: No such file or directory
(   0.177|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.177|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-4'
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=10 Jack' succeeded (found!)
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc3cb30, direction=1
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-4 (HDMI / DisplayPort 5), direction=1, priority=55, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=10 Jack', detection possible
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:analog-stereo - will not be able to open input:analog-stereo
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra4
(   0.178|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5) (hdmi-surround-extra4)
(   0.178|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
(   0.179|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,4
(   0.179|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 123 ms
(   0.189|   0.009) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.189|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra4 supported.
(   0.189|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,4
(   0.189|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,4: No such file or directory
(   0.189|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.189|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.189|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc41910, direction=1
(   0.189|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-4 (HDMI / DisplayPort 5), direction=1, priority=55, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.189|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=10 Jack', detection possible
(   0.189|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:analog-stereo - will not be able to open input:analog-stereo
(   0.190|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.190|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra4
(   0.190|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 5) (hdmi-surround71-extra4)
(   0.190|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
(   0.191|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:0,4
(   0.191|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 92 ms
(   0.201|   0.010) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
(   0.201|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra4 supported.
(   0.201|   0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:0,4
(   0.201|   0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:0,4: No such file or directory
(   0.201|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.201|   0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
(   0.201|   0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0xc2d300, direction=1
(   0.201|   0.000) D: [pulseaudio] alsa-mixer.c: Path hdmi-output-4 (HDMI / DisplayPort 5), direction=1, priority=55, probed=yes, supported=yes, has_mute=no, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
(   0.201|   0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP, alsa_name='HDMI/DP,pcm=10 Jack', detection possible
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:analog-stereo - will not be able to open input:analog-stereo
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:iec958-stereo - will not be able to open input:iec958-stereo
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra4
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5/DTS) (hdmi-dts-surround-extra4)
(   0.202|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
(   0.202|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,4
(   0.202|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,4: No such file or directory
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra4
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra4
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra4
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra5
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 6) (hdmi-stereo-extra5)
(   0.202|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
(   0.202|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D11p' failed (-2)
(   0.202|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: No such file or directory
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra5
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:analog-stereo - will not be able to open output:hdmi-stereo-extra5
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra5
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra5
(   0.202|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6) (hdmi-surround-extra5)
(   0.202|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
(   0.202|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D11p' failed (-2)
(   0.203|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: No such file or directory
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-surround-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 6) (hdmi-surround71-extra5)
(   0.203|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
(   0.203|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D11p' failed (-2)
(   0.203|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: No such file or directory
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:analog-stereo - will not be able to open output:hdmi-surround71-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6/DTS) (hdmi-dts-surround-extra5)
(   0.203|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
(   0.203|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,5
(   0.203|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,5: No such file or directory
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra5
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra6
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 7) (hdmi-stereo-extra6)
(   0.203|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
(   0.203|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D12p' failed (-2)
(   0.203|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra6
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:analog-stereo - will not be able to open output:hdmi-stereo-extra6
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra6
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra6
(   0.203|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7) (hdmi-surround-extra6)
(   0.203|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
(   0.204|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D12p' failed (-2)
(   0.204|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-surround-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 7) (hdmi-surround71-extra6)
(   0.204|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
(   0.204|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D12p' failed (-2)
(   0.204|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: No such file or directory
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:analog-stereo - will not be able to open output:hdmi-surround71-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7/DTS) (hdmi-dts-surround-extra6)
(   0.204|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
(   0.204|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,6
(   0.204|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,6: No such file or directory
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra6
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra7
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 8) (hdmi-stereo-extra7)
(   0.204|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
(   0.204|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D13p' failed (-2)
(   0.204|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra7
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:analog-stereo - will not be able to open output:hdmi-stereo-extra7
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra7
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra7
(   0.204|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8) (hdmi-surround-extra7)
(   0.204|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
(   0.205|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D13p' failed (-2)
(   0.205|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-surround-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 8) (hdmi-surround71-extra7)
(   0.205|   0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
(   0.205|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D13p' failed (-2)
(   0.205|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: No such file or directory
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:analog-stereo - will not be able to open output:hdmi-surround71-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8/DTS) (hdmi-dts-surround-extra7)
(   0.205|   0.000) D: [pulseaudio] alsa-util.c: Trying dcahdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
(   0.205|   0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dcahdmi:0,7
(   0.205|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,7: No such file or directory
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra7
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:stereo-fallback
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Stereo (stereo-fallback)
(   0.205|   0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.205|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0c' failed (-2)
(   0.205|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:stereo-fallback
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:mono-fallback
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Mono (mono-fallback)
(   0.205|   0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.205|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0c' failed (-2)
(   0.205|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:mono-fallback
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:multichannel-input
(   0.205|   0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Multichannel (multichannel-input)
(   0.205|   0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
(   0.206|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D0c' failed (-2)
(   0.206|   0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:0: No such file or directory
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:stereo-fallback - will not be able to open output:analog-stereo
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:mono-fallback - will not be able to open output:analog-stereo
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:multichannel-input - will not be able to open output:analog-stereo
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:stereo-fallback - will not be able to open output:analog-surround-21
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:mono-fallback - will not be able to open output:analog-surround-21
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:multichannel-input - will not be able to open output:analog-surround-21
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:stereo-fallback - will not be able to open output:analog-surround-40
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:mono-fallback - will not be able to open output:analog-surround-40
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:multichannel-input - will not be able to open output:analog-surround-40
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:stereo-fallback - will not be able to open output:analog-surround-41
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:mono-fallback - will not be able to open output:analog-surround-41
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:multichannel-input - will not be able to open output:analog-surround-41
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:stereo-fallback - will not be able to open output:analog-surround-50
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:mono-fallback - will not be able to open output:analog-surround-50
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:multichannel-input - will not be able to open output:analog-surround-50
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:stereo-fallback - will not be able to open output:analog-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:mono-fallback - will not be able to open output:analog-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:multichannel-input - will not be able to open output:analog-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:stereo-fallback - will not be able to open output:analog-surround-71
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:mono-fallback - will not be able to open output:analog-surround-71
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:multichannel-input - will not be able to open output:analog-surround-71
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:stereo-fallback - will not be able to open output:iec958-stereo
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:mono-fallback - will not be able to open output:iec958-stereo
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:multichannel-input - will not be able to open output:iec958-stereo
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-40
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:mono-fallback - will not be able to open output:iec958-ac3-surround-40
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:multichannel-input - will not be able to open output:iec958-ac3-surround-40
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:stereo-fallback - will not be able to open output:iec958-ac3-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:mono-fallback - will not be able to open output:iec958-ac3-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:multichannel-input - will not be able to open output:iec958-ac3-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:stereo-fallback - will not be able to open output:iec958-dts-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:mono-fallback - will not be able to open output:iec958-dts-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:multichannel-input - will not be able to open output:iec958-dts-surround-51
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:stereo-fallback - will not be able to open output:hdmi-dts-surround
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:mono-fallback - will not be able to open output:hdmi-dts-surround
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:multichannel-input - will not be able to open output:hdmi-dts-surround
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra1
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra1
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra1
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra2
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra2
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra2
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:mono-fallback - will not be able to open input:mono-fallback
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:multichannel-input - will not be able to open input:multichannel-input
(   0.206|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra3
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra3
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra3
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:mono-fallback - will not be able to open input:mono-fallback
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:multichannel-input - will not be able to open input:multichannel-input
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:mono-fallback - will not be able to open input:mono-fallback
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:multichannel-input - will not be able to open input:multichannel-input
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:stereo-fallback - will not be able to open input:stereo-fallback
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:mono-fallback - will not be able to open input:mono-fallback
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:multichannel-input - will not be able to open input:multichannel-input
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra4
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra4
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra4
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:mono-fallback - will not be able to open output:hdmi-stereo-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:multichannel-input - will not be able to open output:hdmi-stereo-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:stereo-fallback - will not be able to open output:hdmi-surround-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:mono-fallback - will not be able to open output:hdmi-surround-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:multichannel-input - will not be able to open output:hdmi-surround-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:mono-fallback - will not be able to open output:hdmi-surround71-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:multichannel-input - will not be able to open output:hdmi-surround71-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra5
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:mono-fallback - will not be able to open output:hdmi-stereo-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:multichannel-input - will not be able to open output:hdmi-stereo-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-surround-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-surround-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:mono-fallback - will not be able to open output:hdmi-surround71-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:multichannel-input - will not be able to open output:hdmi-surround71-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra6
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:stereo-fallback - will not be able to open output:hdmi-stereo-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:mono-fallback - will not be able to open output:hdmi-stereo-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:multichannel-input - will not be able to open output:hdmi-stereo-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-surround-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-surround-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:stereo-fallback - will not be able to open output:hdmi-surround71-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:mono-fallback - will not be able to open output:hdmi-surround71-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:multichannel-input - will not be able to open output:hdmi-surround71-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:stereo-fallback - will not be able to open output:hdmi-dts-surround-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:mono-fallback - will not be able to open output:hdmi-dts-surround-extra7
(   0.207|   0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:multichannel-input - will not be able to open output:hdmi-dts-surround-extra7
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.207|   0.000) D: [pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile set 0xafc210, auto_profiles=yes, probed=yes, n_mappings=15, n_profiles=15, n_decibel_fixes=0
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo (Digital Stereo (HDMI)), priority=59, channel_map=front-left,front-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround (Digital Surround 5.1 (HDMI)), priority=8, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71 (Digital Surround 7.1 (HDMI)), priority=8, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra1 (Digital Stereo (HDMI 2)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra1 (Digital Surround 5.1 (HDMI 2)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra1 (Digital Surround 7.1 (HDMI 2)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra2 (Digital Stereo (HDMI 3)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra2 (Digital Surround 5.1 (HDMI 3)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra2 (Digital Surround 7.1 (HDMI 3)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra3 (Digital Stereo (HDMI 4)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra3 (Digital Surround 5.1 (HDMI 4)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra3 (Digital Surround 7.1 (HDMI 4)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo-extra4 (Digital Stereo (HDMI 5)), priority=57, channel_map=front-left,front-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround-extra4 (Digital Surround 5.1 (HDMI 5)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-surround71-extra4 (Digital Surround 7.1 (HDMI 5)), priority=6, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo (Digital Stereo (HDMI) Output), input=(null), output=hdmi-stereo priority=5900, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround (Digital Surround 5.1 (HDMI) Output), input=(null), output=hdmi-surround priority=800, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71 (Digital Surround 7.1 (HDMI) Output), input=(null), output=hdmi-surround71 priority=800, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra1 (Digital Stereo (HDMI 2) Output), input=(null), output=hdmi-stereo-extra1 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra1 (Digital Surround 5.1 (HDMI 2) Output), input=(null), output=hdmi-surround-extra1 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra1 (Digital Surround 7.1 (HDMI 2) Output), input=(null), output=hdmi-surround71-extra1 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra2 (Digital Stereo (HDMI 3) Output), input=(null), output=hdmi-stereo-extra2 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra2
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra2 (Digital Surround 5.1 (HDMI 3) Output), input=(null), output=hdmi-surround-extra2 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra2
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra2 (Digital Surround 7.1 (HDMI 3) Output), input=(null), output=hdmi-surround71-extra2 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra2
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra3 (Digital Stereo (HDMI 4) Output), input=(null), output=hdmi-stereo-extra3 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra3
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra3 (Digital Surround 5.1 (HDMI 4) Output), input=(null), output=hdmi-surround-extra3 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra3
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra3 (Digital Surround 7.1 (HDMI 4) Output), input=(null), output=hdmi-surround71-extra3 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra3
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo-extra4 (Digital Stereo (HDMI 5) Output), input=(null), output=hdmi-stereo-extra4 priority=5700, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo-extra4
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround-extra4 (Digital Surround 5.1 (HDMI 5) Output), input=(null), output=hdmi-surround-extra4 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround-extra4
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-surround71-extra4 (Digital Surround 7.1 (HDMI 5) Output), input=(null), output=hdmi-surround71-extra4 priority=600, supported=yes n_input_mappings=0, n_output_mappings=1
(   0.208|   0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-surround71-extra4
(   0.209|   0.000) D: [pulseaudio] module-card-restore.c: Database contains no data for key: alsa_card.pci-0000_00_03.0
(   0.209|   0.000) D: [pulseaudio] module-alsa-card.c: Found 5 jacks.
(   0.209|   0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
(   0.209|   0.000) D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=3 Jack' is now unplugged
(   0.209|   0.000) D: [pulseaudio] device-port.c: Setting port hdmi-output-0 to status no
(   0.209|   0.000) D: [pulseaudio] card.c: Setting card alsa_card.pci-0000_00_03.0 profile output:hdmi-stereo to availability status no
(   0.217|   0.217) E: [pulseaudio] main.c: Daemon startup failed.

Not sure why there are so many attempts to connect to an HDMI output. There's nothing plugged into the HDMI jack of my machine.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

@mstarodub
Return back to your previous comment, I find that you missed "module-bluetooth-policy"

Configure default.pa like this

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

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

Then, check your output of pactl list modules short | grep blue.
It should like this

$ pactl list modules short | grep blue
8       module-bluetooth-policy
9       module-bluetooth-discover
10      module-bluez5-discover

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

Without a2dp_config="ldac_eqmid=sq"?

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

Without a2dp_config="ldac_eqmid=sq"?

It doesn't matter.
module-bluetooth-discover require module-bluetooth-policy

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024
pactl list modules short | grep blue
19	module-bluetooth-policy		
20	module-bluetooth-discover		
21	module-bluez5-discover	

Trying with the additional parameter now.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

@mstarodub
If you still got errors.
I recommend you patch https://github.com/EHfive/pulseaudio-modules-bt/releases/tag/v1.0 instead of build modules using cmake.
Your logs are incomplete, I can't help through it.
Also you might did't have modules installed at first time.

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

Appending a2dp_config="ldac_eqmid=sq" causes Pulseaudio to fail on startup.

What part of the log files did I miss? Sorry about that. The way I set up logging was to put extra-arguments = -vvvv --log-target=newfile:/tmp/pulseverbose.log --log-time=1 at the end of /etc/pulse/client.conf, this resulted in lots of similar pulseverbose.log.x files on a failed attempt to load the modules, with x from 1-99. I just uploaded one of those randomly.

from pulseaudio-modules-bt.

mstarodub avatar mstarodub commented on July 24, 2024

Should I revert some changes I already made prior to doing sudo patch < patch-1.0-pulseaudio-12.0-bluez5-a2dp-extra-codecs.patch?

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

Should I revert some changes I already made prior to doing sudo patch < patch-1.0-pulseaudio-12.0-bluez5-a2dp-extra-codecs.patch?

patch -p1

from pulseaudio-modules-bt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.