You are not logged in.
Pages: 1
I had a little hard finding an appropriate title for that I appologize.
Today I sad down and wanted to listen to some tunes, but no audio came out.
My PC is never shut off and I have not done any recent configs or updates.
I have a radeon hd5570 gfx card with hdmi audio, and an onboard Realtek ALC889.
It was working fine yesterday!
I tried to reload alsa but to no luck:
[odp@odp ~]$ alsactl restore
alsactl: state_lock:121: file /var/lib/alsa/asound.state lock error: File exists
alsactl: load_state:1677: Cannot open /var/lib/alsa/asound.state for reading: File exists
Found hardware: "HDA-Intel" "Realtek ALC889" "HDA:10ec0889,1458a132,00100004" "0x1458" "0xa132"
Hardware is initialized using a generic method
Found hardware: "HDA-Intel" "ATI R6xx HDMI" "HDA:1002aa01,00aa0100,00100300" "0x1787" "0xaaa0"
Hardware is initialized using a generic methodThen I went to the sound settings in the settings menu (Gnome3), and noticed that under output devices only Digital Output(S/PDIF) was available where it normally says hdmi, spdif and analog onboard.
I have read through a few recent posts and tried to run a speaker test:
[odp@odp ~]$ speaker-test -c 2 -t wav -D plughw:0,0The command ran I had sound.
I then tried to run fuser -v /dev/snd/* to see what process was using the sound
[odp@odp ~]$ fuser -v /dev/snd/*
USER PID ACCESS COMMAND
/dev/snd/controlC0: odp 993 F.... pulseaudio
/dev/snd/controlC1: odp 993 F.... pulseaudioI killed pulseaudio but to no luck, and the speaker-test still worked.
So I am thinking that maybe the system somehow defaulted to a device that is not hw:0,0 - and I am not sure how to get back.
I can see other people post data for troubleshooting so I am going to do the same
[odp@odp ~]$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
default:CARD=SB
HDA ATI SB, ALC889 Analog
Default Audio Device
sysdefault:CARD=SB
HDA ATI SB, ALC889 Analog
Default Audio Device
front:CARD=SB,DEV=0
HDA ATI SB, ALC889 Analog
Front speakers
surround40:CARD=SB,DEV=0
HDA ATI SB, ALC889 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
HDA ATI SB, ALC889 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
HDA ATI SB, ALC889 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
HDA ATI SB, ALC889 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
HDA ATI SB, ALC889 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
HDA ATI SB, ALC889 Digital
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=HDMI,DEV=0
HDA ATI HDMI, HDMI 0
HDMI Audio Output
hdmi:CARD=HDMI,DEV=1
HDA ATI HDMI, HDMI 1
HDMI Audio Output
hdmi:CARD=HDMI,DEV=2
HDA ATI HDMI, HDMI 2
HDMI Audio Output
hdmi:CARD=HDMI,DEV=3
HDA ATI HDMI, HDMI 3
HDMI Audio Output[odp@odp ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC889 Analog [ALC889 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC889 Digital [ALC889 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 11: HDMI 5 [HDMI 5]
Subdevices: 1/1
Subdevice #0: subdevice #0To sum it up:
-I have no sound
-Sound control shows that only s/pdif output is available
-speaker-test outputs sound regardless if pulse audio is running or not
my /etc/asound.conf
# Use PulseAudio by default
#pcm.!default {
# type pulse
# fallback "sysdefault"
# hint {
# show on
# description "Default ALSA Output (currently PulseAudio Sound Server)"
# }
#}
#
#ctl.!default {
# type pulse
# fallback "sysdefault"
#}
pcm_slave.slavej {
pcm "hw:0"
channels 2
rate 44100
}
pcm.plugj {
type plug
slave slavej
}
# vim:set ft=alsaconf:the commented part was my default, I tried the other config based on another thread, but its not working.
Any help is greatly appreciated, ohh and let me know if you need additional info
Offline
Sound control shows that only s/pdif output is available
That is the case, because it is the HDMI from your graphics card. Hit F6 or s in alsamixer to see other cards. Somewhere along the configuration HDMI is set as ctl.default.card / defaults.ctl.card.
However alsamixer should throw up an error with that /etc/asound.conf. You have not specified a type in the first pcm, which is not a pcm at all (pcm_slave) and the second does not call the first, since it needs a slave.pcm not just slave key.
I do not think that pulseaudio is actually running (it may be idle), it only shows control of mixers not actual devices (usually grabs card pcmC0D0p / hwC0D0). Revert comments to the default /etc/asound.conf or reinstall pulseaudio-alsa package. If you want to set up alsa configuration, have a look here for proper keys and available values. But get PA running first. Restart after changes.
PS. Run alsa-store as root (you might need to point to /var/lib/alsa/asound.state file) after setting up alsamixer, the way you want. Afterwards alsa-restore should work.
Last edited by emeres (2014-04-21 12:40:05)
Offline
I have reverted the settings in /etc/asound.conf and restarted. if I goto alsamixer, pulseaudio is the default card. If I goto pavucontrol I can see that in the configuration tab the onboard card is set to digital stereo + analog input ???
If I change it to Analog stereo output sound is working.
First off how the hell did this happen? ![]()
and how do I prevent these settings reverting after reboot?
Offline
First off how the hell did this happen?
Too many variables and too little information to tell. Generally when you run sound applications for very long periods of time, timers may get out of sync significantly to cause errors, hangs, crashes etc. To avoid this mostly JACK users boot a "real-time" kernel. If PA is set to respawn or getting idle after a period of time and there was a change/corruption in configuration, that might have been the cause. Check what accesses the configuration files next time.
and how do I prevent these settings reverting after reboot?
You have to know the cause first.
If you are successful, post your findings.
PS. Since both your cards use snd-hda-intel module (I assume from aplay -l), you may also want to set your default card by reordering modules using vids and pids just to be on the safe side, unless this was never a problem.
Offline
I can not find any indicators to what could have happened. I have had no problems since, so strange
Offline
Ok, I just had a new reboot and the sound died again. Now the card 0 is not even showing.
now this happens
[odp@odp ~]$ fuser -fv /dev/snd/*
Specified filename /dev/snd/by-path is not a mountpoint.
Specified filename /dev/snd/controlC0 is not a mountpoint.
Specified filename /dev/snd/controlC1 is not a mountpoint.
Specified filename /dev/snd/hwC0D0 is not a mountpoint.
Specified filename /dev/snd/hwC1D0 is not a mountpoint.
Specified filename /dev/snd/pcmC0D0c is not a mountpoint.
Specified filename /dev/snd/pcmC0D0p is not a mountpoint.
Specified filename /dev/snd/pcmC0D1p is not a mountpoint.
Specified filename /dev/snd/pcmC0D2c is not a mountpoint.
Specified filename /dev/snd/pcmC1D10p is not a mountpoint.
Specified filename /dev/snd/pcmC1D11p is not a mountpoint.
Specified filename /dev/snd/pcmC1D3p is not a mountpoint.
Specified filename /dev/snd/pcmC1D7p is not a mountpoint.
Specified filename /dev/snd/pcmC1D8p is not a mountpoint.
Specified filename /dev/snd/pcmC1D9p is not a mountpoint.
Specified filename /dev/snd/seq is not a mountpoint.
Specified filename /dev/snd/timer is not a mountpoint.
Specified filename /dev/dsp* is not a mountpoint.Could this help me? from default.pa conf
### 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
.endifUPDATE:
This is super obnoxious!
after I run speaker-test -c 2 -D plughw:0
It starts working, output of the other commands are the same???
And then it stopped working again. Where can I find logs on this?
Last edited by odp (2014-04-25 10:07:15)
Offline
The fuser output seems to be related to a recent update of psmisc to 22.21-1. Downgrading to 22.20-1 works like expected.
Look in PA documentation, I do not recall where it stores logs, probably in /{var,tmp}/log though.
Last edited by emeres (2014-04-25 10:10:45)
Offline
Downgrading psmisc fixed fuser output:
[odp@odp ~]$ fuser -fv /dev/snd/* /dev/dsp*
Specified filename /dev/dsp* does not exist.
USER PID ACCESS COMMAND
/dev/snd/controlC0: odp 1070 F.... pulseaudio
/dev/snd/controlC1: odp 1070 F.... pulseaudio
/dev/snd/pcmC0D0p: odp 1070 F...m pulseaudioYou to generate a log manually and now I understand why
( 0.000| 0.000) I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
( 0.000| 0.000) D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
( 0.005| 0.005) D: [pulseaudio] core-util.c: RealtimeKit worked.
( 0.006| 0.000) I: [pulseaudio] core-util.c: Successfully gained nice level -11.
( 0.006| 0.000) I: [pulseaudio] main.c: This is PulseAudio 5.0
( 0.006| 0.000) D: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
( 0.006| 0.000) D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -Wextra -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
( 0.006| 0.000) D: [pulseaudio] main.c: Running on host: Linux x86_64 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014
( 0.006| 0.000) D: [pulseaudio] main.c: Found 6 CPUs.
( 0.006| 0.000) I: [pulseaudio] main.c: Page size is 4096 bytes
( 0.006| 0.000) D: [pulseaudio] main.c: Compiled with Valgrind support: no
( 0.006| 0.000) D: [pulseaudio] main.c: Running in valgrind mode: no
( 0.006| 0.000) D: [pulseaudio] main.c: Running in VM: no
( 0.006| 0.000) D: [pulseaudio] main.c: Optimized build: yes
( 0.006| 0.000) D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
( 0.006| 0.000) I: [pulseaudio] main.c: Machine ID is 99d2e20cabc44a9babdd60db374e703a.
( 0.006| 0.000) I: [pulseaudio] main.c: Session ID is c1.
( 0.006| 0.000) I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
( 0.006| 0.000) I: [pulseaudio] main.c: Using state directory /home/odp/.config/pulse.
( 0.006| 0.000) I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-5.0/modules.
( 0.006| 0.000) I: [pulseaudio] main.c: Running in system mode: no
( 0.006| 0.000) I: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
( 0.007| 0.000) D: [pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
( 0.007| 0.000) I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1 SSE4_2 MMXEXT
( 0.007| 0.000) I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
( 0.007| 0.000) I: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
( 0.007| 0.000) I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
( 0.007| 0.000) I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
( 0.007| 0.000) I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
( 0.007| 0.000) I: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
( 0.009| 0.001) D: [pulseaudio] database-tdb.c: Opened TDB database '/home/odp/.config/pulse/99d2e20cabc44a9babdd60db374e703a-device-volumes.tdb'
( 0.009| 0.000) I: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/odp/.config/pulse/99d2e20cabc44a9babdd60db374e703a-device-volumes'.
( 0.009| 0.000) I: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
( 0.009| 0.000) D: [pulseaudio] database-tdb.c: Opened TDB database '/home/odp/.config/pulse/99d2e20cabc44a9babdd60db374e703a-stream-volumes.tdb'
( 0.009| 0.000) I: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/odp/.config/pulse/99d2e20cabc44a9babdd60db374e703a-stream-volumes'.
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry2
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry3
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry4
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry5
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry6
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry7
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry8
( 0.010| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry9
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry10
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry11
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry12
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry13
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry14
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry15
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry16
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry17
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry18
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry19
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry20
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry21
( 0.011| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry22
( 0.011| 0.000) I: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
( 0.012| 0.000) D: [pulseaudio] database-tdb.c: Opened TDB database '/home/odp/.config/pulse/99d2e20cabc44a9babdd60db374e703a-card-database.tdb'
( 0.012| 0.000) I: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/odp/.config/pulse/99d2e20cabc44a9babdd60db374e703a-card-database'.
( 0.012| 0.000) I: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
( 0.013| 0.000) I: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
( 0.013| 0.000) I: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
( 0.013| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-udev-detect.so': success
( 0.015| 0.001) D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
( 0.016| 0.000) D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1 is busy: no
( 0.016| 0.000) D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="1" name="pci-0000_03_00.1" card_name="alsa_card.pci-0000_03_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"'
( 0.021| 0.005) D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus 186cb5e821d14eed4b72230f535a27b0 as :1.100
( 0.022| 0.000) D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
( 0.022| 0.000) I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI HDMI/HDA ATI HDMI.conf
( 0.022| 0.000) I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA ATI HDMI
( 0.022| 0.000) I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA ATI HDMI use case configuration -2
( 0.022| 0.000) I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI HDMI
( 0.024| 0.001) D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-mono
( 0.024| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)
( 0.024| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.025| 0.001) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
( 0.025| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
( 0.025| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-mono
( 0.025| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
( 0.025| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.025| 0.000) D: [pulseaudio] alsa-util.c: Trying front:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.029| 0.003) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
( 0.029| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
( 0.029| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.029| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
( 0.029| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
( 0.029| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-stereo
( 0.029| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-4-channel-input
( 0.029| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog 4-channel Input (analog-4-channel-input)
( 0.029| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.030| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0c' failed (-2)
( 0.030| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
( 0.030| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-4-channel-input
( 0.030| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo
( 0.030| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Digital Stereo (IEC958) (iec958-stereo)
( 0.030| 0.000) D: [pulseaudio] alsa-util.c: Trying iec958:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.030| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1c' failed (-2)
( 0.030| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
( 0.030| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo
( 0.030| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-mono
( 0.030| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)
( 0.030| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.031| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.031| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
( 0.031| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-mono
( 0.031| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-mono - will not be able to open output:analog-mono
( 0.031| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-stereo - will not be able to open output:analog-mono
( 0.031| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-4-channel-input - will not be able to open output:analog-mono
( 0.031| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:iec958-stereo - will not be able to open output:analog-mono
( 0.031| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo
( 0.031| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo)
( 0.031| 0.000) D: [pulseaudio] alsa-util.c: Trying front:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.031| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.031| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device front:1: No such file or directory
( 0.031| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.032| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.032| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hw:1: No such file or directory
( 0.032| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-stereo
( 0.032| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-mono - will not be able to open output:analog-stereo
( 0.032| 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.032| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-4-channel-input - will not be able to open output:analog-stereo
( 0.032| 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.032| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40
( 0.032| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.0 (analog-surround-40)
( 0.032| 0.000) D: [pulseaudio] alsa-util.c: Trying surround40:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.032| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.032| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround40:1: No such file or directory
( 0.032| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-40
( 0.032| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-mono - will not be able to open output:analog-surround-40
( 0.032| 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.032| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-4-channel-input - will not be able to open output:analog-surround-40
( 0.032| 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.032| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41
( 0.032| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.1 (analog-surround-41)
( 0.032| 0.000) D: [pulseaudio] alsa-util.c: Trying surround41:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.033| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.033| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround41:1: No such file or directory
( 0.033| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-41
( 0.033| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-mono - will not be able to open output:analog-surround-41
( 0.033| 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.033| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-4-channel-input - will not be able to open output:analog-surround-41
( 0.033| 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.033| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50
( 0.033| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.0 (analog-surround-50)
( 0.033| 0.000) D: [pulseaudio] alsa-util.c: Trying surround50:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.033| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.034| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround50:1: No such file or directory
( 0.034| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-50
( 0.034| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-mono - will not be able to open output:analog-surround-50
( 0.034| 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.034| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-4-channel-input - will not be able to open output:analog-surround-50
( 0.034| 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.034| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51
( 0.034| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.1 (analog-surround-51)
( 0.034| 0.000) D: [pulseaudio] alsa-util.c: Trying surround51:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.034| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.034| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround51:1: No such file or directory
( 0.034| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-51
( 0.034| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-mono - will not be able to open output:analog-surround-51
( 0.034| 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.034| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-4-channel-input - will not be able to open output:analog-surround-51
( 0.034| 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.034| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71
( 0.034| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71)
( 0.034| 0.000) D: [pulseaudio] alsa-util.c: Trying surround71:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.035| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D0p' failed (-2)
( 0.035| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device surround71:1: No such file or directory
( 0.035| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-71
( 0.035| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-mono - will not be able to open output:analog-surround-71
( 0.035| 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.035| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-4-channel-input - will not be able to open output:analog-surround-71
( 0.035| 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.035| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo
( 0.035| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (IEC958) (iec958-stereo)
( 0.035| 0.000) D: [pulseaudio] alsa-util.c: Trying iec958:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.035| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC1D1p' failed (-2)
( 0.035| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:1: No such file or directory
( 0.035| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-stereo
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-mono - will not be able to open output:iec958-stereo
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-4-channel-input - will not be able to open output:iec958-stereo
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
( 0.036| 0.000) D: [pulseaudio] alsa-util.c: Trying a52:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.036| 0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
( 0.036| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-mono - will not be able to open output:iec958-ac3-surround-40
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-40
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
( 0.036| 0.000) D: [pulseaudio] alsa-util.c: Trying a52:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.036| 0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:1
( 0.036| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device a52:1: No such file or directory
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-mono - will not be able to open output:iec958-ac3-surround-51
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-51
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
( 0.036| 0.000) D: [pulseaudio] alsa-util.c: Trying dca:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.036| 0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:1
( 0.036| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dca:1: No such file or directory
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-mono - will not be able to open output:iec958-dts-surround-51
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-dts-surround-51
( 0.036| 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.036| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo
( 0.036| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
( 0.036| 0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.037| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:1
( 0.037| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.051| 0.013) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.051| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo supported.
( 0.051| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
( 0.051| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
( 0.051| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
( 0.051| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'hdmi-output-0'
( 0.052| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'HDMI/DP,pcm=3 Jack' succeeded (found!)
( 0.052| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.052| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x16c3300, direction=1
( 0.052| 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.052| 0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP,pcm=3, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
( 0.052| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-mono - will not be able to open input:analog-mono
( 0.052| 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.052| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.052| 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.053| 0.000) D: [pulseaudio] alsa-mixer.c: Profile set 0x1678ae0, auto_profiles=yes, probed=yes, n_mappings=1, n_profiles=1, n_decibel_fixes=0
( 0.053| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping hdmi-stereo (Digital Stereo (HDMI)), priority=54, channel_map=front-left,front-right, supported=yes, direction=1
( 0.053| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:hdmi-stereo (Digital Stereo (HDMI) Output), priority=5400, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.053| 0.000) D: [pulseaudio] alsa-mixer.c: Output hdmi-stereo
( 0.053| 0.000) I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_03_00.1.
( 0.053| 0.000) I: [pulseaudio] card.c: Created 0 "alsa_card.pci-0000_03_00.1"
( 0.053| 0.000) D: [pulseaudio] module-alsa-card.c: Found 1 jacks.
( 0.054| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
( 0.054| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'HDMI/DP,pcm=3 Jack' is now unplugged
( 0.054| 0.000) D: [pulseaudio] device-port.c: Setting port hdmi-output-0 to status no
( 0.054| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.054| 0.000) D: [pulseaudio] module-switch-on-port-available.c: finding port hdmi-output-0
( 0.055| 0.000) D: [pulseaudio] reserve-wrap.c: Successfully create reservation lock monitor for device 'Audio1'
( 0.055| 0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.055| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hdmi:1
( 0.056| 0.000) I: [pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
( 0.056| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.066| 0.010) D: [pulseaudio] alsa-util.c: Set buffer size first (to 88200 samples), period size second (to 88200 samples).
( 0.066| 0.000) I: [pulseaudio] alsa-util.c: ALSA period wakeups disabled
( 0.066| 0.000) I: [pulseaudio] alsa-sink.c: Successfully opened device hdmi:1.
( 0.066| 0.000) I: [pulseaudio] alsa-sink.c: Selected mapping 'Digital Stereo (HDMI)' (hdmi-stereo).
( 0.066| 0.000) I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
( 0.066| 0.000) I: [pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
( 0.067| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL hdmi:1
( 0.067| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer hdmi:1: No such file or directory
( 0.067| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:1'
( 0.067| 0.000) D: [pulseaudio] alsa-mixer.c: Added 1 ports
( 0.067| 0.000) I: [pulseaudio] module-device-restore.c: Restoring port for sink sink:alsa_output.pci-0000_03_00.1.hdmi-stereo.
( 0.067| 0.000) D: [pulseaudio] module-switch-on-port-available.c: Switching initial port for sink 'alsa_output.pci-0000_03_00.1.hdmi-stereo' to 'hdmi-output-0'
( 0.067| 0.000) I: [pulseaudio] module-device-restore.c: Restoring volume for sink alsa_output.pci-0000_03_00.1.hdmi-stereo: front-left: 32116 / 49%, front-right: 32116 / 49%
( 0.067| 0.000) I: [pulseaudio] module-device-restore.c: Restoring mute state for sink alsa_output.pci-0000_03_00.1.hdmi-stereo.
( 0.067| 0.000) I: [pulseaudio] sink.c: Created sink 0 "alsa_output.pci-0000_03_00.1.hdmi-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.resolution_bits = "16"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.api = "alsa"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.class = "sound"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.class = "generic"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.subclass = "generic-mix"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.name = "HDMI 0"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.id = "HDMI 0"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.subdevice = "0"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.subdevice_name = "subdevice #0"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.device = "3"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.card = "1"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.card_name = "HDA ATI HDMI"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.long_card_name = "HDA ATI HDMI at 0xfdefc000 irq 45"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.driver_name = "snd_hda_intel"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.bus_path = "pci-0000:03:00.1"
( 0.067| 0.000) I: [pulseaudio] sink.c: sysfs.path = "/devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.bus = "pci"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.vendor.id = "1002"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.product.id = "aaa0"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.product.name = "Tahiti XT HDMI Audio [Radeon HD 7970 Series]"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.string = "hdmi:1"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.buffering.buffer_size = "352768"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.buffering.fragment_size = "176384"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.access_mode = "mmap+timer"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.profile.name = "hdmi-stereo"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.profile.description = "Digital Stereo (HDMI)"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.description = "Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.mixer_name = "ATI R6xx HDMI"
( 0.067| 0.000) I: [pulseaudio] sink.c: alsa.components = "HDA:1002aa01,00aa0100,00100300"
( 0.067| 0.000) I: [pulseaudio] sink.c: module-udev-detect.discovered = "1"
( 0.067| 0.000) I: [pulseaudio] sink.c: device.icon_name = "audio-card-pci"
( 0.067| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.068| 0.000) I: [pulseaudio] source.c: Created source 0 "alsa_output.pci-0000_03_00.1.hdmi-stereo.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.068| 0.000) I: [pulseaudio] source.c: device.description = "Monitor of Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)"
( 0.068| 0.000) I: [pulseaudio] source.c: device.class = "monitor"
( 0.068| 0.000) I: [pulseaudio] source.c: alsa.card = "1"
( 0.068| 0.000) I: [pulseaudio] source.c: alsa.card_name = "HDA ATI HDMI"
( 0.068| 0.000) I: [pulseaudio] source.c: alsa.long_card_name = "HDA ATI HDMI at 0xfdefc000 irq 45"
( 0.068| 0.000) I: [pulseaudio] source.c: alsa.driver_name = "snd_hda_intel"
( 0.068| 0.000) I: [pulseaudio] source.c: device.bus_path = "pci-0000:03:00.1"
( 0.068| 0.000) I: [pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1"
( 0.068| 0.000) I: [pulseaudio] source.c: device.bus = "pci"
( 0.068| 0.000) I: [pulseaudio] source.c: device.vendor.id = "1002"
( 0.068| 0.000) I: [pulseaudio] source.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
( 0.068| 0.000) I: [pulseaudio] source.c: device.product.id = "aaa0"
( 0.068| 0.000) I: [pulseaudio] source.c: device.product.name = "Tahiti XT HDMI Audio [Radeon HD 7970 Series]"
( 0.068| 0.000) I: [pulseaudio] source.c: device.string = "1"
( 0.068| 0.000) I: [pulseaudio] source.c: module-udev-detect.discovered = "1"
( 0.068| 0.000) I: [pulseaudio] source.c: device.icon_name = "audio-card-pci"
( 0.068| 0.000) I: [pulseaudio] alsa-sink.c: Using 2.0 fragments of size 176384 bytes (999.91ms), buffer size is 352768 bytes (1999.82ms)
( 0.068| 0.000) I: [pulseaudio] alsa-sink.c: Time scheduling watermark is 20.00ms
( 0.068| 0.000) D: [pulseaudio] alsa-sink.c: hwbuf_unused=0
( 0.068| 0.000) D: [pulseaudio] alsa-sink.c: setting avail_min=87310
( 0.068| 0.000) D: [pulseaudio] alsa-mixer.c: Activating path hdmi-output-0
( 0.068| 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.068| 0.000) D: [pulseaudio] alsa-mixer.c: Jack HDMI/DP,pcm=3, alsa_name='HDMI/DP,pcm=3 Jack', detection possible
( 0.068| 0.000) I: [pulseaudio] alsa-sink.c: Driver does not support hardware volume control, falling back to software volume control.
( 0.068| 0.000) I: [pulseaudio] alsa-sink.c: Driver does not support hardware mute control, falling back to software mute control.
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_dump():
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: Hooks PCM
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: Its setup is:
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: stream : PLAYBACK
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: format : S16_LE
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: subformat : STD
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: channels : 2
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: rate : 44100
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: msbits : 16
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: buffer_size : 88192
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_size : 44096
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_time : 999909
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_step : 1
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: avail_min : 87310
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_event : 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: start_threshold : -1
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: silence_threshold: 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: silence_size : 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: Slave: Hardware PCM card 1 'HDA ATI HDMI' device 3 subdevice 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: Its setup is:
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: stream : PLAYBACK
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: format : S16_LE
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: subformat : STD
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: channels : 2
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: rate : 44100
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: msbits : 16
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: buffer_size : 88192
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_size : 44096
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_time : 999909
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_step : 1
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: avail_min : 87310
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: period_event : 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: start_threshold : -1
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: silence_threshold: 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: silence_size : 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: appl_ptr : 0
( 0.068| 0.000) D: [pulseaudio] alsa-util.c: hw_ptr : 0
( 0.068| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Thread starting up
( 0.068| 0.000) D: [alsa-sink-HDMI 0] core-util.c: SCHED_RR|SCHED_RESET_ON_FORK worked.
( 0.068| 0.000) I: [alsa-sink-HDMI 0] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 5.
( 0.068| 0.000) I: [alsa-sink-HDMI 0] alsa-sink.c: Starting playback.
( 0.069| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.069| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.069| 0.000) D: [pulseaudio] alsa-util.c: ELD info empty (for device=3)
( 0.069| 0.000) I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #6; argument: "device_id="1" name="pci-0000_03_00.1" card_name="alsa_card.pci-0000_03_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
( 0.069| 0.000) I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:0b.0/0000:03:00.1/sound/card1 (alsa_card.pci-0000_03_00.1) module loaded.
( 0.069| 0.000) D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
( 0.069| 0.000) D: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:14.2/sound/card0 is busy: no
( 0.069| 0.000) D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id="0" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"'
( 0.069| 0.000) D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio0'
( 0.069| 0.000) I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI SB/HDA ATI SB.conf
( 0.069| 0.000) I: [pulseaudio] (alsa-lib)parser.c: error: could not parse configuration for card HDA ATI SB
( 0.069| 0.000) I: [pulseaudio] (alsa-lib)main.c: error: failed to import HDA ATI SB use case configuration -2
( 0.069| 0.000) I: [pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI SB
( 0.070| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-mono
( 0.070| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Mono (analog-mono)
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:0
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:0
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.070| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.071| 0.000) D: [pulseaudio] alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.071| 0.000) D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.071| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.071| 0.000) I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid argument
( 0.071| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-mono
( 0.071| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
( 0.071| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.071| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.071| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.071| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.078| 0.006) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.078| 0.000) D: [pulseaudio] alsa-mixer.c: Profile input:analog-stereo supported.
( 0.083| 0.004) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:0
( 0.083| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:0: No such file or directory
( 0.083| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-front-mic'
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (found!)
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Phantom Jack' succeeded (not found)
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=1, switch=0, enumeration=0).
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.083| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-rear-mic'
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (found!)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Phantom Jack' succeeded (not found)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=1, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-internal-mic'
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (not found)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (found!)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (found!)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Internal Mic Phantom Jack' succeeded (not found)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Int Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Int Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-internal-mic', none of required-any elements preset.
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-dock-mic'
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Phantom Jack' succeeded (not found)
( 0.084| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-dock-mic', none of required-any elements preset.
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input'
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' failed.
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic'
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (not found)
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Mic Phantom Jack' succeeded (not found)
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Select' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost (+20dB)' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-mic', none of required-any elements preset.
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-linein'
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Jack' succeeded (found!)
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Phantom Jack' succeeded (not found)
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=1, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-aux'
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.085| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' failed.
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-video'
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' failed.
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-tvtuner'
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' failed.
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-fm'
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' failed.
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic-line'
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' failed.
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-headphone-mic'
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Auto-Mute Mode' succeeded (volume=0, switch=0, enumeration=1).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headphone-mic', none of required-any elements preset.
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-input-headset-mic'
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Jack' succeeded (not found)
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Phantom Jack' succeeded (not found)
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (not found)
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=1).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.086| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headset-mic', none of required-any elements preset.
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x16ba570, direction=2
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-input-front-mic (Front Microphone), direction=2, priority=85, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=46, min_dB=-16, max_dB=60
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front Mic Boost, direction=2, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=4, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Input Source, direction=2, switch=0, volume=0, volume_limit=-1, enumeration=1, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Option Front Mic (analog-input-microphone-front/analog-input-microphone-front) index=0, priority=0
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Rear Mic Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Line Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Front Mic, alsa_name='Front Mic Jack', detection possible
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Front Mic Phantom, alsa_name='Front Mic Phantom Jack', detection unavailable
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Setting analog-input-microphone-front (analog-input-microphone-front) priority=0
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-input-rear-mic (Rear Microphone), direction=2, priority=82, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=46, min_dB=-16, max_dB=60
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Rear Mic Boost, direction=2, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=4, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Input Source, direction=2, switch=0, volume=0, volume_limit=-1, enumeration=1, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Option Rear Mic (analog-input-microphone-rear/analog-input-microphone-rear) index=1, priority=0
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front Mic Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Line Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Rear Mic, alsa_name='Rear Mic Jack', detection possible
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Rear Mic Phantom, alsa_name='Rear Mic Phantom Jack', detection unavailable
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Setting analog-input-microphone-rear (analog-input-microphone-rear) priority=0
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-input-linein (Line In), direction=2, priority=81, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=46, min_dB=-16, max_dB=60
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Capture, direction=2, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Line Boost, direction=2, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=4, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Input Source, direction=2, switch=0, volume=0, volume_limit=-1, enumeration=1, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Option Line (analog-input-linein/analog-input-linein) index=2, priority=0
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front Mic Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Element Rear Mic Boost, direction=2, switch=0, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line, alsa_name='Line Jack', detection possible
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Phantom, alsa_name='Line Phantom Jack', detection unavailable
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Setting analog-input-linein (analog-input-linein) priority=0
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:analog-4-channel-input
( 0.087| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog 4-channel Input (analog-4-channel-input)
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:0
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:0
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
( 0.087| 0.000) D: [pulseaudio] alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Invalid argument
( 0.088| 0.000) I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid argument
( 0.088| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:analog-4-channel-input
( 0.088| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo
( 0.088| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Digital Stereo (IEC958) (iec958-stereo)
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.088| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D1c' failed (-2)
( 0.088| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device iec958:0: No such file or directory
( 0.088| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo
( 0.088| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-mono
( 0.088| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Mono (analog-mono)
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:0
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:0
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.088| 0.000) D: [pulseaudio] alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.089| 0.000) D: [pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.089| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Invalid argument
( 0.089| 0.000) I: [pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Invalid argument
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:analog-mono
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-mono - will not be able to open output:analog-mono
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-stereo - will not be able to open output:analog-mono
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-4-channel-input - will not be able to open output:analog-mono
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:iec958-stereo - will not be able to open output:analog-mono
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Stereo (analog-stereo)
( 0.089| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.089| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.089| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.089| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.089| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-stereo supported.
( 0.090| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:0
( 0.090| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:0: No such file or directory
( 0.091| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output'
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line HP Swap' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=3, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=2, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output-lineout'
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Front Jack' succeeded (found!)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Front Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out CLFE Jack' succeeded (found!)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out CLFE Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Surround Jack' succeeded (found!)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Surround Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Side Jack' succeeded (found!)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Side Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line HP Swap' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=3, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=2, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output-speaker'
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Jack' succeeded (found!)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Speaker Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Speaker Front Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=2, switch=2, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Surround Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Center Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'LFE Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=2, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping path 'analog-output-speaker', none of required-any elements preset.
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output-desktop-speaker'
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=3, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' failed.
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output-headphones'
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Jack' succeeded (found!)
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Phantom Jack' succeeded (not found)
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (not found)
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Phantom Jack' succeeded (not found)
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headset' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line HP Swap' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=3, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=2, switch=2, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=2, switch=2, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=2, switch=2, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=2, switch=2, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=2, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output-headphones-2'
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=3, switch=1, enumeration=0).
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' failed.
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-lineout'.
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x1737250, direction=1
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-lineout (Line Out), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=yes
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x60, n_channels=2, override_map=yes
( 0.092| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0xc00, n_channels=2, override_map=yes
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x4900000000018, n_channels=1, override_map=yes
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x80, n_channels=1, override_map=yes
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out, alsa_name='Line Out Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Phantom, alsa_name='Line Out Phantom Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front, alsa_name='Line Out Front Jack', detection possible
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front Phantom, alsa_name='Line Out Front Phantom Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE, alsa_name='Line Out CLFE Jack', detection possible
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE Phantom, alsa_name='Line Out CLFE Phantom Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround, alsa_name='Line Out Surround Jack', detection possible
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround Phantom, alsa_name='Line Out Surround Phantom Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side, alsa_name='Line Out Side Jack', detection possible
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side Phantom, alsa_name='Line Out Side Phantom Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-headphones (Headphones), direction=1, priority=90, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=4, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=no
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=no
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Front Headphone, alsa_name='Front Headphone Jack', detection possible
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Front Headphone Phantom, alsa_name='Front Headphone Phantom Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Headphone, alsa_name='Headphone Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Headphone Phantom, alsa_name='Headphone Phantom Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Headphone Mic, alsa_name='Headphone Mic Jack', detection unavailable
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-mono - will not be able to open input:analog-mono
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo+input:analog-stereo
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.093| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.093| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.093| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.093| 0.000) 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:analog-stereo+input:analog-stereo supported.
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40
( 0.093| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.0 (analog-surround-40)
( 0.093| 0.000) D: [pulseaudio] alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.094| 0.000) D: [pulseaudio] alsa-util.c: Managed to open surround40:0
( 0.094| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 11888 ms
( 0.125| 0.031) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.125| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-40 supported.
( 0.125| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL surround40:0
( 0.125| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer surround40:0: No such file or directory
( 0.126| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-lineout'.
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x171dfe0, direction=1
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-lineout (Line Out), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=yes
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x60, n_channels=2, override_map=yes
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0xc00, n_channels=2, override_map=yes
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x4900000000018, n_channels=1, override_map=yes
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x80, n_channels=1, override_map=yes
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out, alsa_name='Line Out Jack', detection unavailable
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Phantom, alsa_name='Line Out Phantom Jack', detection unavailable
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front, alsa_name='Line Out Front Jack', detection possible
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front Phantom, alsa_name='Line Out Front Phantom Jack', detection unavailable
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE, alsa_name='Line Out CLFE Jack', detection possible
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE Phantom, alsa_name='Line Out CLFE Phantom Jack', detection unavailable
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround, alsa_name='Line Out Surround Jack', detection possible
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround Phantom, alsa_name='Line Out Surround Phantom Jack', detection unavailable
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side, alsa_name='Line Out Side Jack', detection possible
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side Phantom, alsa_name='Line Out Side Phantom Jack', detection unavailable
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-mono - will not be able to open input:analog-mono
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40+input:analog-stereo
( 0.126| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.126| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.127| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.127| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.127| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.127| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-40+input:analog-stereo supported.
( 0.127| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.127| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.127| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41
( 0.127| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 4.1 (analog-surround-41)
( 0.127| 0.000) D: [pulseaudio] alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.127| 0.000) D: [pulseaudio] alsa-util.c: Managed to open surround41:0
( 0.128| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
( 0.161| 0.033) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.161| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-41 supported.
( 0.161| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL surround41:0
( 0.161| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer surround41:0: No such file or directory
( 0.162| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-lineout'.
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x171a1c0, direction=1
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-lineout (Line Out), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=yes
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x60, n_channels=2, override_map=yes
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0xc00, n_channels=2, override_map=yes
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x4900000000018, n_channels=1, override_map=yes
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x80, n_channels=1, override_map=yes
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out, alsa_name='Line Out Jack', detection unavailable
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Phantom, alsa_name='Line Out Phantom Jack', detection unavailable
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front, alsa_name='Line Out Front Jack', detection possible
( 0.162| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front Phantom, alsa_name='Line Out Front Phantom Jack', detection unavailable
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE, alsa_name='Line Out CLFE Jack', detection possible
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE Phantom, alsa_name='Line Out CLFE Phantom Jack', detection unavailable
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround, alsa_name='Line Out Surround Jack', detection possible
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround Phantom, alsa_name='Line Out Surround Phantom Jack', detection unavailable
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side, alsa_name='Line Out Side Jack', detection possible
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side Phantom, alsa_name='Line Out Side Phantom Jack', detection unavailable
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-mono - will not be able to open input:analog-mono
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41+input:analog-stereo
( 0.163| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.163| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.163| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.163| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.163| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.164| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-41+input:analog-stereo supported.
( 0.164| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.164| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.164| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50
( 0.164| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.0 (analog-surround-50)
( 0.164| 0.000) D: [pulseaudio] alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.164| 0.000) D: [pulseaudio] alsa-util.c: Managed to open surround50:0
( 0.165| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
( 0.165| 0.000) 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:analog-surround-50 supported.
( 0.165| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL surround50:0
( 0.165| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer surround50:0: No such file or directory
( 0.166| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-lineout'.
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x171b160, direction=1
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-lineout (Line Out), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=yes
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x60, n_channels=2, override_map=yes
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0xc00, n_channels=2, override_map=yes
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x4900000000018, n_channels=1, override_map=yes
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x80, n_channels=1, override_map=yes
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out, alsa_name='Line Out Jack', detection unavailable
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Phantom, alsa_name='Line Out Phantom Jack', detection unavailable
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front, alsa_name='Line Out Front Jack', detection possible
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front Phantom, alsa_name='Line Out Front Phantom Jack', detection unavailable
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE, alsa_name='Line Out CLFE Jack', detection possible
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE Phantom, alsa_name='Line Out CLFE Phantom Jack', detection unavailable
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround, alsa_name='Line Out Surround Jack', detection possible
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround Phantom, alsa_name='Line Out Surround Phantom Jack', detection unavailable
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side, alsa_name='Line Out Side Jack', detection possible
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side Phantom, alsa_name='Line Out Side Phantom Jack', detection unavailable
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-mono - will not be able to open input:analog-mono
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50+input:analog-stereo
( 0.166| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.166| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.167| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.167| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.167| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.167| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-50+input:analog-stereo supported.
( 0.167| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.167| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.167| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51
( 0.167| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 5.1 (analog-surround-51)
( 0.167| 0.000) D: [pulseaudio] alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.167| 0.000) D: [pulseaudio] alsa-util.c: Managed to open surround51:0
( 0.167| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 7925 ms
( 0.168| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-51 supported.
( 0.168| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL surround51:0
( 0.168| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer surround51:0: No such file or directory
( 0.168| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-lineout'.
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x173b270, direction=1
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-lineout (Line Out), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=yes
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x60, n_channels=2, override_map=yes
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0xc00, n_channels=2, override_map=yes
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x4900000000018, n_channels=1, override_map=yes
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x80, n_channels=1, override_map=yes
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out, alsa_name='Line Out Jack', detection unavailable
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Phantom, alsa_name='Line Out Phantom Jack', detection unavailable
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front, alsa_name='Line Out Front Jack', detection possible
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front Phantom, alsa_name='Line Out Front Phantom Jack', detection unavailable
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE, alsa_name='Line Out CLFE Jack', detection possible
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE Phantom, alsa_name='Line Out CLFE Phantom Jack', detection unavailable
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround, alsa_name='Line Out Surround Jack', detection possible
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround Phantom, alsa_name='Line Out Surround Phantom Jack', detection unavailable
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side, alsa_name='Line Out Side Jack', detection possible
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side Phantom, alsa_name='Line Out Side Phantom Jack', detection unavailable
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-mono - will not be able to open input:analog-mono
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51+input:analog-stereo
( 0.168| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.168| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.169| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.169| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.169| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.169| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-51+input:analog-stereo supported.
( 0.169| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.169| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.169| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71
( 0.169| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71)
( 0.169| 0.000) D: [pulseaudio] alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.169| 0.000) D: [pulseaudio] alsa-util.c: Managed to open surround71:0
( 0.169| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 5944 ms
( 0.201| 0.031) 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:analog-surround-71 supported.
( 0.201| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL surround71:0
( 0.201| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer surround71:0: No such file or directory
( 0.202| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-lineout'.
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x16b8ad0, direction=1
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-lineout (Line Out), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=yes
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x60, n_channels=2, override_map=yes
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0xc00, n_channels=2, override_map=yes
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x4900000000018, n_channels=1, override_map=yes
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x80, n_channels=1, override_map=yes
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out, alsa_name='Line Out Jack', detection unavailable
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Phantom, alsa_name='Line Out Phantom Jack', detection unavailable
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front, alsa_name='Line Out Front Jack', detection possible
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Front Phantom, alsa_name='Line Out Front Phantom Jack', detection unavailable
( 0.202| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE, alsa_name='Line Out CLFE Jack', detection possible
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out CLFE Phantom, alsa_name='Line Out CLFE Phantom Jack', detection unavailable
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround, alsa_name='Line Out Surround Jack', detection possible
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Surround Phantom, alsa_name='Line Out Surround Phantom Jack', detection unavailable
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side, alsa_name='Line Out Side Jack', detection possible
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Line Out Side Phantom, alsa_name='Line Out Side Phantom Jack', detection unavailable
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-mono - will not be able to open input:analog-mono
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71+input:analog-stereo
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.203| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.203| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.203| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.203| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.203| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-71+input:analog-stereo supported.
( 0.204| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.204| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.204| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo
( 0.204| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (IEC958) (iec958-stereo)
( 0.204| 0.000) D: [pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.204| 0.000) D: [pulseaudio] alsa-util.c: Managed to open iec958:0
( 0.204| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.218| 0.013) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.218| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:iec958-stereo supported.
( 0.218| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL iec958:0
( 0.218| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer iec958:0: No such file or directory
( 0.219| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'iec958-stereo-output'
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=1, enumeration=0).
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Path Set 0x171ef30, direction=1
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Path iec958-stereo-output (Digital Output (S/PDIF)), direction=1, priority=0, probed=yes, supported=yes, has_mute=yes, has_volume=no, has_dB=no, min_volume=0, max_volume=0, min_dB=inf, max_dB=-inf
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=1, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-mono - will not be able to open input:analog-mono
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo+input:analog-stereo
( 0.219| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for recording on Analog Stereo (analog-stereo)
( 0.219| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.220| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.220| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.220| 0.000) D: [pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:iec958-stereo+input:analog-stereo supported.
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-4-channel-input - will not be able to open input:analog-4-channel-input
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
( 0.220| 0.000) D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.220| 0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
( 0.220| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-mono - will not be able to open output:iec958-ac3-surround-40
( 0.220| 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.220| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-40+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-40
( 0.220| 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.220| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
( 0.220| 0.000) D: [pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.220| 0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM a52:0
( 0.220| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device a52:0: No such file or directory
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51
( 0.220| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-mono - will not be able to open output:iec958-ac3-surround-51
( 0.220| 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.220| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-ac3-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-ac3-surround-51
( 0.220| 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.221| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
( 0.221| 0.000) D: [pulseaudio] alsa-util.c: Trying dca:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.221| 0.000) I: [pulseaudio] (alsa-lib)pcm.c: Unknown PCM dca:0
( 0.221| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device dca:0: No such file or directory
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-mono - will not be able to open output:iec958-dts-surround-51
( 0.221| 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.221| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:iec958-dts-surround-51+input:analog-4-channel-input - will not be able to open output:iec958-dts-surround-51
( 0.221| 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.221| 0.000) D: [pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
( 0.221| 0.000) D: [pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.221| 0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: open '/dev/snd/pcmC0D3p' failed (-2)
( 0.221| 0.000) I: [pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: No such file or directory
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-mono - will not be able to open output:hdmi-stereo
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open output:hdmi-stereo
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-4-channel-input - will not be able to open output:hdmi-stereo
( 0.221| 0.000) D: [pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open output:hdmi-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile set 0x167b700, auto_profiles=yes, probed=yes, n_mappings=7, n_profiles=15, n_decibel_fixes=0
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping analog-stereo (Analog Stereo), priority=60, channel_map=front-left,front-right, supported=yes, direction=0
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping analog-surround-40 (Analog Surround 4.0), priority=7, channel_map=front-left,front-right,rear-left,rear-right, supported=yes, direction=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping analog-surround-41 (Analog Surround 4.1), priority=8, channel_map=front-left,front-right,rear-left,rear-right,lfe, supported=yes, direction=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping analog-surround-50 (Analog Surround 5.0), priority=7, channel_map=front-left,front-right,rear-left,rear-right,front-center, supported=yes, direction=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping analog-surround-51 (Analog Surround 5.1), priority=8, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe, supported=yes, direction=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping analog-surround-71 (Analog Surround 7.1), priority=7, channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right, supported=yes, direction=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Mapping iec958-stereo (Digital Stereo (IEC958)), priority=55, channel_map=front-left,front-right, supported=yes, direction=0
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile input:analog-stereo (Analog Stereo Input), priority=60, supported=yes n_input_mappings=1, n_output_mappings=0
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-stereo (Analog Stereo Output), priority=6000, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-stereo+input:analog-stereo (Analog Stereo Duplex), priority=6060, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-40 (Analog Surround 4.0 Output), priority=700, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-40
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-40+input:analog-stereo (Analog Surround 4.0 Output + Analog Stereo Input), priority=760, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-40
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-41 (Analog Surround 4.1 Output), priority=800, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-41
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-41+input:analog-stereo (Analog Surround 4.1 Output + Analog Stereo Input), priority=860, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-41
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-50 (Analog Surround 5.0 Output), priority=700, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-50
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-50+input:analog-stereo (Analog Surround 5.0 Output + Analog Stereo Input), priority=760, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-50
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-51 (Analog Surround 5.1 Output), priority=800, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-51
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-51+input:analog-stereo (Analog Surround 5.1 Output + Analog Stereo Input), priority=860, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-51
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-71 (Analog Surround 7.1 Output), priority=700, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-71
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:analog-surround-71+input:analog-stereo (Analog Surround 7.1 Output + Analog Stereo Input), priority=760, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output analog-surround-71
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:iec958-stereo (Digital Stereo (IEC958) Output), priority=5500, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output iec958-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Profile output:iec958-stereo+input:analog-stereo (Digital Stereo (IEC958) Output + Analog Stereo Input), priority=5560, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.222| 0.000) D: [pulseaudio] alsa-mixer.c: Output iec958-stereo
( 0.223| 0.000) I: [pulseaudio] module-card-restore.c: Restored profile 'output:analog-stereo' for card alsa_card.pci-0000_00_14.2.
( 0.223| 0.000) I: [pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_00_14.2.
( 0.223| 0.000) I: [pulseaudio] card.c: Created 1 "alsa_card.pci-0000_00_14.2"
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Found 8 jacks.
( 0.223| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Out Front Jack' is now unplugged
( 0.223| 0.000) D: [pulseaudio] device-port.c: Setting port analog-output-lineout to status no
( 0.223| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.223| 0.000) D: [pulseaudio] module-switch-on-port-available.c: finding port analog-output-lineout
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Out CLFE Jack' is now unplugged
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Out Surround Jack' is now plugged in
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Out Side Jack' is now unplugged
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Front Headphone Jack' is now unplugged
( 0.223| 0.000) D: [pulseaudio] device-port.c: Setting port analog-output-headphones to status no
( 0.223| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.223| 0.000) D: [pulseaudio] module-switch-on-port-available.c: finding port analog-output-headphones
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Front Mic Jack' is now unplugged
( 0.223| 0.000) D: [pulseaudio] device-port.c: Setting port analog-input-front-mic to status no
( 0.223| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.223| 0.000) D: [pulseaudio] module-switch-on-port-available.c: finding port analog-input-front-mic
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Rear Mic Jack' is now unplugged
( 0.223| 0.000) D: [pulseaudio] device-port.c: Setting port analog-input-rear-mic to status no
( 0.223| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.223| 0.000) D: [pulseaudio] module-switch-on-port-available.c: finding port analog-input-rear-mic
( 0.223| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Line Jack' is now unplugged
( 0.223| 0.000) D: [pulseaudio] device-port.c: Setting port analog-input-linein to status no
( 0.223| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.223| 0.000) D: [pulseaudio] module-switch-on-port-available.c: finding port analog-input-linein
( 0.224| 0.000) D: [pulseaudio] reserve-wrap.c: Successfully create reservation lock monitor for device 'Audio0'
( 0.224| 0.000) D: [pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.224| 0.000) D: [pulseaudio] alsa-util.c: Managed to open front:0
( 0.224| 0.000) I: [pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
( 0.224| 0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 23777 ms
( 0.258| 0.033) D: [pulseaudio] alsa-util.c: Set buffer size first (to 88200 samples), period size second (to 88200 samples).
( 0.258| 0.000) I: [pulseaudio] alsa-util.c: ALSA period wakeups disabled
( 0.258| 0.000) I: [pulseaudio] alsa-sink.c: Successfully opened device front:0.
( 0.258| 0.000) I: [pulseaudio] alsa-sink.c: Selected mapping 'Analog Stereo' (analog-stereo).
( 0.258| 0.000) I: [pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
( 0.258| 0.000) I: [pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
( 0.258| 0.000) I: [pulseaudio] (alsa-lib)control.c: Invalid CTL front:0
( 0.258| 0.000) I: [pulseaudio] alsa-util.c: Unable to attach to mixer front:0: No such file or directory
( 0.259| 0.000) I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.260| 0.000) D: [pulseaudio] alsa-mixer.c: Added 2 ports
( 0.260| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.260| 0.000) I: [pulseaudio] module-device-restore.c: Restoring port for sink sink:alsa_output.pci-0000_00_14.2.analog-stereo.
( 0.260| 0.000) D: [pulseaudio] module-switch-on-port-available.c: Switching initial port for sink 'alsa_output.pci-0000_00_14.2.analog-stereo' to 'analog-output-headphones'
( 0.260| 0.000) I: [pulseaudio] module-device-restore.c: Restoring volume for sink alsa_output.pci-0000_00_14.2.analog-stereo: front-left: 35828 / 55%, front-right: 35828 / 55%
( 0.260| 0.000) I: [pulseaudio] sink.c: Created sink 1 "alsa_output.pci-0000_00_14.2.analog-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.resolution_bits = "16"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.api = "alsa"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.class = "sound"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.class = "generic"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.subclass = "generic-mix"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.name = "ALC889 Analog"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.id = "ALC889 Analog"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.subdevice = "0"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.subdevice_name = "subdevice #0"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.device = "0"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.card = "0"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.card_name = "HDA ATI SB"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.long_card_name = "HDA ATI SB at 0xfdff4000 irq 16"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.driver_name = "snd_hda_intel"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.bus_path = "pci-0000:00:14.2"
( 0.260| 0.000) I: [pulseaudio] sink.c: sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card0"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.bus = "pci"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.vendor.id = "1002"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.product.id = "4383"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.product.name = "SBx00 Azalia (Intel HDA)"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.form_factor = "internal"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.string = "front:0"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.buffering.buffer_size = "352768"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.buffering.fragment_size = "176384"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.access_mode = "mmap+timer"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.profile.name = "analog-stereo"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.profile.description = "Analog Stereo"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.description = "Built-in Audio Analog Stereo"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.mixer_name = "Realtek ALC889"
( 0.260| 0.000) I: [pulseaudio] sink.c: alsa.components = "HDA:10ec0889,1458a132,00100004"
( 0.260| 0.000) I: [pulseaudio] sink.c: module-udev-detect.discovered = "1"
( 0.260| 0.000) I: [pulseaudio] sink.c: device.icon_name = "audio-card-pci"
( 0.261| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.261| 0.000) I: [pulseaudio] source.c: Created source 1 "alsa_output.pci-0000_00_14.2.analog-stereo.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.261| 0.000) I: [pulseaudio] source.c: device.description = "Monitor of Built-in Audio Analog Stereo"
( 0.261| 0.000) I: [pulseaudio] source.c: device.class = "monitor"
( 0.261| 0.000) I: [pulseaudio] source.c: alsa.card = "0"
( 0.261| 0.000) I: [pulseaudio] source.c: alsa.card_name = "HDA ATI SB"
( 0.261| 0.000) I: [pulseaudio] source.c: alsa.long_card_name = "HDA ATI SB at 0xfdff4000 irq 16"
( 0.261| 0.000) I: [pulseaudio] source.c: alsa.driver_name = "snd_hda_intel"
( 0.261| 0.000) I: [pulseaudio] source.c: device.bus_path = "pci-0000:00:14.2"
( 0.261| 0.000) I: [pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card0"
( 0.261| 0.000) I: [pulseaudio] source.c: device.bus = "pci"
( 0.261| 0.000) I: [pulseaudio] source.c: device.vendor.id = "1002"
( 0.261| 0.000) I: [pulseaudio] source.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
( 0.261| 0.000) I: [pulseaudio] source.c: device.product.id = "4383"
( 0.261| 0.000) I: [pulseaudio] source.c: device.product.name = "SBx00 Azalia (Intel HDA)"
( 0.261| 0.000) I: [pulseaudio] source.c: device.form_factor = "internal"
( 0.261| 0.000) I: [pulseaudio] source.c: device.string = "0"
( 0.261| 0.000) I: [pulseaudio] source.c: module-udev-detect.discovered = "1"
( 0.261| 0.000) I: [pulseaudio] source.c: device.icon_name = "audio-card-pci"
( 0.261| 0.000) I: [pulseaudio] alsa-sink.c: Using 2.0 fragments of size 176384 bytes (999.91ms), buffer size is 352768 bytes (1999.82ms)
( 0.261| 0.000) I: [pulseaudio] alsa-sink.c: Time scheduling watermark is 20.00ms
( 0.261| 0.000) D: [pulseaudio] alsa-sink.c: hwbuf_unused=0
( 0.261| 0.000) D: [pulseaudio] alsa-sink.c: setting avail_min=87310
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Activating path analog-output-headphones
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output-headphones (Headphones), direction=1, priority=90, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=4, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Element Front, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Element Surround, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Element Side, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Element Center, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=no
( 0.261| 0.000) D: [pulseaudio] alsa-mixer.c: Element LFE, direction=1, switch=2, volume=2, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=no
( 0.262| 0.000) D: [pulseaudio] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 0.262| 0.000) D: [pulseaudio] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 0.262| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Front Headphone, alsa_name='Front Headphone Jack', detection possible
( 0.262| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Front Headphone Phantom, alsa_name='Front Headphone Phantom Jack', detection unavailable
( 0.262| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Headphone, alsa_name='Headphone Jack', detection unavailable
( 0.262| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Headphone Phantom, alsa_name='Headphone Phantom Jack', detection unavailable
( 0.262| 0.000) D: [pulseaudio] alsa-mixer.c: Jack Headphone Mic, alsa_name='Headphone Mic Jack', detection unavailable
( 0.263| 0.000) I: [pulseaudio] alsa-sink.c: Successfully enabled deferred volume.
( 0.263| 0.000) I: [pulseaudio] alsa-sink.c: Hardware volume ranges from -177.00 dB to 2.00 dB.
( 0.263| 0.000) I: [pulseaudio] alsa-sink.c: Fixing base volume to -2.00 dB
( 0.263| 0.000) I: [pulseaudio] alsa-sink.c: Using hardware volume control. Hardware dB scale supported.
( 0.263| 0.000) I: [pulseaudio] alsa-sink.c: Using hardware mute control.
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: snd_pcm_dump():
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: Soft volume PCM
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: Control: PCM Playback Volume
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: min_dB: -51
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: max_dB: 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: resolution: 256
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: Its setup is:
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: stream : PLAYBACK
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: format : S16_LE
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: subformat : STD
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: channels : 2
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: rate : 44100
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: msbits : 16
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: buffer_size : 88192
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_size : 44096
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_time : 999909
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_step : 1
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: avail_min : 87310
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_event : 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: start_threshold : -1
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: silence_threshold: 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: silence_size : 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: Slave: Hardware PCM card 0 'HDA ATI SB' device 0 subdevice 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: Its setup is:
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: stream : PLAYBACK
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: format : S16_LE
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: subformat : STD
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: channels : 2
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: rate : 44100
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: msbits : 16
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: buffer_size : 88192
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_size : 44096
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_time : 999909
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: tstamp_mode : ENABLE
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_step : 1
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: avail_min : 87310
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: period_event : 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: start_threshold : -1
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: stop_threshold : 6205960286516543488
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: silence_threshold: 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: silence_size : 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: boundary : 6205960286516543488
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: appl_ptr : 0
( 0.263| 0.000) D: [pulseaudio] alsa-util.c: hw_ptr : 0
( 0.264| 0.000) D: [pulseaudio] alsa-sink.c: Requested volume: front-left: 35828 / 55% / -15.74 dB, front-right: 35828 / 55% / -15.74 dB
( 0.264| 0.001) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Thread starting up
( 0.264| 0.000) D: [pulseaudio] alsa-sink.c: Got hardware volume: front-left: 36015 / 55% / -15.60 dB, front-right: 36015 / 55% / -15.60 dB
( 0.264| 0.000) D: [alsa-sink-ALC889 Analog] core-util.c: SCHED_RR|SCHED_RESET_ON_FORK worked.
( 0.264| 0.000) I: [alsa-sink-ALC889 Analog] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 5.
( 0.264| 0.000) D: [pulseaudio] alsa-sink.c: Calculated software volume: front-left: 65196 / 99% / -0.14 dB, front-right: 65196 / 99% / -0.14 dB (accurate-enough=yes)
( 0.264| 0.000) D: [pulseaudio] alsa-sink.c: Written HW volume did not match with the request: front-left: 35828 / 55% / -15.74 dB, front-right: 35828 / 55% / -15.74 dB (request) != front-left: 35466 / 54% / -16.00 dB, front-right: 35466 / 54% / -16.00 dB
( 0.265| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Starting playback.
( 0.265| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.265| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.265| 0.000) D: [pulseaudio] module-device-restore.c: Could not set format on sink alsa_output.pci-0000_00_14.2.analog-stereo
( 0.265| 0.000) I: [pulseaudio] module.c: Loaded "module-alsa-card" (index: #7; argument: "device_id="0" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"").
( 0.265| 0.000) I: [pulseaudio] module-udev-detect.c: Card /devices/pci0000:00/0000:00:14.2/sound/card0 (alsa_card.pci-0000_00_14.2) module loaded.
( 0.265| 0.000) I: [pulseaudio] module-udev-detect.c: Found 2 cards.
( 0.265| 0.000) I: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #5; argument: "").
( 0.265| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-jackdbus-detect.so': success
( 0.266| 0.000) D: [pulseaudio] module-jackdbus-detect.c: jackdbus isn't running.
( 0.266| 0.000) I: [pulseaudio] module.c: Loaded "module-jackdbus-detect" (index: #8; argument: "channels=2").
( 0.266| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluetooth-policy.so': success
( 0.266| 0.000) I: [pulseaudio] module.c: Loaded "module-bluetooth-policy" (index: #9; argument: "").
( 0.266| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluetooth-discover.so': success
( 0.267| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluez5-discover.so': success
( 0.268| 0.001) D: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus da6821188009cd271ef97869535a27a4 as :1.48
( 0.269| 0.000) I: [pulseaudio] module.c: Loaded "module-bluez5-discover" (index: #11; argument: "").
( 0.269| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-bluez4-discover.so': failure
( 0.269| 0.000) I: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #10; argument: "").
( 0.269| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-esound-protocol-unix.so': success
( 0.269| 0.000) I: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #12; argument: "").
( 0.269| 0.000) I: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #13; argument: "").
( 0.426| 0.156) I: [pulseaudio] module.c: Loaded "module-native-protocol-tcp" (index: #14; argument: "").
( 0.427| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-gconf.so': success
( 0.444| 0.017) D: [pulseaudio] module-gconf.c: Loading module 'module-combine' with args '' due to GConf configuration.
( 0.445| 0.000) W: [pulseaudio] module.c: module-combine is deprecated: Please use module-combine-sink instead of module-combine!
( 0.445| 0.000) W: [pulseaudio] module-combine.c: We will now load module-combine-sink. Please make sure to remove module-combine from your configuration.
( 0.445| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.445| 0.000) I: [pulseaudio] module-device-restore.c: Restoring volume for sink combined: front-left: 61604 / 94%, front-right: 61604 / 94%
( 0.445| 0.000) I: [pulseaudio] sink.c: Created sink 2 "combined" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.445| 0.000) I: [pulseaudio] sink.c: device.class = "filter"
( 0.445| 0.000) I: [pulseaudio] sink.c: device.description = "Simultaneous Output"
( 0.445| 0.000) I: [pulseaudio] sink.c: device.icon_name = "audio-card"
( 0.445| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.445| 0.000) I: [pulseaudio] source.c: Created source 2 "combined.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.445| 0.000) I: [pulseaudio] source.c: device.description = "Monitor of Simultaneous Output"
( 0.445| 0.000) I: [pulseaudio] source.c: device.class = "monitor"
( 0.445| 0.000) I: [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
( 0.446| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=16777216, tlength=16777216, base=4, prebuf=1, minreq=0 maxrewind=0
( 0.446| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=16777216, tlength=16777216, base=4, prebuf=4, minreq=4 maxrewind=0
( 0.446| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=16777216, tlength=16777216, base=4, prebuf=1, minreq=0 maxrewind=0
( 0.446| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=16777216, tlength=16777216, base=4, prebuf=4, minreq=4 maxrewind=0
( 0.446| 0.000) D: [combine] module-combine-sink.c: Thread starting up
( 0.446| 0.000) D: [combine] core-util.c: SCHED_RR|SCHED_RESET_ON_FORK worked.
( 0.446| 0.000) I: [combine] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 6.
( 0.446| 0.000) D: [pulseaudio] module-device-restore.c: Could not set format on sink combined
( 0.446| 0.000) D: [pulseaudio] module-stream-restore.c: Not restoring device for stream sink-input-by-media-role:filter, because already set to 'alsa_output.pci-0000_03_00.1.hdmi-stereo'.
( 0.446| 0.000) D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "2" format.channel_map = "\"front-left,front-right\""
( 0.446| 0.000) I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-media-role:filter.
( 0.446| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 0.446| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 44100 (method trivial)
( 0.446| 0.000) D: [pulseaudio] resampler.c: format s16le -> s16le (intermediate s16le)
( 0.446| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2)
( 0.446| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 0.446| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 0.446| 0.000) I: [pulseaudio] sink-input.c: Created input 0 "Simultaneous output on Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)" on alsa_output.pci-0000_03_00.1.hdmi-stereo with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.446| 0.000) I: [pulseaudio] sink-input.c: media.name = "Simultaneous output on Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)"
( 0.446| 0.000) I: [pulseaudio] sink-input.c: media.role = "filter"
( 0.446| 0.000) I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:filter"
( 0.446| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.446| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 200.00ms
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=317488
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87311
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Requesting rewind due to latency change.
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Requested to rewind 352768 bytes.
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Limited to 285796 bytes.
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: before: 71449
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: after: 71449
( 0.447| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Rewound 285796 bytes.
( 0.447| 0.000) D: [alsa-sink-HDMI 0] sink.c: Processing rewind...
( 0.447| 0.000) D: [alsa-sink-HDMI 0] source.c: Processing rewind...
( 0.447| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.447| 0.000) D: [pulseaudio] module-stream-restore.c: Not restoring device for stream sink-input-by-media-role:filter, because already set to 'alsa_output.pci-0000_00_14.2.analog-stereo'.
( 0.447| 0.000) D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "2" format.channel_map = "\"front-left,front-right\""
( 0.447| 0.000) I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-media-role:filter.
( 0.447| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 0.447| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 44100 (method trivial)
( 0.447| 0.000) D: [pulseaudio] resampler.c: format s16le -> s16le (intermediate s16le)
( 0.447| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2)
( 0.447| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 0.447| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 0.447| 0.000) I: [pulseaudio] sink-input.c: Created input 1 "Simultaneous output on Built-in Audio Analog Stereo" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.447| 0.000) I: [pulseaudio] sink-input.c: media.name = "Simultaneous output on Built-in Audio Analog Stereo"
( 0.447| 0.000) I: [pulseaudio] sink-input.c: media.role = "filter"
( 0.447| 0.000) I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:filter"
( 0.447| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.447| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 0.447| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 200.00ms
( 0.447| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=317488
( 0.447| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87311
( 0.447| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requesting rewind due to latency change.
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested volume: front-left: 35828 / 55% / -15.74 dB, front-right: 35828 / 55% / -15.74 dB
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Got hardware volume: front-left: 36015 / 55% / -15.60 dB, front-right: 36015 / 55% / -15.60 dB
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Calculated software volume: front-left: 65196 / 99% / -0.14 dB, front-right: 65196 / 99% / -0.14 dB (accurate-enough=yes)
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Volume not changing
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested to rewind 352768 bytes.
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Limited to 320272 bytes.
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: before: 80068
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: after: 80068
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Rewound 320272 bytes.
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Processing rewind...
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: latency = 1366
( 0.448| 0.000) D: [alsa-sink-ALC889 Analog] source.c: Processing rewind...
( 0.448| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.448| 0.000) I: [pulseaudio] module.c: Loaded "module-combine-sink" (index: #17; argument: "").
( 0.448| 0.000) I: [pulseaudio] module.c: Loaded "module-combine" (index: #16; argument: "").
( 0.448| 0.000) I: [pulseaudio] module.c: Loaded "module-gconf" (index: #15; argument: "").
( 0.448| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.448| 0.000) I: [pulseaudio] module-default-device-restore.c: Restored default sink 'alsa_output.pci-0000_00_14.2.analog-stereo'.
( 0.448| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.448| 0.000) I: [pulseaudio] module-default-device-restore.c: Restored default source 'alsa_output.pci-0000_03_00.1.hdmi-stereo.monitor'.
( 0.448| 0.000) I: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #18; argument: "").
( 0.449| 0.000) I: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #19; argument: "").
( 0.449| 0.000) I: [pulseaudio] module.c: Loaded "module-always-sink" (index: #20; argument: "").
( 0.449| 0.000) I: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #21; argument: "").
( 0.449| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink combined becomes idle, timeout in 5 seconds.
( 0.449| 0.000) I: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #22; argument: "").
( 0.449| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-console-kit.so': success
( 0.449| 0.000) I: [pulseaudio] module.c: Loaded "module-console-kit" (index: #23; argument: "").
( 0.450| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-systemd-login.so': success
( 0.450| 0.000) I: [pulseaudio] client.c: Created 0 "Login Session c1"
( 0.450| 0.000) D: [pulseaudio] module-systemd-login.c: Added new session c1
( 0.450| 0.000) I: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #24; argument: "").
( 0.450| 0.000) I: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #25; argument: "").
( 0.450| 0.000) D: [pulseaudio] module-role-cork.c: Using role 'phone' as trigger role.
( 0.450| 0.000) D: [pulseaudio] module-role-cork.c: Using roles 'music' and 'video' as cork roles.
( 0.450| 0.000) I: [pulseaudio] module.c: Loaded "module-role-cork" (index: #26; argument: "").
( 0.451| 0.000) I: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #27; argument: "").
( 0.451| 0.000) I: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #28; argument: "").
( 0.451| 0.000) D: [pulseaudio] module.c: Checking for existence of '/usr/lib/pulse-5.0/modules/module-dbus-protocol.so': success
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats added for object /org/pulseaudio/core1/memstats
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile0
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card0/profile1
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Card added for object /org/pulseaudio/core1/card0
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile0
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile1
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile2
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile3
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile4
( 0.451| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile5
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile6
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile7
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile8
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile9
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile10
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile11
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile12
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile13
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile14
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile added for object /org/pulseaudio/core1/card1/profile15
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Card added for object /org/pulseaudio/core1/card1
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.DevicePort added for object /org/pulseaudio/core1/sink0/port0
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink0
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink0
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.DevicePort added for object /org/pulseaudio/core1/sink1/port0
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.DevicePort added for object /org/pulseaudio/core1/sink1/port1
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink1
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink1
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink2
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink2
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source0
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source0
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source1
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source1
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source2
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source2
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream0
( 0.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream1
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module0
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module1
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module2
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module3
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module4
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module5
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module6
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module7
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module8
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module9
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module10
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module11
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module12
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module13
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module14
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module15
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module16
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module17
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module18
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module19
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module20
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module21
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module22
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module23
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module24
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module25
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module26
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module27
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module28
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module29
( 0.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client0
( 0.454| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 added for object /org/pulseaudio/core1
( 0.454| 0.000) I: [pulseaudio] module.c: Loaded "module-dbus-protocol" (index: #29; argument: "").
( 0.492| 0.038) I: [pulseaudio] module.c: Loaded "module-native-protocol-tcp" (index: #30; argument: "auth-ip-acl=127.0.0.1;192.168.0.0/24 auth-anonymous=1").
( 0.493| 0.000) D: [pulseaudio] main.c: Got org.PulseAudio1!
( 0.493| 0.000) D: [pulseaudio] main.c: Got org.pulseaudio.Server!
( 0.493| 0.000) I: [pulseaudio] main.c: Daemon startup complete.
( 0.494| 0.000) I: [pulseaudio] module-device-restore.c: Storing port for device sink:alsa_output.pci-0000_00_14.2.analog-stereo.
( 0.494| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module30
( 0.495| 0.000) I: [pulseaudio] client.c: Created 1 "Native client (UNIX socket client)"
( 0.495| 0.000) D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
( 0.495| 0.000) D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_03_00.1.
( 0.495| 0.000) D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
( 0.495| 0.000) D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2.
( 0.495| 0.000) E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
( 0.495| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client1
( 0.495| 0.000) I: [pulseaudio] client.c: Created 2 "Native client (UNIX socket client)"
( 0.495| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client2
( 0.495| 0.000) D: [pulseaudio] protocol-native.c: Protocol version: remote 29, local 29
( 0.495| 0.000) I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
( 0.495| 0.000) D: [pulseaudio] protocol-native.c: SHM possible: yes
( 0.495| 0.000) D: [pulseaudio] protocol-native.c: Negotiated SHM: yes
( 0.496| 0.000) D: [pulseaudio] protocol-native.c: Protocol version: remote 29, local 29
( 0.496| 0.000) I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
( 0.496| 0.000) D: [pulseaudio] protocol-native.c: SHM possible: yes
( 0.496| 0.000) D: [pulseaudio] protocol-native.c: Negotiated SHM: yes
( 0.496| 0.000) D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-shell
( 0.496| 0.000) D: [pulseaudio] module-augment-properties.c: Found /usr/share/applications/gnome-shell.desktop.
( 0.496| 0.000) D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-settings-daemon
( 5.450| 4.953) I: [pulseaudio] module-suspend-on-idle.c: Sink combined idle for too long, suspending ...
( 5.450| 0.000) D: [pulseaudio] sink.c: Suspend cause of sink combined is 0x0004, suspending
( 5.451| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=0
( 5.451| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87310
( 5.451| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Requested to rewind 352768 bytes.
( 5.451| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo becomes idle, timeout in 5 seconds.
( 5.451| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Limited to 34980 bytes.
( 5.451| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: before: 8745
( 5.451| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: after: 8745
( 5.451| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Rewound 34980 bytes.
( 5.451| 0.000) D: [alsa-sink-HDMI 0] sink.c: Processing rewind...
( 5.451| 0.000) D: [alsa-sink-HDMI 0] source.c: Processing rewind...
( 5.451| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo becomes idle, timeout in 5 seconds.
( 5.451| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=0
( 5.451| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87310
( 5.451| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested volume: front-left: 35828 / 55% / -15.74 dB, front-right: 35828 / 55% / -15.74 dB
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Got hardware volume: front-left: 36015 / 55% / -15.60 dB, front-right: 36015 / 55% / -15.60 dB
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Calculated software volume: front-left: 65196 / 99% / -0.14 dB, front-right: 65196 / 99% / -0.14 dB (accurate-enough=yes)
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Volume not changing
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested to rewind 352768 bytes.
( 5.452| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds.
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Limited to 34956 bytes.
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: before: 8739
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: after: 8739
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Rewound 34956 bytes.
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Processing rewind...
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: latency = 1311
( 5.452| 0.000) D: [alsa-sink-ALC889 Analog] source.c: Processing rewind...
( 5.452| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds.
( 5.452| 0.000) D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 5.452| 0.000) I: [pulseaudio] module-combine-sink.c: Device suspended...
( 5.452| 0.000) D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 5.452| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream0
( 5.453| 0.000) I: [pulseaudio] sink-input.c: Freeing input 0 "Simultaneous output on Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)"
( 5.453| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream1
( 5.453| 0.000) I: [pulseaudio] sink-input.c: Freeing input 1 "Simultaneous output on Built-in Audio Analog Stereo"
( 10.453| 5.000) I: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo idle for too long, suspending ...
( 10.455| 0.001) D: [pulseaudio] sink.c: Suspend cause of sink alsa_output.pci-0000_00_14.2.analog-stereo is 0x0004, suspending
( 10.456| 0.001) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Device suspended...
( 10.456| 0.000) D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 10.456| 0.000) I: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo idle for too long, suspending ...
( 10.456| 0.000) D: [pulseaudio] sink.c: Suspend cause of sink alsa_output.pci-0000_03_00.1.hdmi-stereo is 0x0004, suspending
( 10.457| 0.001) I: [alsa-sink-HDMI 0] alsa-sink.c: Device suspended...
( 10.457| 0.000) D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 10.458| 0.000) D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
( 10.458| 0.000) D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_03_00.1.
( 10.458| 0.000) D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
( 10.458| 0.000) D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2.
( 10.494| 0.036) I: [pulseaudio] module-device-restore.c: Synced.
( 22.162| 11.668) I: [pulseaudio] client.c: Created 3 "Native client (UNIX socket client)"
( 22.164| 0.001) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client3
( 22.202| 0.037) D: [pulseaudio] protocol-native.c: Protocol version: remote 29, local 29
( 22.202| 0.000) I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
( 22.202| 0.000) D: [pulseaudio] protocol-native.c: SHM possible: yes
( 22.202| 0.000) D: [pulseaudio] protocol-native.c: Negotiated SHM: yes
( 22.202| 0.000) D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pavucontrol
( 22.202| 0.000) D: [pulseaudio] module-augment-properties.c: Found /usr/share/applications/pavucontrol.desktop.
( 22.309| 0.106) D: [pulseaudio] module-stream-restore.c: Not restoring device for stream source-output-by-application-id:org.PulseAudio.pavucontrol, because already set
( 22.309| 0.000) D: [pulseaudio] module-intended-roles.c: Not setting device for stream Peak detect, because already set.
( 22.309| 0.000) D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "25" format.channels = "1" format.channel_map = "\"mono\""
( 22.309| 0.000) I: [pulseaudio] source-output.c: Trying to change sample rate
( 22.309| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo becomes busy, resuming.
( 22.309| 0.000) D: [pulseaudio] sink.c: Suspend cause of sink alsa_output.pci-0000_03_00.1.hdmi-stereo is 0x0000, resuming
( 22.310| 0.000) D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1'
( 22.310| 0.000) I: [alsa-sink-HDMI 0] alsa-sink.c: Trying resume...
( 22.310| 0.000) I: [alsa-sink-HDMI 0] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
( 22.310| 0.000) D: [alsa-sink-HDMI 0] alsa-util.c: Maximum hw buffer size is 23777 ms
( 22.316| 0.005) D: [alsa-sink-HDMI 0] alsa-util.c: Set buffer size first (to 88192 samples), period size second (to 44096 samples).
( 22.316| 0.000) I: [alsa-sink-HDMI 0] alsa-util.c: ALSA period wakeups disabled
( 22.316| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=0
( 22.316| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87310
( 22.316| 0.000) I: [alsa-sink-HDMI 0] alsa-sink.c: Time scheduling watermark is 20.00ms
( 22.316| 0.000) I: [alsa-sink-HDMI 0] alsa-sink.c: Resumed successfully...
( 22.316| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo becomes idle, timeout in 5 seconds.
( 22.316| 0.000) I: [alsa-sink-HDMI 0] alsa-sink.c: Starting playback.
( 22.316| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.316| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.316| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo becomes idle, timeout in 5 seconds.
( 22.316| 0.000) D: [pulseaudio] resampler.c: Channel matrix:
( 22.316| 0.000) D: [pulseaudio] resampler.c: I00 I01
( 22.316| 0.000) D: [pulseaudio] resampler.c: +------------
( 22.316| 0.000) D: [pulseaudio] resampler.c: O00 | 0.500 0.500
( 22.316| 0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
( 22.316| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 22.316| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 25 (method peaks)
( 22.316| 0.000) D: [pulseaudio] resampler.c: format s16le -> float32le (intermediate s16le)
( 22.316| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 1 (resampling 1)
( 22.316| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 22.316| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 22.316| 0.000) I: [pulseaudio] source-output.c: Created output 0 "Peak detect" on alsa_output.pci-0000_03_00.1.hdmi-stereo.monitor with sample spec float32le 1ch 25Hz and channel map mono
( 22.316| 0.000) I: [pulseaudio] source-output.c: media.name = "Peak detect"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.name = "PulseAudio Volume Control"
( 22.316| 0.000) I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client"
( 22.316| 0.000) I: [pulseaudio] source-output.c: native-protocol.version = "29"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.id = "org.PulseAudio.pavucontrol"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.icon_name = "audio-card"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.version = "2.0"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.process.id = "2703"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.process.user = "odp"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.process.host = "odp"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.process.binary = "pavucontrol"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.language = "en_US.UTF-8"
( 22.316| 0.000) I: [pulseaudio] source-output.c: window.x11.display = ":0"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.process.machine_id = "99d2e20cabc44a9babdd60db374e703a"
( 22.316| 0.000) I: [pulseaudio] source-output.c: application.process.session_id = "c1"
( 22.316| 0.000) I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.317| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=0, base=4, prebuf=1, minreq=0 maxrewind=0
( 22.317| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=4194304, base=4, prebuf=4, minreq=4 maxrewind=0
( 22.317| 0.000) I: [pulseaudio] protocol-native.c: Final latency 60.00 ms = 40.00 ms + 20.00 ms
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 20.00ms
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=349240
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87752
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Requesting rewind due to latency change.
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 20.00ms
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=349240
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87752
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Requested to rewind 352768 bytes.
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Limited to 352408 bytes.
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: before: 88102
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: after: 88102
( 22.317| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Rewound 352408 bytes.
( 22.317| 0.000) D: [alsa-sink-HDMI 0] sink.c: Processing rewind...
( 22.317| 0.000) D: [alsa-sink-HDMI 0] source.c: Processing rewind...
( 22.318| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 22.318| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream0
( 22.318| 0.000) D: [pulseaudio] module-stream-restore.c: Not restoring device for stream source-output-by-application-id:org.PulseAudio.pavucontrol, because already set
( 22.318| 0.000) D: [pulseaudio] module-intended-roles.c: Not setting device for stream Peak detect, because already set.
( 22.318| 0.000) D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "25" format.channels = "1" format.channel_map = "\"mono\""
( 22.318| 0.000) I: [pulseaudio] source-output.c: Trying to change sample rate
( 22.318| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming.
( 22.318| 0.000) D: [pulseaudio] sink.c: Suspend cause of sink alsa_output.pci-0000_00_14.2.analog-stereo is 0x0000, resuming
( 22.319| 0.000) D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio0'
( 22.319| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Trying resume...
( 22.319| 0.000) I: [alsa-sink-ALC889 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
( 22.319| 0.000) D: [alsa-sink-ALC889 Analog] alsa-util.c: Maximum hw buffer size is 23777 ms
( 22.319| 0.000) D: [alsa-sink-ALC889 Analog] alsa-util.c: Set buffer size first (to 88192 samples), period size second (to 44096 samples).
( 22.319| 0.000) I: [alsa-sink-ALC889 Analog] alsa-util.c: ALSA period wakeups disabled
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=0
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87310
( 22.320| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Time scheduling watermark is 20.00ms
( 22.320| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Resumed successfully...
( 22.320| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Starting playback.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.320| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.320| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds.
( 22.320| 0.000) D: [pulseaudio] resampler.c: Channel matrix:
( 22.320| 0.000) D: [pulseaudio] resampler.c: I00 I01
( 22.320| 0.000) D: [pulseaudio] resampler.c: +------------
( 22.320| 0.000) D: [pulseaudio] resampler.c: O00 | 0.500 0.500
( 22.320| 0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
( 22.320| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 22.320| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 25 (method peaks)
( 22.320| 0.000) D: [pulseaudio] resampler.c: format s16le -> float32le (intermediate s16le)
( 22.320| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 1 (resampling 1)
( 22.320| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 22.320| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 22.320| 0.000) I: [pulseaudio] source-output.c: Created output 1 "Peak detect" on alsa_output.pci-0000_00_14.2.analog-stereo.monitor with sample spec float32le 1ch 25Hz and channel map mono
( 22.320| 0.000) I: [pulseaudio] source-output.c: media.name = "Peak detect"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.name = "PulseAudio Volume Control"
( 22.320| 0.000) I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client"
( 22.320| 0.000) I: [pulseaudio] source-output.c: native-protocol.version = "29"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.id = "org.PulseAudio.pavucontrol"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.icon_name = "audio-card"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.version = "2.0"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.process.id = "2703"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.process.user = "odp"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.process.host = "odp"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.process.binary = "pavucontrol"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.language = "en_US.UTF-8"
( 22.320| 0.000) I: [pulseaudio] source-output.c: window.x11.display = ":0"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.process.machine_id = "99d2e20cabc44a9babdd60db374e703a"
( 22.320| 0.000) I: [pulseaudio] source-output.c: application.process.session_id = "c1"
( 22.320| 0.000) I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.320| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=0, base=4, prebuf=1, minreq=0 maxrewind=0
( 22.320| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=4194304, base=4, prebuf=4, minreq=4 maxrewind=0
( 22.320| 0.000) I: [pulseaudio] protocol-native.c: Final latency 60.00 ms = 40.00 ms + 20.00 ms
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 20.00ms
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=349240
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87752
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requesting rewind due to latency change.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 20.00ms
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=349240
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87752
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested to rewind 352768 bytes.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Limited to 352400 bytes.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: before: 88100
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: after: 88100
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Rewound 352400 bytes.
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Processing rewind...
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: latency = 1423
( 22.320| 0.000) D: [alsa-sink-ALC889 Analog] source.c: Processing rewind...
( 22.321| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 22.321| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream1
( 22.322| 0.000) D: [pulseaudio] module-stream-restore.c: Not restoring device for stream source-output-by-application-id:org.PulseAudio.pavucontrol, because already set
( 22.322| 0.000) D: [pulseaudio] module-intended-roles.c: Not setting device for stream Peak detect, because already set.
( 22.322| 0.000) D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "25" format.channels = "1" format.channel_map = "\"mono\""
( 22.322| 0.000) I: [pulseaudio] source-output.c: Trying to change sample rate
( 22.322| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink combined becomes busy, resuming.
( 22.322| 0.000) D: [pulseaudio] sink.c: Suspend cause of sink combined is 0x0000, resuming
( 22.322| 0.000) D: [pulseaudio] module-stream-restore.c: Not restoring device for stream sink-input-by-media-role:filter, because already set to 'alsa_output.pci-0000_03_00.1.hdmi-stereo'.
( 22.322| 0.000) D: [pulseaudio] module-intended-roles.c: Not setting device for stream Simultaneous output on Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI), because already set.
( 22.322| 0.000) D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "2" format.channel_map = "\"front-left,front-right\""
( 22.322| 0.000) I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-media-role:filter.
( 22.322| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo becomes busy, resuming.
( 22.322| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 22.322| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 44100 (method trivial)
( 22.322| 0.000) D: [pulseaudio] resampler.c: format s16le -> s16le (intermediate s16le)
( 22.322| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2)
( 22.322| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 22.322| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 22.322| 0.000) I: [pulseaudio] sink-input.c: Created input 2 "Simultaneous output on Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)" on alsa_output.pci-0000_03_00.1.hdmi-stereo with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 22.322| 0.000) I: [pulseaudio] sink-input.c: media.name = "Simultaneous output on Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)"
( 22.322| 0.000) I: [pulseaudio] sink-input.c: media.role = "filter"
( 22.322| 0.000) I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:filter"
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 20.00ms
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=349240
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87752
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Requested to rewind 352768 bytes.
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Limited to 3240 bytes.
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: before: 810
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: after: 810
( 22.322| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Rewound 3240 bytes.
( 22.323| 0.000) D: [alsa-sink-HDMI 0] sink.c: Processing rewind...
( 22.323| 0.000) D: [alsa-sink-HDMI 0] source.c: Processing rewind...
( 22.323| 0.000) D: [pulseaudio] module-stream-restore.c: Not restoring device for stream sink-input-by-media-role:filter, because already set to 'alsa_output.pci-0000_00_14.2.analog-stereo'.
( 22.323| 0.000) D: [pulseaudio] module-intended-roles.c: Not setting device for stream Simultaneous output on Built-in Audio Analog Stereo, because already set.
( 22.323| 0.000) D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "2" format.channel_map = "\"front-left,front-right\""
( 22.323| 0.000) I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-media-role:filter.
( 22.323| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming.
( 22.323| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 22.323| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 44100 (method trivial)
( 22.323| 0.000) D: [pulseaudio] resampler.c: format s16le -> s16le (intermediate s16le)
( 22.323| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2)
( 22.323| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 22.323| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 22.323| 0.000) I: [pulseaudio] sink-input.c: Created input 3 "Simultaneous output on Built-in Audio Analog Stereo" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 22.323| 0.000) I: [pulseaudio] sink-input.c: media.name = "Simultaneous output on Built-in Audio Analog Stereo"
( 22.323| 0.000) I: [pulseaudio] sink-input.c: media.role = "filter"
( 22.323| 0.000) I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:filter"
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 20.00ms
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=349240
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87752
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested volume: front-left: 35828 / 55% / -15.74 dB, front-right: 35828 / 55% / -15.74 dB
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Got hardware volume: front-left: 36015 / 55% / -15.60 dB, front-right: 36015 / 55% / -15.60 dB
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Calculated software volume: front-left: 65196 / 99% / -0.14 dB, front-right: 65196 / 99% / -0.14 dB (accurate-enough=yes)
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Volume not changing
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested to rewind 352768 bytes.
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Limited to 2764 bytes.
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: before: 691
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: after: 691
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Rewound 2764 bytes.
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Processing rewind...
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: latency = 1418
( 22.323| 0.000) D: [alsa-sink-ALC889 Analog] source.c: Processing rewind...
( 22.324| 0.000) I: [pulseaudio] module-combine-sink.c: Resumed successfully...
( 22.324| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink combined becomes idle, timeout in 5 seconds.
( 22.324| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink combined becomes idle, timeout in 5 seconds.
( 22.324| 0.000) D: [pulseaudio] resampler.c: Channel matrix:
( 22.324| 0.000) D: [pulseaudio] resampler.c: I00 I01
( 22.324| 0.000) D: [pulseaudio] resampler.c: +------------
( 22.324| 0.000) D: [pulseaudio] resampler.c: O00 | 0.500 0.500
( 22.324| 0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
( 22.324| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 22.324| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 25 (method peaks)
( 22.324| 0.000) D: [pulseaudio] resampler.c: format s16le -> float32le (intermediate s16le)
( 22.324| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 1 (resampling 1)
( 22.324| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 22.324| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 22.324| 0.000) I: [pulseaudio] source-output.c: Created output 2 "Peak detect" on combined.monitor with sample spec float32le 1ch 25Hz and channel map mono
( 22.324| 0.000) I: [pulseaudio] source-output.c: media.name = "Peak detect"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.name = "PulseAudio Volume Control"
( 22.324| 0.000) I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client"
( 22.324| 0.000) I: [pulseaudio] source-output.c: native-protocol.version = "29"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.id = "org.PulseAudio.pavucontrol"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.icon_name = "audio-card"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.version = "2.0"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.process.id = "2703"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.process.user = "odp"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.process.host = "odp"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.process.binary = "pavucontrol"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.language = "en_US.UTF-8"
( 22.324| 0.000) I: [pulseaudio] source-output.c: window.x11.display = ":0"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.process.machine_id = "99d2e20cabc44a9babdd60db374e703a"
( 22.324| 0.000) I: [pulseaudio] source-output.c: application.process.session_id = "c1"
( 22.324| 0.000) I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
( 22.324| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=0, base=4, prebuf=1, minreq=0 maxrewind=0
( 22.324| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=4194304, base=4, prebuf=4, minreq=4 maxrewind=0
( 22.324| 0.000) I: [pulseaudio] protocol-native.c: Final latency 60.00 ms = 40.00 ms + 20.00 ms
( 22.324| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 22.324| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream2
( 22.324| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream3
( 22.325| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream2
( 22.354| 0.029) D: [pulseaudio] module-intended-roles.c: Not setting device for stream Peak detect, because already set.
( 22.354| 0.000) D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "25" format.channels = "1" format.channel_map = "\"mono\""
( 22.354| 0.000) I: [pulseaudio] source-output.c: Trying to change sample rate
( 22.354| 0.000) I: [pulseaudio] source.c: Cannot update rate, SOURCE_IS_RUNNING, will keep using 44100 Hz
( 22.354| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_03_00.1.hdmi-stereo becomes busy, resuming.
( 22.354| 0.000) D: [pulseaudio] resampler.c: Channel matrix:
( 22.354| 0.000) D: [pulseaudio] resampler.c: I00 I01
( 22.354| 0.000) D: [pulseaudio] resampler.c: +------------
( 22.354| 0.000) D: [pulseaudio] resampler.c: O00 | 0.500 0.500
( 22.354| 0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
( 22.354| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 22.354| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 25 (method peaks)
( 22.354| 0.000) D: [pulseaudio] resampler.c: format s16le -> float32le (intermediate s16le)
( 22.354| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 1 (resampling 1)
( 22.354| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 22.354| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 22.354| 0.000) I: [pulseaudio] source-output.c: Created output 3 "Peak detect" on alsa_output.pci-0000_03_00.1.hdmi-stereo.monitor with sample spec float32le 1ch 25Hz and channel map mono
( 22.354| 0.000) I: [pulseaudio] source-output.c: media.name = "Peak detect"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.name = "PulseAudio Volume Control"
( 22.354| 0.000) I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client"
( 22.354| 0.000) I: [pulseaudio] source-output.c: native-protocol.version = "29"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.id = "org.PulseAudio.pavucontrol"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.icon_name = "audio-card"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.version = "2.0"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.process.id = "2703"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.process.user = "odp"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.process.host = "odp"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.process.binary = "pavucontrol"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.language = "en_US.UTF-8"
( 22.354| 0.000) I: [pulseaudio] source-output.c: window.x11.display = ":0"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.process.machine_id = "99d2e20cabc44a9babdd60db374e703a"
( 22.354| 0.000) I: [pulseaudio] source-output.c: application.process.session_id = "c1"
( 22.354| 0.000) I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
( 22.354| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=0, base=4, prebuf=1, minreq=0 maxrewind=0
( 22.354| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=4194304, base=4, prebuf=4, minreq=4 maxrewind=0
( 22.354| 0.000) I: [pulseaudio] protocol-native.c: Final latency 60.00 ms = 40.00 ms + 20.00 ms
( 22.354| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 20.00ms
( 22.355| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=349240
( 22.355| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87752
( 22.355| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 20.00ms
( 22.355| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=349240
( 22.355| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87752
( 22.355| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream3
( 22.366| 0.011) D: [pulseaudio] module-intended-roles.c: Not setting device for stream Peak detect, because already set.
( 22.366| 0.000) D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "25" format.channels = "1" format.channel_map = "\"mono\""
( 22.366| 0.000) I: [pulseaudio] source-output.c: Trying to change sample rate
( 22.366| 0.000) I: [pulseaudio] source.c: Cannot update rate, SOURCE_IS_RUNNING, will keep using 44100 Hz
( 22.366| 0.000) D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming.
( 22.366| 0.000) D: [pulseaudio] resampler.c: Channel matrix:
( 22.366| 0.000) D: [pulseaudio] resampler.c: I00 I01
( 22.366| 0.000) D: [pulseaudio] resampler.c: +------------
( 22.366| 0.000) D: [pulseaudio] resampler.c: O00 | 0.500 0.500
( 22.366| 0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
( 22.366| 0.000) D: [pulseaudio] resampler.c: Resampler:
( 22.366| 0.000) D: [pulseaudio] resampler.c: rate 44100 -> 25 (method peaks)
( 22.366| 0.000) D: [pulseaudio] resampler.c: format s16le -> float32le (intermediate s16le)
( 22.366| 0.000) D: [pulseaudio] resampler.c: channels 2 -> 1 (resampling 1)
( 22.366| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 22.366| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 22.366| 0.000) I: [pulseaudio] source-output.c: Created output 4 "Peak detect" on alsa_output.pci-0000_00_14.2.analog-stereo.monitor with sample spec float32le 1ch 25Hz and channel map mono
( 22.366| 0.000) I: [pulseaudio] source-output.c: media.name = "Peak detect"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.name = "PulseAudio Volume Control"
( 22.366| 0.000) I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client"
( 22.366| 0.000) I: [pulseaudio] source-output.c: native-protocol.version = "29"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.id = "org.PulseAudio.pavucontrol"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.icon_name = "audio-card"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.version = "2.0"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.process.id = "2703"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.process.user = "odp"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.process.host = "odp"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.process.binary = "pavucontrol"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.language = "en_US.UTF-8"
( 22.366| 0.000) I: [pulseaudio] source-output.c: window.x11.display = ":0"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.process.machine_id = "99d2e20cabc44a9babdd60db374e703a"
( 22.366| 0.000) I: [pulseaudio] source-output.c: application.process.session_id = "c1"
( 22.366| 0.000) I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
( 22.366| 0.000) D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=0, base=4, prebuf=1, minreq=0 maxrewind=0
( 22.366| 0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=4194304, base=4, prebuf=4, minreq=4 maxrewind=0
( 22.366| 0.000) I: [pulseaudio] protocol-native.c: Final latency 60.00 ms = 40.00 ms + 20.00 ms
( 22.366| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 20.00ms
( 22.366| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=349240
( 22.366| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87752
( 22.366| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 20.00ms
( 22.366| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=349240
( 22.366| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87752
( 22.367| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream4
( 32.324| 9.957) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=15.86ms sink=15.86ms
( 32.324| 0.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.95ms sink=19.95ms
( 32.324| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 17.91 msec.
( 32.324| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.95 msec.
( 32.324| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 15.86 msec.
( 32.324| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.95 msec.
( 35.255| 2.930) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Activating path analog-output-lineout
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Path analog-output-lineout (Line Out), direction=1, priority=99, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=64, min_dB=-177, max_dB=2
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element Master, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x7ffffffffffff, n_channels=1, override_map=yes
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element Headphone, direction=1, switch=1, volume=3, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=no
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element Front, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x6, n_channels=2, override_map=yes
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element Surround, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x60, n_channels=2, override_map=yes
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element Side, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0xc00, n_channels=2, override_map=yes
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element Center, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x4900000000018, n_channels=1, override_map=yes
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element LFE, direction=1, switch=1, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x80, n_channels=1, override_map=yes
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element PCM, direction=1, switch=0, volume=1, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x3600000000f66, n_channels=2, override_map=yes
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Element IEC958, direction=1, switch=2, volume=0, volume_limit=-1, enumeration=0, required=0, required_any=0, required_absent=0, mask=0x0, n_channels=0, override_map=no
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out, alsa_name='Line Out Jack', detection unavailable
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out Phantom, alsa_name='Line Out Phantom Jack', detection unavailable
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out Front, alsa_name='Line Out Front Jack', detection possible
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out Front Phantom, alsa_name='Line Out Front Phantom Jack', detection unavailable
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out CLFE, alsa_name='Line Out CLFE Jack', detection possible
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out CLFE Phantom, alsa_name='Line Out CLFE Phantom Jack', detection unavailable
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out Surround, alsa_name='Line Out Surround Jack', detection possible
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out Surround Phantom, alsa_name='Line Out Surround Phantom Jack', detection unavailable
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out Side, alsa_name='Line Out Side Jack', detection possible
( 35.255| 0.000) D: [alsa-sink-ALC889 Analog] alsa-mixer.c: Jack Line Out Side Phantom, alsa_name='Line Out Side Phantom Jack', detection unavailable
( 35.255| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Successfully enabled deferred volume.
( 35.255| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Hardware volume ranges from -177.00 dB to 2.00 dB.
( 35.255| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Fixing base volume to -2.00 dB
( 35.255| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Using hardware volume control. Hardware dB scale supported.
( 35.255| 0.000) I: [alsa-sink-ALC889 Analog] alsa-sink.c: Using hardware mute control.
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Written HW volume did not match with the request: front-left: 35828 / 55% / -15.74 dB, front-right: 35828 / 55% / -15.74 dB (request) != front-left: 35466 / 54% / -16.00 dB, front-right: 35466 / 54% / -16.00 dB
( 35.256| 0.000) I: [pulseaudio] sink.c: Changed port of sink 1 "alsa_output.pci-0000_00_14.2.analog-stereo" to analog-output-lineout
( 35.256| 0.000) I: [pulseaudio] module-device-restore.c: Restoring volume for sink alsa_output.pci-0000_00_14.2.analog-stereo.
( 35.256| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested volume: front-left: 41350 / 63% / -12.00 dB, front-right: 41350 / 63% / -12.00 dB
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Got hardware volume: front-left: 41350 / 63% / -12.00 dB, front-right: 41350 / 63% / -12.00 dB
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Calculated software volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB (accurate-enough=yes)
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Volume going up to 41350 at 4767155249
( 35.256| 0.000) I: [pulseaudio] module-device-restore.c: Restoring mute state for sink alsa_output.pci-0000_00_14.2.analog-stereo.
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 24142 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 24103 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 24085 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 24069 usec
( 35.256| 0.000) I: [pulseaudio] module-device-restore.c: Storing port for device sink:alsa_output.pci-0000_00_14.2.analog-stereo.
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 23811 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 23792 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 23777 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 23760 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 23745 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 23729 usec
( 35.256| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Next volume change in 23690 usec
( 35.280| 0.023) D: [alsa-sink-ALC889 Analog] sink.c: Volume change to 41350 at 4767155249 was written 17 usec late
( 42.324| 7.043) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=15.50ms sink=15.50ms
( 42.326| 0.001) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.94ms sink=19.94ms
( 42.326| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 17.72 msec.
( 42.326| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.94 msec.
( 42.326| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 15.50 msec.
( 42.326| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.94 msec.
( 45.256| 2.930) I: [pulseaudio] module-device-restore.c: Synced.
( 52.326| 7.070) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=19.93ms sink=19.93ms
( 52.328| 0.001) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=16.26ms sink=16.26ms
( 52.328| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 18.10 msec.
( 52.328| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.93 msec.
( 52.328| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.93 msec.
( 52.328| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 16.26 msec.
( 62.328| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=18.95ms sink=18.95ms
( 62.330| 0.001) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.97ms sink=19.97ms
( 62.330| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 19.46 msec.
( 62.330| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.97 msec.
( 62.330| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 18.95 msec.
( 62.330| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.97 msec.
( 72.331| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=18.38ms sink=18.38ms
( 72.332| 0.001) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=18.25ms sink=18.25ms
( 72.332| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 18.32 msec.
( 72.332| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 18.38 msec.
( 72.332| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 18.38 msec.
( 72.332| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 18.25 msec.
( 82.333| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=15.82ms sink=15.82ms
( 82.335| 0.002) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.95ms sink=19.95ms
( 82.335| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 17.88 msec.
( 82.335| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.95 msec.
( 82.335| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 15.82 msec.
( 82.335| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.95 msec.
( 92.335| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=19.95ms sink=19.95ms
( 92.337| 0.002) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=17.97ms sink=17.97ms
( 92.337| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 18.96 msec.
( 92.337| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.95 msec.
( 92.337| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.95 msec.
( 92.337| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 17.97 msec.
( 102.338| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=19.94ms sink=19.94ms
( 102.340| 0.001) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.95ms sink=19.95ms
( 102.340| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 19.95 msec.
( 102.340| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.95 msec.
( 102.340| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.94 msec.
( 102.340| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.95 msec.
( 112.340| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=19.93ms sink=19.93ms
( 112.342| 0.002) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.91ms sink=19.91ms
( 112.342| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 19.92 msec.
( 112.342| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.93 msec.
( 112.342| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.93 msec.
( 112.342| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.91 msec.
( 122.342| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=15.62ms sink=15.62ms
( 122.342| 0.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=15.36ms sink=15.36ms
( 122.342| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 15.49 msec.
( 122.342| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 15.62 msec.
( 122.342| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 15.62 msec.
( 122.343| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 15.36 msec.
( 132.343| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=19.94ms sink=19.94ms
( 132.345| 0.002) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.90ms sink=19.90ms
( 132.345| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 19.92 msec.
( 132.345| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.94 msec.
( 132.345| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.94 msec.
( 132.345| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.90 msec.
( 134.525| 2.180) I: [pulseaudio] client.c: Created 4 "Native client (UNIX socket client)"
( 134.525| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client4
( 134.525| 0.000) D: [pulseaudio] protocol-native.c: Protocol version: remote 29, local 29
( 134.525| 0.000) I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
( 134.525| 0.000) D: [pulseaudio] protocol-native.c: SHM possible: yes
( 134.525| 0.000) D: [pulseaudio] protocol-native.c: Negotiated SHM: yes
( 134.525| 0.000) D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for alsamixer
( 137.979| 3.453) I: [pulseaudio] client.c: Freed 4 "ALSA plug-in [alsamixer]"
( 137.979| 0.000) I: [pulseaudio] protocol-native.c: Connection died.
( 137.979| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client4
( 142.345| 4.365) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=17.51ms sink=17.51ms
( 142.347| 0.001) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=15.14ms sink=15.14ms
( 142.347| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 16.32 msec.
( 142.347| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 17.51 msec.
( 142.347| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 17.51 msec.
( 142.347| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 15.14 msec.
( 152.348| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=19.95ms sink=19.95ms
( 152.349| 0.001) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=18.54ms sink=18.54ms
( 152.349| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 19.24 msec.
( 152.349| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.95 msec.
( 152.349| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.95 msec.
( 152.349| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 18.54 msec.
( 162.350| 10.000) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] total=16.48ms sink=16.48ms
( 162.352| 0.002) D: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] total=19.92ms sink=19.92ms
( 162.352| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] avg total latency is 18.20 msec.
( 162.352| 0.000) I: [pulseaudio] module-combine-sink.c: [combined] target latency is 19.92 msec.
( 162.352| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_03_00.1.hdmi-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 16.48 msec.
( 162.352| 0.000) I: [pulseaudio] module-combine-sink.c: [alsa_output.pci-0000_00_14.2.analog-stereo] new rate is 44100 Hz; ratio is 1.000; latency is 19.92 msec.
( 165.476| 3.124) I: [pulseaudio] main.c: Got signal SIGINT.
( 165.476| 0.000) I: [pulseaudio] main.c: Exiting.
( 165.476| 0.000) I: [pulseaudio] main.c: Daemon shutdown initiated.
( 165.476| 0.000) I: [pulseaudio] module.c: Unloading "module-native-protocol-tcp" (index: #30).
( 165.664| 0.187) I: [pulseaudio] module.c: Unloaded "module-native-protocol-tcp" (index: #30).
( 165.664| 0.000) I: [pulseaudio] module.c: Unloading "module-dbus-protocol" (index: #29).
( 165.664| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 removed from object /org/pulseaudio/core1
( 165.664| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Card removed from object /org/pulseaudio/core1/card0
( 165.664| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card0/profile0
( 165.664| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card0/profile1
( 165.664| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Card removed from object /org/pulseaudio/core1/card1
( 165.664| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile0
( 165.664| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile1
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile2
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile3
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile4
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile5
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile6
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile7
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile8
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile9
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile10
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile11
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile12
( 165.665| 0.000) D: [pulseaudio] ratelimit.c: 29 events suppressed
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile13
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] flist.c: pulsecore/hashmap.c: entries flist is full (don't worry)
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile14
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.CardProfile removed from object /org/pulseaudio/core1/card1/profile15
( 165.665| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/sink0
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink removed from object /org/pulseaudio/core1/sink0
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.DevicePort removed from object /org/pulseaudio/core1/sink0/port0
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/sink1
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink removed from object /org/pulseaudio/core1/sink1
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.DevicePort removed from object /org/pulseaudio/core1/sink1/port0
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.DevicePort removed from object /org/pulseaudio/core1/sink1/port1
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/sink2
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink removed from object /org/pulseaudio/core1/sink2
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/source0
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source removed from object /org/pulseaudio/core1/source0
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/source1
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source removed from object /org/pulseaudio/core1/source1
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device removed from object /org/pulseaudio/core1/source2
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source removed from object /org/pulseaudio/core1/source2
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream2
( 165.666| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream3
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/record_stream0
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/record_stream1
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/record_stream2
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/record_stream3
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/record_stream4
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module0
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module1
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module2
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module3
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module4
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module5
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module6
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module7
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module8
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module9
( 165.667| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module10
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module11
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module12
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module13
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module14
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module15
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module16
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module17
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module18
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module19
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module20
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module21
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module22
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module23
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module24
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module25
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module26
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module27
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module28
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module29
( 165.668| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module removed from object /org/pulseaudio/core1/module30
( 165.669| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client0
( 165.669| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client1
( 165.669| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client2
( 165.669| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client3
( 165.669| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats removed from object /org/pulseaudio/core1/memstats
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-dbus-protocol" (index: #29).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-filter-apply" (index: #28).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-filter-apply" (index: #28).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-filter-heuristics" (index: #27).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-filter-heuristics" (index: #27).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-role-cork" (index: #26).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-role-cork" (index: #26).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-position-event-sounds" (index: #25).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-position-event-sounds" (index: #25).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-systemd-login" (index: #24).
( 165.669| 0.000) D: [pulseaudio] module-systemd-login.c: Removing session c1
( 165.669| 0.000) I: [pulseaudio] client.c: Freed 0 "Login Session c1"
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-systemd-login" (index: #24).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-console-kit" (index: #23).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-console-kit" (index: #23).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-suspend-on-idle" (index: #22).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloaded "module-suspend-on-idle" (index: #22).
( 165.669| 0.000) I: [pulseaudio] module.c: Unloading "module-intended-roles" (index: #21).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloaded "module-intended-roles" (index: #21).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloading "module-always-sink" (index: #20).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloaded "module-always-sink" (index: #20).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloading "module-rescue-streams" (index: #19).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloaded "module-rescue-streams" (index: #19).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloading "module-default-device-restore" (index: #18).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloaded "module-default-device-restore" (index: #18).
( 165.670| 0.000) I: [pulseaudio] module.c: Unloading "module-combine-sink" (index: #17).
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 20.00ms
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=349240
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87752
( 165.670| 0.000) I: [pulseaudio] source-output.c: Freeing output 3 "Peak detect"
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Latency set to 20.00ms
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=349240
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87752
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Requested to rewind 352768 bytes.
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Limited to 2936 bytes.
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: before: 734
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: after: 734
( 165.670| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Rewound 2936 bytes.
( 165.670| 0.000) D: [alsa-sink-HDMI 0] sink.c: Processing rewind...
( 165.670| 0.000) D: [alsa-sink-HDMI 0] source.c: Processing rewind...
( 165.671| 0.000) I: [pulseaudio] sink-input.c: Freeing input 2 "Simultaneous output on Tahiti XT HDMI Audio [Radeon HD 7970 Series] Digital Stereo (HDMI)"
( 165.671| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 20.00ms
( 165.671| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=349240
( 165.671| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87752
( 165.671| 0.000) I: [pulseaudio] source-output.c: Freeing output 4 "Peak detect"
( 165.671| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Latency set to 20.00ms
( 165.671| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=349240
( 165.671| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87752
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested volume: front-left: 41350 / 63% / -12.00 dB, front-right: 41350 / 63% / -12.00 dB
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Got hardware volume: front-left: 41350 / 63% / -12.00 dB, front-right: 41350 / 63% / -12.00 dB
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Calculated software volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB (accurate-enough=yes)
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Volume not changing
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Requested to rewind 352768 bytes.
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Limited to 3140 bytes.
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: before: 785
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: after: 785
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Rewound 3140 bytes.
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: Processing rewind...
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] sink.c: latency = 1287
( 165.672| 0.000) D: [alsa-sink-ALC889 Analog] source.c: Processing rewind...
( 165.672| 0.000) I: [pulseaudio] sink-input.c: Freeing input 3 "Simultaneous output on Built-in Audio Analog Stereo"
( 165.672| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 165.672| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 165.672| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 165.672| 0.000) I: [pulseaudio] source-output.c: Freeing output 2 "Peak detect"
( 165.673| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 165.673| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 165.673| 0.000) D: [combine] module-combine-sink.c: Thread shutting down
( 165.673| 0.000) I: [pulseaudio] sink.c: Freeing sink 2 "combined"
( 165.673| 0.000) I: [pulseaudio] source.c: Freeing source 2 "combined.monitor"
( 165.673| 0.000) I: [pulseaudio] module.c: Unloaded "module-combine-sink" (index: #17).
( 165.673| 0.000) I: [pulseaudio] module.c: Unloading "module-combine" (index: #16).
( 165.673| 0.000) I: [pulseaudio] module.c: Unloaded "module-combine" (index: #16).
( 165.673| 0.000) I: [pulseaudio] module.c: Unloading "module-gconf" (index: #15).
( 165.673| 0.000) D: [pulseaudio] module-gconf.c: Unloading module #16
( 165.673| 0.000) I: [pulseaudio] module.c: Unloaded "module-gconf" (index: #15).
( 165.673| 0.000) I: [pulseaudio] module.c: Unloading "module-native-protocol-tcp" (index: #14).
( 165.708| 0.034) I: [pulseaudio] module.c: Unloaded "module-native-protocol-tcp" (index: #14).
( 165.708| 0.000) I: [pulseaudio] module.c: Unloading "module-native-protocol-unix" (index: #13).
( 165.708| 0.000) I: [pulseaudio] client.c: Freed 1 "GNOME Shell Volume Control"
( 165.708| 0.000) I: [pulseaudio] client.c: Freed 2 "GNOME Volume Control Media Keys"
( 165.708| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: hwbuf_unused=0
( 165.708| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: setting avail_min=87751
( 165.709| 0.000) I: [pulseaudio] source-output.c: Freeing output 0 "Peak detect"
( 165.709| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: hwbuf_unused=0
( 165.709| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: setting avail_min=87751
( 165.709| 0.000) D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 165.709| 0.000) I: [pulseaudio] source-output.c: Freeing output 1 "Peak detect"
( 165.710| 0.000) I: [pulseaudio] client.c: Freed 3 "PulseAudio Volume Control"
( 165.710| 0.000) I: [pulseaudio] module.c: Unloaded "module-native-protocol-unix" (index: #13).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloading "module-esound-protocol-unix" (index: #12).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloaded "module-esound-protocol-unix" (index: #12).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloading "module-bluez5-discover" (index: #11).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloaded "module-bluez5-discover" (index: #11).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloading "module-bluetooth-discover" (index: #10).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloaded "module-bluetooth-discover" (index: #10).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloading "module-bluetooth-policy" (index: #9).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloaded "module-bluetooth-policy" (index: #9).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloading "module-jackdbus-detect" (index: #8).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloaded "module-jackdbus-detect" (index: #8).
( 165.710| 0.000) I: [pulseaudio] module.c: Unloading "module-alsa-card" (index: #7).
( 165.711| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 165.711| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 165.711| 0.000) D: [alsa-sink-ALC889 Analog] alsa-sink.c: Thread shutting down
( 165.711| 0.000) I: [pulseaudio] sink.c: Freeing sink 1 "alsa_output.pci-0000_00_14.2.analog-stereo"
( 165.711| 0.000) I: [pulseaudio] source.c: Freeing source 1 "alsa_output.pci-0000_00_14.2.analog-stereo.monitor"
( 165.712| 0.001) I: [pulseaudio] card.c: Freed 1 "alsa_card.pci-0000_00_14.2"
( 165.712| 0.000) I: [pulseaudio] module.c: Unloaded "module-alsa-card" (index: #7).
( 165.712| 0.000) I: [pulseaudio] module.c: Unloading "module-alsa-card" (index: #6).
( 165.712| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 165.712| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 165.712| 0.000) D: [pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 165.712| 0.000) D: [alsa-sink-HDMI 0] alsa-sink.c: Thread shutting down
( 165.713| 0.000) I: [pulseaudio] sink.c: Freeing sink 0 "alsa_output.pci-0000_03_00.1.hdmi-stereo"
( 165.713| 0.000) I: [pulseaudio] source.c: Freeing source 0 "alsa_output.pci-0000_03_00.1.hdmi-stereo.monitor"
( 165.714| 0.001) I: [pulseaudio] card.c: Freed 0 "alsa_card.pci-0000_03_00.1"
( 165.714| 0.000) I: [pulseaudio] module.c: Unloaded "module-alsa-card" (index: #6).
( 165.714| 0.000) I: [pulseaudio] module.c: Unloading "module-udev-detect" (index: #5).
( 165.714| 0.000) I: [pulseaudio] module.c: Unloaded "module-udev-detect" (index: #5).
( 165.714| 0.000) I: [pulseaudio] module.c: Unloading "module-switch-on-port-available" (index: #4).
( 165.714| 0.000) I: [pulseaudio] module.c: Unloaded "module-switch-on-port-available" (index: #4).
( 165.714| 0.000) I: [pulseaudio] module.c: Unloading "module-augment-properties" (index: #3).
( 165.714| 0.000) I: [pulseaudio] module.c: Unloaded "module-augment-properties" (index: #3).
( 165.714| 0.000) I: [pulseaudio] module.c: Unloading "module-card-restore" (index: #2).
( 165.715| 0.000) I: [pulseaudio] module.c: Unloaded "module-card-restore" (index: #2).
( 165.715| 0.000) I: [pulseaudio] module.c: Unloading "module-stream-restore" (index: #1).
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 removed from object /org/pulseaudio/stream_restore1
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry0
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry1
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry2
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry3
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry4
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry5
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry6
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry7
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry8
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry9
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry10
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry11
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry12
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry13
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry14
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry15
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry16
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry17
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry18
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry19
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry20
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry21
( 165.715| 0.000) D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry removed from object /org/pulseaudio/stream_restore1/entry22
( 165.715| 0.000) I: [pulseaudio] module.c: Unloaded "module-stream-restore" (index: #1).
( 165.715| 0.000) I: [pulseaudio] module.c: Unloading "module-device-restore" (index: #0).
( 165.715| 0.000) I: [pulseaudio] module.c: Unloaded "module-device-restore" (index: #0).
( 165.715| 0.000) I: [pulseaudio] main.c: Daemon terminated.Sound cut out of cause when i killed pulseaudio, when I restored it for logging it did not come back?
speaker-test still works
It must be my pulse audio config that is messed up. If I go into pavucontol I can manually revert to correct settings...
Last edited by odp (2014-04-25 10:54:47)
Offline
$grep 'configuration file' pa.log
( 0.022| 0.000) I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI HDMI/HDA ATI HDMI.conf
( 0.069| 0.000) I: [pulseaudio] (alsa-lib)utils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI SB/HDA ATI SB.confCreating a symlink might help, like suggested in thread here. Although I only see a /usr/share/alsa/cards/HDA-Intel.conf file coming with alsa-lib, so this may be irrelevant in your case.
Check if you have any pacnew files in /etc and check if your pa configuration files are in sync.
Offline
Pages: 1