Git Product home page Git Product logo

pulseaudio-raop2's People

Contributors

a-darwish avatar cendioossman avatar crimsun avatar dzrongg avatar elmarco avatar flameeyes avatar ford-prefect avatar fsateler avatar georgchini avatar hfujita avatar jason77-wang avatar jprvita avatar krytarowski avatar lynxis avatar mkbosmans avatar nevion avatar patrakov avatar paulepanter avatar piotrdrag avatar plbossart avatar pmeerw avatar poettering avatar sjoerdsimons avatar t-chaik avatar tanuk avatar ulricheckhardt avatar vudentz avatar wtay avatar yurchor avatar zonque avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pulseaudio-raop2's Issues

cannot find input file: `Makefile.in'

Hi!

I'm new to linux, and all of this, I'm trying to make my computer work with my freebox. Sorry if this sounds stupid!

here's what I get after launching ./autogen.sh

./bootstrap.sh: line 49: autopoint: command not found
autoreconf: Entering directory
autoreconf: running: intltoolize --automake --copy --force
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:82: installing 'build-aux/compile'
configure.ac:106: error: required file 'build-aux/config.rpath' not found
configure.ac:29: installing 'build-aux/missing'
src/Makefile.am: installing 'build-aux/depcomp'
autoreconf: automake failed with exit status: 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for stow... no
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking for gm4... no
checking for m4... m4
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.22.1
checking for XML::Parser... ok
checking for a sed that does not truncate output... /bin/sed
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/bash: build-aux/config.rpath: No such file or directory
done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking host operating system... linux
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -W... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -pipe... yes
checking whether C compiler accepts -Wno-long-long... yes
checking whether C compiler accepts -Wno-overlength-strings... yes
checking whether C compiler accepts -Wunsafe-loop-optimizations... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wlogical-op... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wmissing-include-dirs... yes
checking whether C compiler accepts -Wformat-nonliteral... yes
checking whether C compiler accepts -Wold-style-definition... no
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wdeclaration-after-statement... yes
checking whether C compiler accepts -Wfloat-equal... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... no
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Wendif-labels... yes
checking whether C compiler accepts -Wcast-align... yes
checking whether C compiler accepts -Wstrict-aliasing... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -ffast-math... yes
checking whether C compiler accepts -fno-common... yes
checking whether C compiler accepts -fdiagnostics-show-option... yes
checking whether C compiler accepts -fdiagnostics-color=auto... yes
checking whether the linker accepts "-Wl,-version-script=./src/map-file"... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,nodelete... yes
checking whether the linker accepts -Wl,--no-undefined... yes
checking whether gcc knows sync_bool_compare_and_swap()... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dladvise_init in -lltdl... yes
checking for ANSI C header files... (cached) yes
checking for arpa/inet.h... yes
checking for glob.h... yes
checking for grp.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/tcp.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for sched.h... yes
checking for sys/mman.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/wait.h... yes
checking for sys/uio.h... yes
checking for syslog.h... yes
checking for sys/dl.h... no
checking for dlfcn.h... (cached) yes
checking for linux/sockios.h... yes
checking for sys/prctl.h... yes
checking for sys/filio.h... no
checking for windows.h... no
checking for winsock2.h... no
checking for ws2tcpip.h... no
checking for sys/atomic.h... no
checking for sys/ioctl.h... yes
checking for byteswap.h... yes
checking for sys/syscall.h... yes
checking for sys/eventfd.h... yes
checking for execinfo.h... yes
checking for langinfo.h... yes
checking for regex.h... yes
checking for pcreposix.h... no
checking for locale.h... yes
checking for xlocale.h... yes
checking for valgrind/memcheck.h... no
checking for netinet/ip.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking whether environ is declared... yes
checking size of void
... 8
checking whether __x86_64
* is declared... yes
checking for SIGXCPU defined in signal.h... yes
checking for INADDR_NONE defined in netinet/in.h... yes
checking whether gcc knows _Bool... yes
checking for thread local storage (TLS) class... __thread
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for library containing pow... -lm
checking for library containing sched_setscheduler... none required
checking for library containing dlopen... -ldl
checking for library containing shm_open... -lrt
checking for library containing inet_ntop... none required
checking for library containing timer_create... none required
checking for library containing pthread_setaffinity_np... -lpthread
checking for library containing pthread_getname_np... none required
checking for library containing pthread_setname_np... none required
checking for library containing connect... none required
checking for library containing backtrace... none required
checking for library containing regexec... none required
checking for getopt_long... yes
checking for lrintf... yes
checking for strtof... yes
checking for chmod... yes
checking for chown... yes
checking for fstat... yes
checking for fchown... yes
checking for fchmod... yes
checking for clock_gettime... yes
checking for getaddrinfo... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for mlock... yes
checking for nanosleep... yes
checking for pipe... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for setpgid... yes
checking for setsid... yes
checking for shm_open... yes
checking for sigaction... yes
checking for sleep... yes
checking for symlink... yes
checking for sysconf... yes
checking for uname... yes
checking for pthread_setaffinity_np... yes
checking for pthread_getname_np... yes
checking for pthread_setname_np... yes
checking for readlink... yes
checking for ctime_r... yes
checking for usleep... yes
checking for strerror_r... yes
checking for lstat... yes
checking for paccept... no
checking for setresuid... yes
checking for setresgid... yes
checking for setreuid... yes
checking for setregid... yes
checking for seteuid... yes
checking for setegid... yes
checking for ppoll... yes
checking for strsignal... yes
checking for sig2str... no
checking for strtod_l... yes
checking for pipe2... yes
checking for accept4... yes
checking for open64... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking type of array argument to getgroups... gid_t
checking for getgroups... yes
checking for working getgroups... yes
checking for mkfifo... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for regexec... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for library containing dladdr... none required
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X11... no
checking for library containing cap_init... -lcap
checking sys/capability.h usability... yes
checking sys/capability.h presence... yes
checking for sys/capability.h... yes
checking for LIBCHECK... no
checking for LIBJSON... yes
checking for LIBSNDFILE... yes
checking whether we need libatomic_ops... no
checking for TDB... no
checking for gdbm_open in -lgdbm... no
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking whether SOUND_PCM_READ_RATE is declared... yes
checking whether SOUND_PCM_READ_CHANNELS is declared... yes
checking whether SOUND_PCM_READ_BITS is declared... yes
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking for ASOUNDLIB... no
checking sys/audio.h usability... no
checking sys/audio.h presence... no
checking for sys/audio.h... no
checking for mmsystem.h... no
checking for GLIB20... no
checking for GTK30... no
checking for GCONF... no
checking for AVAHI... yes
checking for JACK... no
checking for LIBASYNCNS... no
checking for tcpwrap library and headers... no
checking lirc/lirc_client.h usability... no
checking lirc/lirc_client.h presence... no
checking for lirc/lirc_client.h... no
checking for lirc_init in -llirc_client... no
checking for DBUS... yes
checking for dbus_watch_get_unix_fd... yes
checking for SBC... no
checking for UDEV... no
checking for OPENSSL... no
checking for FFTW... no
checking for LIBSPEEX... no
checking for LIBSOXR... no
checking xenctrl.h usability... no
checking xenctrl.h presence... no
checking for xenctrl.h... no
checking xs.h usability... no
checking xs.h presence... no
checking for xs.h... no
checking for xc_interface_open in -lxenctrl... no
checking for xs_domain_open in -lxenstore... no
checking for ORC... no
checking for SYSTEMD... no
checking for SYSTEMDDAEMON... no
checking for SYSTEMDLOGIN... no
checking for SYSTEMDJOURNAL... no
checking for WEBRTC... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'

any clue to what I'm doing wrong? I followed the steps listed there: http://hfujita.github.io/pulseaudio-raop2/

thanks!

Incorrect latency handling

Currently there is a large latency between playback start from a software and actual start from a device. I believe most of the latency is due to several handshaking required by the protocol and thus not reducible.
The issue is that software is not (accurately) aware of this large latency, so for example movie players there will be a gap between picture and sound.

valgrind warns invalid write along rtsp_auth_cb

Vagrind gives the following warning at startup.

Commit: eb342eb

Command:

export LD_LIBRARY_PATH=$PWD/src/.libs:$LD_LIBRARY_PATH
valgrind --leak-check=yes ./src/.libs/pulseaudio -n -F src/default.pa -p $(pwd)/src/ --log-time=1 -vvvv 2>&1 | tee pulse.log

Log (excerpted):

(  11.037|   0.034) D: [memcheck-amd64-] rtsp_client.c: Full response received. 
Dispatching
(  11.042|   0.005) D: [memcheck-amd64-] raop-client.c: RAOP: OPTIONS
(  11.053|   0.010) D: [memcheck-amd64-] raop-sink.c: State change recieved, inf
orming IO thread...
(  11.054|   0.001) I: [alsa-source-ALC269VC Analog] alsa-source.c: Increasing m
inimal latency to 36.00 ms
==24707== Invalid write of size 1
==24707==    at 0x1A062650: line_callback (rtsp_client.c:242)
==24707==    by 0x512A4FD: scan_for_lines (ioline.c:271)
==24707==    by 0x512A900: do_read (ioline.c:339)
==24707==    by 0x512ACA8: do_work (ioline.c:388)
==24707==    by 0x512AE5C: io_callback (ioline.c:406)
==24707==    by 0x5127550: callback (iochannel.c:160)
==24707==    by 0x53AE8B0: dispatch_pollfds (mainloop.c:657)
==24707==    by 0x53AF681: pa_mainloop_dispatch (mainloop.c:900)
==24707==    by 0x53AF7FD: pa_mainloop_iterate (mainloop.c:931)
==24707==    by 0x53AF858: pa_mainloop_run (mainloop.c:946)
==24707==    by 0x40DBFE: main (main.c:1136)
==24707==  Address 0x14223398 is 72 bytes inside a block of size 152 free'd
==24707==    at 0x4C2BE10: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-l
inux.so)
==24707==    by 0x5108CCC: pa_xfree (xmalloc.c:131)
==24707==    by 0x1A061E8A: pa_rtsp_client_free (rtsp_client.c:121)
==24707==    by 0x19A703B3: rtsp_auth_cb (raop-client.c:1305)
==24707==    by 0x1A062211: headers_read (rtsp_client.c:171)
==24707==    by 0x1A06264B: line_callback (rtsp_client.c:241)
==24707==    by 0x512A4FD: scan_for_lines (ioline.c:271)
==24707==    by 0x512A900: do_read (ioline.c:339)
==24707==    by 0x512ACA8: do_work (ioline.c:388)
==24707==    by 0x512AE5C: io_callback (ioline.c:406)
==24707==    by 0x5127550: callback (iochannel.c:160)
==24707==    by 0x53AE8B0: dispatch_pollfds (mainloop.c:657)
==24707== 

Denon AVR2312 detect and able to change volume but no audio.

I tried today this plugin on my I3-4330 with Ubuntu 14.04 64-bits.
My Denon AVR-2312 is detect and Volume does change but no audio.

(   1.005|   0.683) D: [lt-pulseaudio] module-raop-discover.c: Found RAOP: DENON:[AVR-2312]
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'txtvers' with value: '1'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ch' with value: '2'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'cn' with value: '0,1'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'et' with value: '0,4'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sv' with value: 'false'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'da' with value: 'true'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sr' with value: '44100'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ss' with value: '16'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'pw' with value: 'false'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vn' with value: '65537'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'tp' with value: 'UDP'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'md' with value: '0,1,2'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vs' with value: '103.2'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'am' with value: 'DENON,1'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'fv' with value: '65.9200'
(   1.005|   0.000) D: [lt-pulseaudio] module-raop-discover.c: Loading module-raop-sink with arguments 'server=[192.168.10.20]:1036 sink_name=raop_output.DENON-AVR-2312.local
(   1.008|   0.002) D: [lt-pulseaudio] module-device-restore.c: Database contains invalid data for key: sink:raop_output.DENON-AVR-2312.local (probably pre-v1.0 data)
(   1.008|   0.000) D: [lt-pulseaudio] module-device-restore.c: Attempting to load legacy (pre-v1.0) data for key: sink:raop_output.DENON-AVR-2312.local
(   1.008|   0.000) D: [lt-pulseaudio] module-device-restore.c: Size does not match.
(   1.008|   0.000) D: [lt-pulseaudio] module-device-restore.c: Unable to load legacy (pre-v1.0) data for key: sink:raop_output.DENON-AVR-2312.local. Ignoring.
(   1.008|   0.000) D: [lt-pulseaudio] module-device-restore.c: Database contains invalid data for key: sink:raop_output.DENON-AVR-2312.local:null
(   1.008|   0.000) I: [lt-pulseaudio] sink.c: Created sink 1 "raop_output.DENON-AVR-2312.local" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
(   1.008|   0.000) I: [lt-pulseaudio] sink.c:     device.string = "[192.168.10.20]:1036"
(   1.008|   0.000) I: [lt-pulseaudio] sink.c:     device.intended_roles = "music"
(   1.008|   0.000) I: [lt-pulseaudio] sink.c:     device.description = "DENON:[AVR-2312]"
(   1.008|   0.000) I: [lt-pulseaudio] sink.c:     device.icon_name = "audio-card"
(   1.008|   0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.

But format.rate = "25" sounds a bit strange.

( 496.863|   0.000) D: [lt-pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\""  format.rate = "25"  format.channels = "1"  format.channel_map = "\"mono\""

Full PulseAudio log https://gist.github.com/vDorst/cb4e5456ddf416e41295

This is the first time I am using this. Any idea where too look for?

Incorrect sound tempo with Flash Player

When playing back from Adobe Flash Player 11, the sound quality gets terribly bad. It sounds like the sound is played in slow tempo.

It seems that Flash does not understand the correct sampling rate. This guess is based on the following facts:

  • When I play sound from Flash, apparently its tempo gets slower than the original.
  • By looking at the packet dump, there are sometimes sequences of packets whose audio payload is all zero (0x00). Probably this "silence" frames cause sound jumps and result in sound glitch.
  • When I look at the net, many people are complaining about the sample rate issue in Flash

For example, I found several discussions in Chrome+Flash.

However, the workaround there (setting default-sample-rate to 48000) did not work.

RAOP sink disappears

I have two AirPlay capable devices - one from JBL and the other from Yamaha. Both usually works pretty well with module-raop-discover, but at some point, they just disappear from the sink list.

I checked if the devices are actually dead or gone, but Avahi Zeroconf Browser shows that they are all there.

Just reloading the module-raop-discover seems to fix the problem, but I wish to see a proper fix, such as doing enough retries before removing them from the sink list.

pacmd unload-module module-raop-discover
pacmd load-module module-raop-discover

Besides this and some intermittent jitters, it is working pretty flawlessly. Thank you so much!

Establish test cases

It's really embarrassing to admit that we currently lack test cases for the raop2 module. Should we have one? -- definitely yes.

However there are some challenges when dealing with remote audio server. For example, how we judge whether a remote speaker is playing a music correctly, in a correct tone and tempo, without noise or jitter? Human may easily tell whether the sound is "okay" or not. But what if we want to automate the tests? (And I believe, tests must be automated for sustainable/scalable development.)

I would imagine we should do this one by one anyway:

  1. Define a set of manual test cases that are executed and confirmed by humans
  2. Automate some easy part of testing first (e.g. make sure that the code does not crash or emit unexpected error message)
  3. Enhance it further (automate more)

If somebody has an idea or knowledge, please share it with me. I'm curious how people are testing this kind of network audio.

Prerequisites missing package

I need to install a last package before being able to build; you should probably add it to your list of 0. Prerequisites =)

sudo apt-get install intltool

I got this error before installing it:

$ cd pulseaudio-raop2/
$ ./autogen.sh
Activated pre-commit hook.
./bootstrap.sh: line 47: intltoolize: command not found
./autogen.sh: 23: exec: ./configure: not found

Client should move index (discard data) when "Discarding UDP packet due to EAGAIN"

I have encountered an issue with the client suddenly throwing out a lot of " Discarding UDP packet due to EAGAIN" messages (about 4 pr ms and up to a couple of thousand at the time).

I don't know exactly why this happens but i suspect it happens when there are a lot of traffic on my WiFi or other WiFis on the same channel in the vicinity (2.4GHz). So if my WiFi adapter is in collision avoidance mode (waiting to transmit) the buffer will fill up and therefore the socket throws out the EAGAIN message. I also notice from wireshark dumps that the last packet before the EAGAIN messages is neither transmitted nor reported as discarded.

After a series of these EAGAIN message the audio becomes glitchy and sometimes never recover. I suspect that the client tries to write the same audio packet to the socket over and over while at the same time incrementing the sequence number.

I was able to solve the issue by adding the lines:

block->index += block->length;


block->length = 0;

after the udp packet has been discarded in the send udp audio packet function. But I don't know if that's the best way to solve it.

Website needs updating

Hi,
First of all thanks for your work enabling us to use pulseaudio with AirPlay devices. It's been very nice to be able to just stream stuff from my laptop to my amp or to Kodi :)

I'm opening this ticket to suggest updating the website since right now, the last update is dated 2015-10-14 and the page says things like:

If you are currently using PA 4.0 or older version (this is most likely as PA 5.0 has not come out yet)

whereas pulseaudio --version on my system returns Pulseaudio 8.0.

Also, with the many branches on this project, it will help newbies (like me) to make sense of it and know which branch to stick to.

Thanks for considering this!

Assertion 'length' failed at pulsecore/memblock.c:218, function pa_memblock_new()

I've compiled the latest hf/raop2-v2 branch and after a while, pulseaudio always crashes when streaming to an Android device (Airplayer)

E: [raop-sink-[160.45.202.86]:5927] memblock.c: Assertion 'length' failed at pulsecore/memblock.c:218, function pa_memblock_new(). Aborting.
[1]    4549 abort (core dumped)  ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/

Compile and place .so files

I have a debian testing system and I can confirm It works with my pioneer vsx-828 but I don't want to try the module I want to install it in my system as a replacement for

/usr/lib/pulse-5.0/modules/libraop.so
/usr/lib/pulse-5.0/modules/module-raop-discover.so
/usr/lib/pulse-5.0/modules/module-raop-sink.so

but I don't see those files When I compile

Doesn't work with Apple TV Gen 4

Today I've purchased Apple TV Gen 4 (latest one, the first one with Siri feature) and confirmed that module-raop-sink did not work with it.

More specifically, seems like the latest Apple TV doesn't like our request. Here's the communication log on the TCP stream.

[client -> AppleTV:]
ANNOUNCE rtsp://192.168.1.100/3873421088 RTSP/1.0
CSeq: 1
Content-Type: application/sdp
Content-Length: 184
User-Agent: iTunes/11.0.4 (Windows; N)

v=0
o=iTunes 3873421088 0 IN IP4 192.168.1.100
s=iTunes
c=IN IP4 192.168.1.105
t=0 0
m=audio 0 RTP/AVP 96
a=rtpmap:96 AppleLossless
a=fmtp:96 352 0 16 40 10 14 2 255 0 0 44100

[AppleTV->client:]
RTSP/1.0 200 OK
Server: AirTunes/268.1
CSeq: 1

[client -> AppleTV:]
SETUP rtsp://192.168.1.100/3873421088 RTSP/1.0
CSeq: 2
Transport: RTP/AVP/UDP;unicast;interleaved=0-1;mode=record;control_port=6001;timing_port=6002
User-Agent: iTunes/11.0.4 (Windows; N)

[client -> AppleTV:]
FLUSH rtsp://192.168.1.100/3873421088 RTSP/1.0
CSeq: 3
RTP-Info: seq=0;rtptime=0
User-Agent: iTunes/11.0.4 (Windows; N)

[AppleTV->client:]
RTSP/1.0 520 Origin Error
Content-Length: 0
Server: AirTunes/268.1
CSeq: 2

[AppleTV->client:]
RTSP/1.0 455 Method Not Valid In This State
Content-Length: 0
Server: AirTunes/268.1
CSeq: 3

So the request at CSeq=2 (SETUP) is failing.

default.pa combine sinks

Hi, I've built pulse-audio raop2 following your instruction and it works very well. I stream music to airport express old gen, new gen, even to a BangOlufsen beolit and shairport-sync boxes. All this using module-raop-discover.
I then use combine-sink with different sinks and everything combines well when I run pactl load-module module-combine-sink from command line . However when I add the exact same line load-module etc.. to default.pa, it get an error thats says Invalid slave sink.. with the name of the sink (with the right name for the sink..) Any idea?
I tried to sort this out, removing module-raop-discover from default.pa and instead insert load-module module-raop-sink server=... and it then fails with failed to parse protocol argument...
Stuck really. Any help would be much appreciated.
And thx again for this well done pulseaudio-raop2.

libpulse 7.1 raop2 - blocks sink even if not playing anything any more

just setup a cubieboard a20 with shairport-sync and it works fine with libpulse 7.1 with your raop2 (it fails with the libpulse 8.0 (mikebrady/shairport-sync#227 ) - so well done guys!!

however, when i have my workstation on, pulseaudio grabs the sink for itself for quite some time even after finishing using it (when i try to play something from another machine running osx itunes->sink, the sink reports it is used by someone else, so not given free)

should it not be giving the device free when not using it?

Crashes

When I try to play with sox's play command, or when I stop VLC playback, when connected to my RAOP device I get ( 55.179| 0.000) E: [raop-sink] rtsp_client.c: Assertion 'c->url' failed at modules/rtp/rtsp_client.c:406, function rtsp_exec(). Aborting. and then pulseaudio stops.

Sony STR-DN 840

Hi,

It's just to confirm once more that it worked with Sony STR-DN 840

Thanks!

IPv6 support

First of all, many thanks for your great work.

My home setup involves IPv6 at home. There are currently two issues:

  • Two sinks are shown instead of one. I don't know how this could be handled. But they have exactly the same name, this make the second point really hard;
  • If I select the IPv6 sink, it fails to connect. I'll explain why further. The biggest problem is that the sink is not cleaned, so that when I try to stop the stream, an assert fails, and Pulseaudio crashes. It make it impossible to revert back to the normal sink.

Why IPv6 connect fails?

The host attribute of the RAOP struct is initialized with the parsed address (using pa_parse_address), that strips the enclosing brackets. However, the RTSP struct is also initialized with the parsed address, and when the RTSP client tries to connect, it tries to reparse the address. This fails with IPv6 addresses. Maybe a good fix should be to store the parsed address inside the RAOP struct and the RTSP struct, instead of reparsing it on each connect. But since I don't know every Pulseaudio internals, I don't want to start messing the code 😄

Compiles and works but doesn't detect main soundcard

Compiled from the AUR package https://aur.archlinux.org/packages/pulseaudio-raop2-git/

It connects and works great with my iPod Touch 4g hooked to some good speakers, however my laptop speakers are no longer detected. The device still shows up but the sink isn't there.

rsemuig

tkbh1fm

Update: Here's the output from starting pulseaudio manually

parrot:~
$ pulseaudio
E: [pulseaudio] alsa-sink.c: Failed to parse sample specification and channel map
E: [pulseaudio] alsa-source.c: Failed to parse sample specification and channel map
E: [pulseaudio] module-null-sink.c: Invalid sample format specification or channel map
E: [pulseaudio] module.c: Failed to load module "module-null-sink" (argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'"): initialization failed.
W: [pulseaudio] module-always-sink.c: Unable to load module-null-sink
E: [pulseaudio] bluez4-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.Manager" doesn't exist

Soundmate WM201 streaming

Hi, I am trying to stream, using your pulseaudio, to my Soundmate WM201, but I get the following error:

( 133.499| 0.000) W: [lt-pulseaudio] module-combine-sink.c: [raop_output.LGSoundbar.local] sample rates too different, not adjusting (44100 vs. 87970).

When I play to my 2 other speakers (Pioneer SMA3 & 4) they play perfectly fine with the following log entry:
( 133.499| 0.000) I: [lt-pulseaudio] module-combine-sink.c: [raop_output.Pioneer-SMA4.local] new rate is 44100 Hz; ratio is 1.000; latency is 5.31 msec.
( 133.499| 0.000) I: [lt-pulseaudio] module-combine-sink.c: [raop_output.Pioneer-SMA3.local] new rate is 44100 Hz; ratio is 1.000; latency is 4.33 msec.

What could be causing the error with my streaming box?

e:
When issuing the command "pactl list sinks short" I get the following output:

3 raop_output.LGSoundbar.local module-raop-sink.c s16le 2ch 44100Hz SUSPENDED
4 raop_output.Pioneer-SMA4.local module-raop-sink.c s16le 2ch 44100Hz SUSPENDED
5 raop_output.Pioneer-SMA3.local module-raop-sink.c s16le 2ch 44100Hz SUSPENDED

e2: (I renamed my Soundmate WM201 to LGSoundbar, because that's what I want to have it hooked up to, to enable a 3rd speaker for my multiroom streaming)

e4: I think the part where the connection fails is this part:

( 76.236| 0.000) D: [raop-sink-[192.168.1.121]:47000] rtsp_client.c: Sending command: SET_PARAMETER
( 76.259| 0.023) D: [lt-pulseaudio] rtsp_client.c: Full response received. Dispatching
( 76.259| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: SET_PARAMETER
( 96.334| 15.871) D: [lt-pulseaudio] raop-client.c: RAOP: DISCONNECTED
( 96.334| 0.000) E: [lt-pulseaudio] raop-client.c: RTSP control channel closed (disconnected)

e3: A longer log follows:

( 18.176| 2.867) I: [lt-pulseaudio] client.c: Created 7 "Native client (UNIX socket client)"
( 18.176| 0.000) D: [lt-pulseaudio] protocol-native.c: Protocol version: remote 28, local 30
( 18.176| 0.000) I: [lt-pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1
( 18.176| 0.000) D: [lt-pulseaudio] protocol-native.c: SHM possible: yes
( 18.177| 0.000) D: [lt-pulseaudio] protocol-native.c: Negotiated SHM: yes
( 18.177| 0.000) D: [lt-pulseaudio] protocol-native.c: Disabling srbchannel, reason: Protocol too old
( 18.177| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-terminal
( 18.177| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Found /usr/share/applications/gnome-terminal.desktop.
( 18.177| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/applications/gnome-terminal.desktop'
( 20.462| 2.285) D: [lt-pulseaudio] module-rtp-recv.c: Checking for dead streams ...
( 25.307| 4.844) I: [lt-pulseaudio] module-stream-restore.c: Synced.
( 25.690| 0.382) I: [lt-pulseaudio] client.c: Created 8 "Native client (UNIX socket client)"
( 25.690| 0.000) D: [lt-pulseaudio] protocol-native.c: Protocol version: remote 28, local 30
( 25.690| 0.000) I: [lt-pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1
( 25.690| 0.000) D: [lt-pulseaudio] protocol-native.c: SHM possible: yes
( 25.690| 0.000) D: [lt-pulseaudio] protocol-native.c: Negotiated SHM: yes
( 25.690| 0.000) D: [lt-pulseaudio] protocol-native.c: Disabling srbchannel, reason: Protocol too old
( 25.690| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Looking for .desktop file for firefox
( 25.690| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Found /usr/share/applications/firefox.desktop.
( 25.690| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/applications/firefox.desktop'
( 32.226| 6.536) I: [lt-pulseaudio] client.c: Freed 8 "Firefox"
( 32.226| 0.000) I: [lt-pulseaudio] protocol-native.c: Connection died.
( 35.667| 3.440) I: [lt-pulseaudio] client.c: Created 9 "Native client (UNIX socket client)"
( 35.667| 0.000) D: [lt-pulseaudio] protocol-native.c: Protocol version: remote 28, local 30
( 35.667| 0.000) I: [lt-pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1
( 35.667| 0.000) D: [lt-pulseaudio] protocol-native.c: SHM possible: yes
( 35.667| 0.000) D: [lt-pulseaudio] protocol-native.c: Negotiated SHM: yes
( 35.667| 0.000) D: [lt-pulseaudio] protocol-native.c: Disabling srbchannel, reason: Protocol too old
( 35.668| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Looking for .desktop file for chrome
( 40.462| 4.794) D: [lt-pulseaudio] module-rtp-recv.c: Checking for dead streams ...
( 54.563| 14.100) I: [lt-pulseaudio] client.c: Created 10 "Native client (UNIX socket client)"
( 54.563| 0.000) D: [lt-pulseaudio] protocol-native.c: Protocol version: remote 28, local 30
( 54.563| 0.000) I: [lt-pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1
( 54.563| 0.000) D: [lt-pulseaudio] protocol-native.c: SHM possible: yes
( 54.563| 0.000) D: [lt-pulseaudio] protocol-native.c: Negotiated SHM: yes
( 54.563| 0.000) D: [lt-pulseaudio] protocol-native.c: Disabling srbchannel, reason: Protocol too old
( 54.563| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Looking for .desktop file for chrome
( 54.564| 0.000) I: [lt-pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-application-name:Chromium.
( 54.564| 0.000) D: [lt-pulseaudio] module-intended-roles.c: Not setting device for stream Playback, because already set.
( 54.564| 0.000) D: [lt-pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = ""s16le"" format.rate = "44100" format.channels = "2" format.channel_map = ""front-left,front-right""
( 54.564| 0.000) I: [lt-pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-application-name:Chromium.
( 54.564| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes busy, resuming.
( 54.564| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink raop_output.LGSoundbar.local is 0x0000, resuming
( 54.564| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: RAOP: IDLE
( 54.564| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes idle, timeout in 5 seconds.
( 54.564| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes idle, timeout in 5 seconds.
( 54.564| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 54.564| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: Created input 2 "Playback" on raop_output.LGSoundbar.local with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.icon_name = "google-chrome"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: media.name = "Playback"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.name = "Chromium"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: native-protocol.version = "28"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.id = "4606"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.user = "kruxx"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.host = "slimsrig"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.binary = "chrome"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.language = "en_AU.UTF-8"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: window.x11.display = ":0"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.machine_id = "60b6b7c88150ee7e3320d2635548bd13"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.session_id = "c2"
( 54.564| 0.000) I: [lt-pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-name:Chromium"
( 54.564| 0.000) I: [lt-pulseaudio] protocol-native.c: Requested tlength=278.64 ms, minreq=46.44 ms
( 54.564| 0.000) D: [lt-pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency.
( 54.564| 0.000) D: [lt-pulseaudio] protocol-native.c: Requested latency=92.88 ms, Received latency=250.00 ms
( 54.564| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=60484, base=4, prebuf=52296, minreq=8192 maxrewind=0
( 54.564| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=60484, base=4, prebuf=52296, minreq=8192 maxrewind=0
( 54.564| 0.000) I: [lt-pulseaudio] protocol-native.c: Final latency 592.88 ms = 250.00 ms + 2_46.44 ms + 250.00 ms
( 54.564| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.564| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.564| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] protocol-native.c: Requesting rewind due to end of underrun.
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.565| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.575| 0.010) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.596| 0.020) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.636| 0.040) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.716| 0.080) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 54.877| 0.160) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 55.197| 0.320) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 55.838| 0.640) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 57.120| 1.281) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 58.621| 1.501) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 59.564| 0.942) I: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local idle for too long, suspending ...
( 59.564| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink raop_output.LGSoundbar.local is 0x0004, suspending
( 59.564| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: RAOP: SUSPENDED
( 59.564| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Not alive, connection not established yet...
( 59.565| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes idle, timeout in 5 seconds.
( 59.565| 0.000) I: [lt-pulseaudio] sink-input.c: Freeing input 2 "Playback"
( 59.565| 0.000) I: [lt-pulseaudio] client.c: Freed 10 "Chromium"
( 59.565| 0.000) I: [lt-pulseaudio] protocol-native.c: Connection died.
( 60.462| 0.897) D: [lt-pulseaudio] module-rtp-recv.c: Checking for dead streams ...
( 76.212| 15.749) I: [lt-pulseaudio] client.c: Created 11 "Native client (UNIX socket client)"
( 76.212| 0.000) D: [lt-pulseaudio] protocol-native.c: Protocol version: remote 28, local 30
( 76.212| 0.000) I: [lt-pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1
( 76.212| 0.000) D: [lt-pulseaudio] protocol-native.c: SHM possible: yes
( 76.212| 0.000) D: [lt-pulseaudio] protocol-native.c: Negotiated SHM: yes
( 76.212| 0.000) D: [lt-pulseaudio] protocol-native.c: Disabling srbchannel, reason: Protocol too old
( 76.212| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Looking for .desktop file for chrome
( 76.212| 0.000) I: [lt-pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-application-name:Chromium.
( 76.212| 0.000) D: [lt-pulseaudio] module-intended-roles.c: Not setting device for stream Playback, because already set.
( 76.212| 0.000) D: [lt-pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = ""s16le"" format.rate = "44100" format.channels = "2" format.channel_map = ""front-left,front-right""
( 76.213| 0.000) I: [lt-pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-application-name:Chromium.
( 76.213| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes busy, resuming.
( 76.213| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink raop_output.LGSoundbar.local is 0x0000, resuming
( 76.213| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: RAOP: IDLE
( 76.213| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes idle, timeout in 5 seconds.
( 76.213| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes idle, timeout in 5 seconds.
( 76.213| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
( 76.213| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: Created input 3 "Playback" on raop_output.LGSoundbar.local with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.icon_name = "google-chrome"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: media.name = "Playback"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.name = "Chromium"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: native-protocol.version = "28"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.id = "4606"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.user = "kruxx"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.host = "slimsrig"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.binary = "chrome"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.language = "en_AU.UTF-8"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: window.x11.display = ":0"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.machine_id = "60b6b7c88150ee7e3320d2635548bd13"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: application.process.session_id = "c2"
( 76.213| 0.000) I: [lt-pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-name:Chromium"
( 76.213| 0.000) I: [lt-pulseaudio] protocol-native.c: Requested tlength=69.66 ms, minreq=11.61 ms
( 76.213| 0.000) D: [lt-pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency.
( 76.213| 0.000) D: [lt-pulseaudio] protocol-native.c: Requested latency=23.22 ms, Received latency=250.00 ms
( 76.213| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=48196, base=4, prebuf=46152, minreq=2048 maxrewind=0
( 76.213| 0.000) D: [lt-pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=48196, base=4, prebuf=46152, minreq=2048 maxrewind=0
( 76.213| 0.000) I: [lt-pulseaudio] protocol-native.c: Final latency 523.22 ms = 250.00 ms + 2_11.61 ms + 250.00 ms
( 76.213| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.213| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.213| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.213| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.213| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.213| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] protocol-native.c: Requesting rewind due to end of underrun.
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.214| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 76.215| 0.000) D: [raop-sink-[192.168.1.121]:47000] protocol-native.c: Requesting rewind due to end of underrun.
( 76.215| 0.000) D: [raop-sink-[192.168.1.121]:47000] sink-input.c: Requesting rewind due to uncorking
( 76.215| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes busy, resuming.
( 76.215| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: RAOP: RUNNING
( 76.215| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Not alive, connection not established yet...
( 76.215| 0.000) D: [raop-sink-[192.168.1.121]:47000] rtsp_client.c: Attempting to connect to server '192.168.1.121:47000'
( 76.218| 0.003) D: [lt-pulseaudio] rtsp_client.c: Established RTSP connection from local ip 192.168.1.106
( 76.218| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: CONNECTED
( 76.219| 0.000) D: [lt-pulseaudio] rtsp_client.c: Sending command: ANNOUNCE
( 76.224| 0.005) D: [lt-pulseaudio] rtsp_client.c: Full response received. Dispatching
( 76.224| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: ANNOUNCE
( 76.224| 0.000) D: [lt-pulseaudio] raop-client.c: Socket bound to port 6001 (SOCK_DGRAM)
( 76.224| 0.000) D: [lt-pulseaudio] raop-client.c: Socket bound to port 6002 (SOCK_DGRAM)
( 76.224| 0.000) D: [lt-pulseaudio] rtsp_client.c: Sending command: SETUP
( 76.229| 0.005) D: [lt-pulseaudio] rtsp_client.c: Full response received. Dispatching
( 76.229| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: SETUP
( 76.229| 0.000) D: [lt-pulseaudio] raop-client.c: Connected to 192.168.1.121 on port 57424 (SOCK_DGRAM)
( 76.229| 0.000) D: [lt-pulseaudio] raop-client.c: Connected to 192.168.1.121 on port 6001 (SOCK_DGRAM)
( 76.229| 0.000) D: [lt-pulseaudio] raop-client.c: Connected to 192.168.1.121 on port 6002 (SOCK_DGRAM)
( 76.229| 0.000) D: [lt-pulseaudio] raop-client.c: Connection established (UDP;control_port=6001;timing_port=6002)
( 76.229| 0.000) D: [lt-pulseaudio] raop-sink.c: State change recieved, informing IO thread...
( 76.229| 0.000) D: [lt-pulseaudio] rtsp_client.c: Sending command: RECORD
( 76.236| 0.006) D: [lt-pulseaudio] rtsp_client.c: Full response received. Dispatching
( 76.236| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: RECORD
( 76.236| 0.000) D: [lt-pulseaudio] raop-sink.c: State change recieved, informing IO thread...
( 76.236| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: Volume adjusted: orig=65536 adjusted=65536
( 76.236| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: Requested volume: front-left: 65536 / 100%, front-right: 65536 / 100%
( 76.236| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: Got hardware volume: front-left: 65536 / 100%, front-right: 65536 / 100%
( 76.236| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: Calculated software volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
( 76.236| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: volume=65536 db=0.000000
( 76.236| 0.000) D: [raop-sink-[192.168.1.121]:47000] rtsp_client.c: Sending command: SET_PARAMETER
( 76.259| 0.023) D: [lt-pulseaudio] rtsp_client.c: Full response received. Dispatching
( 76.259| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: SET_PARAMETER
( 80.462| 4.203) D: [lt-pulseaudio] module-rtp-recv.c: Checking for dead streams ...
( 96.334| 15.871) D: [lt-pulseaudio] raop-client.c: RAOP: DISCONNECTED
( 96.334| 0.000) E: [lt-pulseaudio] raop-client.c: RTSP control channel closed (disconnected)
( 96.334| 0.000) D: [lt-pulseaudio] raop-sink.c: State change recieved, informing IO thread...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) I: [lt-pulseaudio] module.c: Unloading "module-raop-sink" (index: #35).
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes idle, timeout in 5 seconds.
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] sink.c: Requesting rewind due to started move
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Can't stream, connection not established yet...
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: RAOP: IDLE
( 96.334| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-client.c: Cannot FLUSH, connection not established yet...)
( 96.334| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.LGSoundbar.local becomes idle, timeout in 5 seconds.
( 96.334| 0.000) I: [lt-pulseaudio] protocol-native.c: Requested tlength=69.66 ms, minreq=11.61 ms
( 96.334| 0.000) D: [lt-pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency.
( 96.334| 0.000) D: [lt-pulseaudio] protocol-native.c: Requested latency=23.22 ms, Received latency=23.22 ms
( 96.334| 0.000) D: [lt-pulseaudio] sink-input.c: The volume of sink input 3 changed from front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB to front-left: 19660 / 30% / -31.37 dB, front-right: 19660 / 30% / -31.37 dB.
( 96.334| 0.000) D: [alsa-sink-ALC892 Analog] sink.c: Requesting rewind due to finished move
( 96.334| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Requested volume: front-left: 19660 / 30% / -31.37 dB, front-right: 19660 / 30% / -31.37 dB
( 96.334| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Got hardware volume: front-left: 19792 / 30% / -31.20 dB, front-right: 19792 / 30% / -31.20 dB
( 96.334| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Calculated software volume: front-left: 65099 / 99% / -0.17 dB, front-right: 65099 / 99% / -0.17 dB (accurate-enough=yes)
( 96.334| 0.000) D: [alsa-sink-ALC892 Analog] sink.c: Volume not changing
( 96.334| 0.000) D: [lt-pulseaudio] sink-input.c: Successfully moved sink input 3 to alsa_output.pci-0000_00_14.2.analog-stereo.
( 96.334| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming.
( 96.334| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink alsa_output.pci-0000_00_14.2.analog-stereo is 0x0000, resuming
( 96.334| 0.000) I: [alsa-sink-ALC892 Analog] alsa-sink.c: Trying resume...
( 96.335| 0.000) I: [alsa-sink-ALC892 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-util.c: Maximum hw buffer size is 371 ms
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-util.c: Set buffer size first (to 16384 samples), period size second (to 8192 samples).
( 96.335| 0.000) I: [alsa-sink-ALC892 Analog] alsa-util.c: ALSA period wakeups disabled
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Latency set to 23.22ms
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: hwbuf_unused=61440
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: setting avail_min=15802
( 96.335| 0.000) I: [alsa-sink-ALC892 Analog] alsa-sink.c: Time scheduling watermark is 13.22ms
( 96.335| 0.000) I: [alsa-sink-ALC892 Analog] alsa-sink.c: Resumed successfully...
( 96.335| 0.000) I: [alsa-sink-ALC892 Analog] alsa-sink.c: Starting playback.
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] ratelimit.c: 368 events suppressed
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.335| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 96.335| 0.000) I: [lt-pulseaudio] module-rescue-streams.c: Successfully moved sink input 3 "Chromium" to alsa_output.pci-0000_00_14.2.analog-stereo.
( 96.335| 0.000) D: [lt-pulseaudio] module-rescue-streams.c: No source outputs to move away.
( 96.335| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 96.335| 0.000) D: [raop-sink-[192.168.1.121]:47000] raop-sink.c: Thread shutting down
( 96.335| 0.000) I: [lt-pulseaudio] sink.c: Freeing sink 3 "raop_output.LGSoundbar.local"
( 96.335| 0.000) I: [lt-pulseaudio] source.c: Freeing source 4 "raop_output.LGSoundbar.local.monitor"
( 96.335| 0.000) I: [lt-pulseaudio] module.c: Unloaded "module-raop-sink" (index: #35).
( 96.335| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.
( 96.336| 0.000) D: [alsa-sink-ALC892 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half.

Confirm Yamaha Rx-S600D OK

Hi, Have just tried with Yamaha RX-600D receiver using Ubuntu (server) 14.04 using mpd pulse out as source and is working fine. Cheers!

Default installation

I think this is now ready for prime time use. How can I replace / point my system default pulse audio version with this raop2 version?

It runs great from CLI but I would like this raop2 version to be my default system pulse audio. I am running on Ubuntu if that helps.

create an gentoo-overlay

Hello,

I did an unofficial overlay for gentoo. currently build, at less, on my system. this package is a modified version of the official package. I just removed obsolete patch from original package and added patches from this repository. If you want you can use it.

reference : https://github.com/gschwind/pulseaudio-raop2-overlay

If you don't like it I can remove it.

Best regards.

Sony STR-DN1040 working

The Sony STR-DN1040 is also working fine.

Small issue: The volume level of a song raises up very high on start/stop .

Does not work with Airport Express Gen2

This does not work with the Airport Express Gen2.

Test and working great with Shairplay and Apple TV3. Both show up to pulseaudio with a routable DHCP IP in pavucontrol.

Network:
Airport Express Gen2 of which I have 3 to test with and which all have valid routable 192.* addresses.

Issue:
These show up in pulseaudio under their link local mDNS IP address of 169.* i.e. private.
They have two addresses the mDNS 169.* address for discovery and then they have a routable address for routed traffic.

Proposed solution:
I think pulseaudio-raop2 needs to obtain the routable address, both addresses are announced by the AE but the link local address needs to be overlooked in favour of the routable address.

No sound

I have two RAOP devices: an Apple TV, and an Airplay device. Looking at the terminal output for pulseaudio, it seems that the names are correctly gotten, but in the gnome sound UI, it only shows the Airplay device, and shows it twice (maybe one is from the RAOP1 module?) -- but when I try to play with VLC I just get a bunch of ( 54.345| 0.184) D: [raop-sink] protocol-native.c: Requesting rewind due to end of underrun. messages and no sound plays, no matter which one I pick.

Pioneer XW-SMA3-K connected but no sound

Hello,
I tried https://github.com/hfujita/pulseaudio-raop2.git
on Ubuntu 14.04.1 LTS 3.13.0-37-generic #64-Ubuntu

Sorry for my english...

This is the wifi card :

*-network
description: Interface réseau sans fil
produit: AR9485 Wireless Network Adapter
fabriquant: Qualcomm Atheros
identifiant matériel: 0
information bus: pci@0000:07:00.0
nom logique: wlan1
version: 01
numéro de série: 9c:b7:0d:bd:6d:b5
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.13.0-37-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
ressources: irq:19 mémoire:f0100000-f017ffff mémoire:f0500000-f050ffff

This is the audio card :

00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
Subsystem: Acer Incorporated [ALI] Device 0602
Flags: bus master, slow devsel, latency 64, IRQ 16
Memory at f0440000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Kernel driver in use: snd_hda_intel

This is the pulse.log file :

N: [lt-pulseaudio] daemon-conf.c: Detected that we are run from the build tree, fixing search path.
( 0.000| 0.000) I: [lt-pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Opération non permise
( 0.000| 0.000) I: [lt-pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Opération non permise
( 0.000| 0.000) D: [lt-pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
( 0.013| 0.013) D: [lt-pulseaudio] core-util.c: RealtimeKit worked.
( 0.014| 0.000) I: [lt-pulseaudio] core-util.c: Successfully gained nice level -11.
( 0.014| 0.000) I: [lt-pulseaudio] main.c: This is PulseAudio 5.99.1-60-g4f5a0
( 0.014| 0.000) D: [lt-pulseaudio] main.c: Compilation host: i686-pc-linux-gnu
( 0.014| 0.000) D: [lt-pulseaudio] main.c: Compilation CFLAGS: -ggdb3 -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option
( 0.014| 0.000) W: [lt-pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
( 0.014| 0.000) D: [lt-pulseaudio] main.c: Running on host: Linux i686 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014
( 0.014| 0.000) D: [lt-pulseaudio] main.c: Found 2 CPUs.
( 0.014| 0.000) I: [lt-pulseaudio] main.c: Page size is 4096 bytes
( 0.015| 0.000) D: [lt-pulseaudio] main.c: Compiled with Valgrind support: no
( 0.015| 0.000) D: [lt-pulseaudio] main.c: Running in valgrind mode: no
( 0.015| 0.000) D: [lt-pulseaudio] main.c: Running in VM: no
( 0.016| 0.000) D: [lt-pulseaudio] main.c: Optimized build: no
( 0.016| 0.000) D: [lt-pulseaudio] main.c: All asserts enabled.
( 0.016| 0.000) I: [lt-pulseaudio] main.c: Machine ID is elsabuntu.
( 0.016| 0.000) I: [lt-pulseaudio] main.c: Session ID is c1.
( 0.016| 0.000) I: [lt-pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
( 0.016| 0.000) I: [lt-pulseaudio] main.c: Using state directory /home/elsa/.pulse.
( 0.016| 0.000) I: [lt-pulseaudio] main.c: Using modules directory /home/elsa/pulseaudio-raop2/src/.
( 0.017| 0.000) I: [lt-pulseaudio] main.c: Running in system mode: no
( 0.017| 0.000) I: [lt-pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
( 0.018| 0.000) D: [lt-pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64,0 Kio each, total size is 64,0 Mio, maximum usable slot size is 65496
( 0.019| 0.001) D: [lt-pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64,0 Kio each, total size is 64,0 Mio, maximum usable slot size is 65496
( 0.020| 0.000) I: [lt-pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 MMXEXT
( 0.020| 0.000) I: [lt-pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
( 0.020| 0.000) I: [lt-pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
( 0.020| 0.000) I: [lt-pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
( 0.020| 0.000) I: [lt-pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
( 0.020| 0.000) I: [lt-pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
( 0.020| 0.000) I: [lt-pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
( 0.021| 0.000) D: [lt-pulseaudio] cli-command.c: Parsing script '/home/elsa/pulseaudio-raop2/src/default.pa'
( 0.023| 0.001) D: [lt-pulseaudio] database-tdb.c: Opened TDB database '/home/elsa/.pulse/elsabuntu-device-volumes.tdb'
( 0.023| 0.000) I: [lt-pulseaudio] module-device-restore.c: Successfully opened database file '/home/elsa/.pulse/elsabuntu-device-volumes'.
( 0.023| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
( 0.024| 0.001) D: [lt-pulseaudio] database-tdb.c: Opened TDB database '/home/elsa/.pulse/elsabuntu-stream-volumes.tdb'
( 0.025| 0.000) I: [lt-pulseaudio] module-stream-restore.c: Successfully opened database file '/home/elsa/.pulse/elsabuntu-stream-volumes'.
( 0.025| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
( 0.025| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
( 0.026| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
( 0.026| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry2
( 0.026| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry3
( 0.026| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry4
( 0.027| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry5
( 0.027| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry6
( 0.027| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry7
( 0.027| 0.000) D: [lt-pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry8
( 0.027| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
( 0.028| 0.001) D: [lt-pulseaudio] database-tdb.c: Opened TDB database '/home/elsa/.pulse/elsabuntu-card-database.tdb'
( 0.029| 0.000) I: [lt-pulseaudio] module-card-restore.c: Successfully opened database file '/home/elsa/.pulse/elsabuntu-card-database'.
( 0.029| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
( 0.030| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
( 0.032| 0.002) I: [lt-pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
( 0.032| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-udev-detect.so': failure
( 0.032| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-udev-detect.so': success
( 0.036| 0.003) D: [lt-pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
( 0.037| 0.000) D: [lt-pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:14.2/sound/card0 is busy: no
( 0.037| 0.000) D: [lt-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.046| 0.008) D: [lt-pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus e3d71ca80c933680cec18fd8549969f4 as :1.278
( 0.049| 0.003) D: [lt-pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio0'
( 0.049| 0.000) I: lt-pulseaudioutils.c: could not open configuration file /usr/share/alsa/ucm/HDA ATI SB/HDA ATI SB.conf
( 0.049| 0.000) I: lt-pulseaudioparser.c: error: could not parse configuration for card HDA ATI SB
( 0.049| 0.000) I: lt-pulseaudiomain.c: error: failed to import HDA ATI SB use case configuration -2
( 0.050| 0.000) I: [lt-pulseaudio] alsa-ucm.c: UCM not available for card HDA ATI SB
( 0.050| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/profile-sets//default.conf'
( 0.057| 0.006) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile input:analog-mono
( 0.057| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for recording on Mono analogique (analog-mono)
( 0.057| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.061| 0.003) D: [lt-pulseaudio] alsa-util.c: Managed to open hw:0
( 0.061| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.061| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.062| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open hw:0
( 0.062| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.062| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.063| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.063| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.063| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.064| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.064| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.065| 0.000) I: [lt-pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Argument invalide
( 0.065| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open input:analog-mono
( 0.065| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile input:analog-stereo
( 0.065| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for recording on Stéréo analogique (analog-stereo)
( 0.065| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.072| 0.006) D: [lt-pulseaudio] alsa-util.c: Managed to open front:0
( 0.072| 0.000) D: [lt-pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
( 0.073| 0.000) D: [lt-pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.073| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Profile input:analog-stereo supported.
( 0.073| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-front-mic.conf'
( 0.073| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.074| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-rear-mic.conf'
( 0.074| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.075| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-internal-mic.conf'
( 0.075| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.076| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-dock-mic.conf'
( 0.076| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.077| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input.conf'
( 0.077| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input.conf.common'
( 0.078| 0.001) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf'
( 0.079| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.079| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-linein.conf'
( 0.080| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-aux.conf'
( 0.080| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input.conf.common'
( 0.081| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-video.conf'
( 0.081| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input.conf.common'
( 0.082| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-tvtuner.conf'
( 0.082| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input.conf.common'
( 0.083| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-fm.conf'
( 0.084| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input.conf.common'
( 0.084| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic-line.conf'
( 0.085| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input.conf.common'
( 0.086| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.086| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-headphone-mic.conf'
( 0.086| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.087| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-headset-mic.conf'
( 0.087| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-input-mic.conf.common'
( 0.088| 0.000) I: lt-pulseaudiocontrol.c: Invalid CTL front:0
( 0.088| 0.000) I: [lt-pulseaudio] alsa-util.c: Unable to attach to mixer front:0: Aucun fichier ou dossier de ce type
( 0.089| 0.000) I: [lt-pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.089| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-front-mic'
( 0.089| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (not found)
( 0.089| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Phantom Jack' succeeded (not found)
( 0.089| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.089| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.089| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.089| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.090| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping path 'analog-input-front-mic', none of required-any elements preset.
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-rear-mic'
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (not found)
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Phantom Jack' succeeded (not found)
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.091| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping path 'analog-input-rear-mic', none of required-any elements preset.
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-internal-mic'
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (found!)
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Front Mic Jack' succeeded (not found)
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Rear Mic Jack' succeeded (not found)
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Internal Mic Phantom Jack' succeeded (found!)
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Int Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Int Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.092| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-dock-mic'
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Jack' succeeded (not found)
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Dock Mic Phantom Jack' succeeded (not found)
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.093| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping path 'analog-input-dock-mic', none of required-any elements preset.
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input'
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Int Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Int Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headset' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.094| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source Select' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Digital Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Analog Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Shared Mic/Line in' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Auto Gain Control' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic'
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Mic Jack' succeeded (found!)
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Mic Phantom Jack' succeeded (not found)
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=1, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Select' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost (+20dB)' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.095| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-linein'
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Jack' succeeded (not found)
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Phantom Jack' succeeded (not found)
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Boost' succeeded (volume=2, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.096| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping path 'analog-input-linein', none of required-any elements preset.
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-aux'
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' failed.
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-video'
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' failed.
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-tvtuner'
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' failed.
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-fm'
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.097| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' failed.
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-mic-line'
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' failed.
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-headphone-mic'
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Auto-Mute Mode' succeeded (volume=0, switch=0, enumeration=1).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.098| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headphone-mic', none of required-any elements preset.
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-input-headset-mic'
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Jack' succeeded (not found)
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headset Mic Phantom Jack' succeeded (not found)
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (found!)
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture' succeeded (volume=1, switch=1, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headset Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headset' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Input Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Capture Source' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Dock Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Internal Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear Mic Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.099| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Aux' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Video' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic/Line' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'TV Tuner' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'FM' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Inverted Internal Mic' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Mic Jack Mode' succeeded (volume=0, switch=0, enumeration=0).
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping path 'analog-input-headset-mic', none of required-any elements preset.
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Removing path 'analog-input' as it is a subset of 'analog-input-internal-mic'.
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path Set 0x9eda8e8, direction=2
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path analog-input-internal-mic (Microphone interne), direction=2, priority=89, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=80, min_dB=-74, max_dB=6
( 0.100| 0.000) D: [lt-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.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element 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.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Mic, alsa_name='Mic Jack', detection possible
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Dock Mic, alsa_name='Dock Mic Jack', detection unavailable
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Front Mic, alsa_name='Front Mic Jack', detection unavailable
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Rear Mic, alsa_name='Rear Mic Jack', detection unavailable
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Internal Mic Phantom, alsa_name='Internal Mic Phantom Jack', detection possible
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path analog-input-mic (Microphone), direction=2, priority=87, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=80, min_dB=-74, max_dB=46
( 0.100| 0.000) D: [lt-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.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element 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.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Mic, alsa_name='Mic Jack', detection possible
( 0.100| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Mic Phantom, alsa_name='Mic Phantom Jack', detection unavailable
( 0.101| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile input:iec958-stereo
( 0.101| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for recording on Stéréo numérique (IEC958) (iec958-stereo)
( 0.101| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.102| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D1c' failed (-2)
( 0.102| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device iec958:0: Aucun fichier ou dossier de ce type
( 0.102| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open input:iec958-stereo
( 0.102| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-mono
( 0.102| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Mono analogique (analog-mono)
( 0.102| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.102| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open hw:0
( 0.108| 0.005) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.108| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.108| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open hw:0
( 0.109| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.109| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:hw:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.109| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.109| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.109| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:hw:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.110| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:hw:0
( 0.110| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(1) failed: Argument invalide
( 0.110| 0.000) I: [lt-pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:hw:0: Argument invalide
( 0.110| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:analog-mono
( 0.110| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-mono - will not be able to open output:analog-mono
( 0.111| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:analog-stereo - will not be able to open output:analog-mono
( 0.111| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-mono+input:iec958-stereo - will not be able to open output:analog-mono
( 0.111| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo
( 0.111| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Stéréo analogique (analog-stereo)
( 0.111| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.112| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open front:0
( 0.112| 0.000) D: [lt-pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
( 0.127| 0.014) D: [lt-pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.127| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Profile output:analog-stereo supported.
( 0.127| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output.conf'
( 0.127| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output.conf.common'
( 0.128| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output-lineout.conf'
( 0.128| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output.conf.common'
( 0.129| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output-speaker.conf'
( 0.129| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output.conf.common'
( 0.130| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output-headphones.conf'
( 0.130| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output.conf.common'
( 0.131| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output-headphones-2.conf'
( 0.131| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/home/elsa/pulseaudio-raop2/src/modules/alsa/mixer/paths//analog-output.conf.common'
( 0.131| 0.000) I: lt-pulseaudiocontrol.c: Invalid CTL front:0
( 0.131| 0.000) I: [lt-pulseaudio] alsa-util.c: Unable to attach to mixer front:0: Aucun fichier ou dossier de ce type
( 0.132| 0.000) I: [lt-pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-output'
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.132| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-output-lineout'
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Phantom Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (found!)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Front Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Front Phantom Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out CLFE Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out CLFE Phantom Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Surround Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Surround Phantom Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Side Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Side Phantom Jack' succeeded (not found)
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line HP Swap' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=3, switch=1, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=2, switch=1, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.133| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Bass Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping path 'analog-output-lineout', none of required-any elements preset.
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-output-speaker'
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (found!)
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Dock Headphone Jack' succeeded (not found)
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Jack' succeeded (not found)
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Speaker Phantom Jack' succeeded (found!)
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Speaker Front Phantom Jack' succeeded (not found)
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=2, switch=2, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=1, switch=1, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.134| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.135| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.135| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.135| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.135| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.135| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Surround Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.135| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Center Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'LFE Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Bass Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-output-headphones'
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Dock Headphone Jack' succeeded (not found)
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Dock Headphone Phantom Jack' succeeded (not found)
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Jack' succeeded (not found)
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Front Headphone Phantom Jack' succeeded (not found)
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (found!)
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Phantom Jack' succeeded (not found)
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Mic Jack' succeeded (not found)
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.136| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=1, switch=1, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headset' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Line HP Swap' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker' succeeded (volume=2, switch=2, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Desktop Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Rear' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Center' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'LFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Bass Speaker' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Front' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Surround' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker Side' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker CLFE' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'PCM' succeeded (volume=1, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'External Amplifier' succeeded (volume=0, switch=0, enumeration=0).
( 0.137| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'IEC958 Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Analog Output' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probing path 'analog-output-headphones-2'
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Hardware Master' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master' succeeded (volume=1, switch=1, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Master Mono' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone' succeeded (volume=3, switch=1, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Speaker+LO' succeeded (volume=0, switch=0, enumeration=0).
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' failed.
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Removing path 'analog-output' as it is a subset of 'analog-output-speaker'.
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Available mixer paths (after tidying):
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path Set 0x9f051e8, direction=1
( 0.138| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path analog-output-speaker (Haut-parleurs), direction=1, priority=100, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=74, min_dB=-199, max_dB=0
( 0.139| 0.000) D: [lt-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.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element Headphone, 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.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element Speaker, 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.139| 0.000) D: [lt-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.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Headphone, alsa_name='Headphone Jack', detection possible
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Dock Headphone, alsa_name='Dock Headphone Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Front Headphone, alsa_name='Front Headphone Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Speaker Phantom, alsa_name='Speaker Phantom Jack', detection possible
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Speaker Front Phantom, alsa_name='Speaker Front Phantom Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path analog-output-headphones (Casques analogiques), direction=1, priority=90, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=74, min_dB=-199, max_dB=0
( 0.139| 0.000) D: [lt-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.139| 0.000) D: [lt-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.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element Speaker, 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.139| 0.000) D: [lt-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.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Dock Headphone, alsa_name='Dock Headphone Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Dock Headphone Phantom, alsa_name='Dock Headphone Phantom Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Front Headphone, alsa_name='Front Headphone Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Front Headphone Phantom, alsa_name='Front Headphone Phantom Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Headphone, alsa_name='Headphone Jack', detection possible
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Headphone Phantom, alsa_name='Headphone Phantom Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Headphone Mic, alsa_name='Headphone Mic Jack', detection unavailable
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:analog-mono - will not be able to open input:analog-mono
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-stereo+input:analog-stereo
( 0.139| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for recording on Stéréo analogique (analog-stereo)
( 0.139| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.141| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open front:0
( 0.141| 0.000) D: [lt-pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
( 0.141| 0.000) D: [lt-pulseaudio] alsa-util.c: Set buffer size first (to 4408 samples), period size second (to 1102 samples).
( 0.141| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Profile output:analog-stereo+input:analog-stereo supported.
( 0.141| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-stereo+input:iec958-stereo - will not be able to open input:iec958-stereo
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-21
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Surround analogique 2.1 (analog-surround-21)
( 0.142| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround21:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.142| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM surround21:0
( 0.142| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device surround21:0: Aucun fichier ou dossier de ce type
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-21
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:analog-mono - will not be able to open output:analog-surround-21
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:analog-stereo - will not be able to open output:analog-surround-21
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-21+input:iec958-stereo - will not be able to open output:analog-surround-21
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-40
( 0.142| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Surround analogique 4.0 (analog-surround-40)
( 0.142| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.143| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open surround40:0
( 0.143| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Argument invalide
( 0.144| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround40:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.145| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open surround40:0
( 0.145| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Argument invalide
( 0.145| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround40:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.146| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround40:0
( 0.147| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Argument invalide
( 0.147| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround40:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.148| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround40:0
( 0.149| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(4) failed: Argument invalide
( 0.149| 0.000) I: [lt-pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround40:0: Argument invalide
( 0.150| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-40
( 0.150| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-mono - will not be able to open output:analog-surround-40
( 0.150| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:analog-stereo - will not be able to open output:analog-surround-40
( 0.150| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-40+input:iec958-stereo - will not be able to open output:analog-surround-40
( 0.150| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-41
( 0.150| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Surround analogique 4.1 (analog-surround-41)
( 0.150| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.152| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open surround41:0
( 0.152| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.152| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround41:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.153| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open surround41:0
( 0.153| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.153| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround41:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.155| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround41:0
( 0.155| 0.000) I: lt-pulseaudiopcm_params.c: Slave PCM not usable
( 0.155| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.155| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround41:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.156| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround41:0
( 0.156| 0.000) I: lt-pulseaudiopcm_params.c: Slave PCM not usable
( 0.156| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.156| 0.000) I: [lt-pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround41:0: Argument invalide
( 0.157| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-41
( 0.157| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-mono - will not be able to open output:analog-surround-41
( 0.157| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:analog-stereo - will not be able to open output:analog-surround-41
( 0.157| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-41+input:iec958-stereo - will not be able to open output:analog-surround-41
( 0.157| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-50
( 0.157| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Surround analogique 5.0 (analog-surround-50)
( 0.157| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.158| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open surround50:0
( 0.158| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.158| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround50:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.164| 0.005) D: [lt-pulseaudio] alsa-util.c: Managed to open surround50:0
( 0.164| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.164| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround50:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.165| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround50:0
( 0.165| 0.000) I: lt-pulseaudiopcm_params.c: Slave PCM not usable
( 0.165| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.166| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround50:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.167| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround50:0
( 0.167| 0.000) I: lt-pulseaudiopcm_params.c: Slave PCM not usable
( 0.167| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_any() failed: Argument invalide
( 0.167| 0.000) I: [lt-pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround50:0: Argument invalide
( 0.168| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-50
( 0.168| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-mono - will not be able to open output:analog-surround-50
( 0.168| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:analog-stereo - will not be able to open output:analog-surround-50
( 0.168| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-50+input:iec958-stereo - will not be able to open output:analog-surround-50
( 0.168| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-51
( 0.168| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Surround analogique 5.1 (analog-surround-51)
( 0.168| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.169| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open surround51:0
( 0.169| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Argument invalide
( 0.170| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround51:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.170| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open surround51:0
( 0.171| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Argument invalide
( 0.171| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround51:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.172| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround51:0
( 0.173| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Argument invalide
( 0.173| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround51:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.173| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround51:0
( 0.174| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(6) failed: Argument invalide
( 0.174| 0.000) I: [lt-pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround51:0: Argument invalide
( 0.174| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-51
( 0.174| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-mono - will not be able to open output:analog-surround-51
( 0.175| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:analog-stereo - will not be able to open output:analog-surround-51
( 0.175| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-51+input:iec958-stereo - will not be able to open output:analog-surround-51
( 0.175| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:analog-surround-71
( 0.175| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Analog Surround 7.1 (analog-surround-71)
( 0.175| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.176| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open surround71:0
( 0.177| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Argument invalide
( 0.177| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying surround71:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.177| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open surround71:0
( 0.178| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Argument invalide
( 0.178| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround71:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.180| 0.002) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround71:0
( 0.180| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Argument invalide
( 0.181| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying plug:surround71:0 without SND_PCM_NO_AUTO_FORMAT ...
( 0.182| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open plug:surround71:0
( 0.182| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_hw_params_set_channels(8) failed: Argument invalide
( 0.182| 0.000) I: [lt-pulseaudio] alsa-util.c: Failed to set hardware parameters on plug:surround71:0: Argument invalide
( 0.182| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:analog-surround-71
( 0.182| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-mono - will not be able to open output:analog-surround-71
( 0.183| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:analog-stereo - will not be able to open output:analog-surround-71
( 0.183| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:analog-surround-71+input:iec958-stereo - will not be able to open output:analog-surround-71
( 0.183| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:iec958-stereo
( 0.183| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Stéréo numérique (IEC958) (iec958-stereo)
( 0.183| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying iec958:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.184| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D1p' failed (-2)
( 0.184| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device iec958:0: Aucun fichier ou dossier de ce type
( 0.184| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-stereo
( 0.184| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-mono - will not be able to open output:iec958-stereo
( 0.184| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:analog-stereo - will not be able to open output:iec958-stereo
( 0.184| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:iec958-stereo+input:iec958-stereo - will not be able to open output:iec958-stereo
( 0.184| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-40
( 0.184| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Surround numérique 4.0 (IEC958/AC3) (iec958-ac3-surround-40)
( 0.184| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.184| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM a52:0
( 0.185| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device a52:0: Aucun fichier ou dossier de ce type
( 0.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-40
( 0.185| 0.000) D: [lt-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.185| 0.000) D: [lt-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.185| 0.000) D: [lt-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.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:iec958-ac3-surround-51
( 0.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Surround numérique 5.1 (IEC958/AC3) (iec958-ac3-surround-51)
( 0.185| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying a52:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.185| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM a52:0
( 0.185| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device a52:0: Aucun fichier ou dossier de ce type
( 0.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-ac3-surround-51
( 0.185| 0.000) D: [lt-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.185| 0.000) D: [lt-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.185| 0.000) D: [lt-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.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:iec958-dts-surround-51
( 0.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (IEC958/DTS) (iec958-dts-surround-51)
( 0.185| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dca:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.185| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dca:0
( 0.185| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dca:0: Aucun fichier ou dossier de ce type
( 0.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:iec958-dts-surround-51
( 0.185| 0.000) D: [lt-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.185| 0.000) D: [lt-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.185| 0.000) D: [lt-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.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo
( 0.185| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI) (hdmi-stereo)
( 0.185| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.186| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D3p' failed (-2)
( 0.186| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: Aucun fichier ou dossier de ce type
( 0.186| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo
( 0.186| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-mono - will not be able to open output:hdmi-stereo
( 0.188| 0.001) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:analog-stereo - will not be able to open output:hdmi-stereo
( 0.188| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo+input:iec958-stereo - will not be able to open output:hdmi-stereo
( 0.188| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround
( 0.188| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI) (hdmi-surround)
( 0.188| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.189| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D3p' failed (-2)
( 0.189| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: Aucun fichier ou dossier de ce type
( 0.189| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround
( 0.189| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:analog-mono - will not be able to open output:hdmi-surround
( 0.189| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:analog-stereo - will not be able to open output:hdmi-surround
( 0.189| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround+input:iec958-stereo - will not be able to open output:hdmi-surround
( 0.189| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71
( 0.189| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI) (hdmi-surround71)
( 0.189| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.190| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D3p' failed (-2)
( 0.190| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0: Aucun fichier ou dossier de ce type
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:analog-mono - will not be able to open output:hdmi-surround71
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:analog-stereo - will not be able to open output:hdmi-surround71
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71+input:iec958-stereo - will not be able to open output:hdmi-surround71
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI/DTS) (hdmi-dts-surround)
( 0.190| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.190| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0
( 0.190| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0: Aucun fichier ou dossier de ce type
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:analog-mono - will not be able to open output:hdmi-dts-surround
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:analog-stereo - will not be able to open output:hdmi-dts-surround
( 0.190| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround+input:iec958-stereo - will not be able to open output:hdmi-dts-surround
( 0.191| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra1
( 0.191| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 2) (hdmi-stereo-extra1)
( 0.191| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.192| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D7p' failed (-2)
( 0.192| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,1: Aucun fichier ou dossier de ce type
( 0.192| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra1
( 0.192| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:analog-mono - will not be able to open output:hdmi-stereo-extra1
( 0.192| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:analog-stereo - will not be able to open output:hdmi-stereo-extra1
( 0.192| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra1+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra1
( 0.192| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra1
( 0.193| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2) (hdmi-surround-extra1)
( 0.193| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.193| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D7p' failed (-2)
( 0.193| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,1: Aucun fichier ou dossier de ce type
( 0.193| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra1
( 0.193| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:analog-mono - will not be able to open output:hdmi-surround-extra1
( 0.194| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-surround-extra1
( 0.194| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-surround-extra1
( 0.194| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra1
( 0.194| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 2) (hdmi-surround71-extra1)
( 0.194| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.194| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D7p' failed (-2)
( 0.197| 0.002) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,1: Aucun fichier ou dossier de ce type
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:analog-mono - will not be able to open output:hdmi-surround71-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:analog-stereo - will not be able to open output:hdmi-surround71-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra1+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 2/DTS) (hdmi-dts-surround-extra1)
( 0.197| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0,1 with SND_PCM_NO_AUTO_FORMAT ...
( 0.197| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0,1
( 0.197| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,1: Aucun fichier ou dossier de ce type
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:analog-mono - will not be able to open output:hdmi-dts-surround-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra1+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra1
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra2
( 0.197| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 3) (hdmi-stereo-extra2)
( 0.197| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
( 0.200| 0.002) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D8p' failed (-2)
( 0.200| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,2: Aucun fichier ou dossier de ce type
( 0.200| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra2
( 0.200| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:analog-mono - will not be able to open output:hdmi-stereo-extra2
( 0.200| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:analog-stereo - will not be able to open output:hdmi-stereo-extra2
( 0.200| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra2+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra2
( 0.200| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra2
( 0.200| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3) (hdmi-surround-extra2)
( 0.200| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
( 0.201| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D8p' failed (-2)
( 0.201| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,2: Aucun fichier ou dossier de ce type
( 0.201| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra2
( 0.201| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:analog-mono - will not be able to open output:hdmi-surround-extra2
( 0.201| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-surround-extra2
( 0.201| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-surround-extra2
( 0.201| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra2
( 0.201| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 3) (hdmi-surround71-extra2)
( 0.201| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
( 0.202| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D8p' failed (-2)
( 0.202| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,2: Aucun fichier ou dossier de ce type
( 0.202| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra2
( 0.202| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:analog-mono - will not be able to open output:hdmi-surround71-extra2
( 0.202| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:analog-stereo - will not be able to open output:hdmi-surround71-extra2
( 0.202| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra2+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra2
( 0.202| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra2
( 0.202| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 3/DTS) (hdmi-dts-surround-extra2)
( 0.202| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0,2 with SND_PCM_NO_AUTO_FORMAT ...
( 0.203| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0,2
( 0.203| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,2: Aucun fichier ou dossier de ce type
( 0.203| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra2
( 0.203| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:analog-mono - will not be able to open output:hdmi-dts-surround-extra2
( 0.204| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra2
( 0.204| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra2+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra2
( 0.204| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra3
( 0.204| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 4) (hdmi-stereo-extra3)
( 0.204| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
( 0.205| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D9p' failed (-2)
( 0.205| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,3: Aucun fichier ou dossier de ce type
( 0.205| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra3
( 0.205| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:analog-mono - will not be able to open output:hdmi-stereo-extra3
( 0.205| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:analog-stereo - will not be able to open output:hdmi-stereo-extra3
( 0.205| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra3+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra3
( 0.205| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra3
( 0.205| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4) (hdmi-surround-extra3)
( 0.205| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
( 0.206| 0.000) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D9p' failed (-2)
( 0.206| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,3: Aucun fichier ou dossier de ce type
( 0.206| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra3
( 0.206| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:analog-mono - will not be able to open output:hdmi-surround-extra3
( 0.206| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-surround-extra3
( 0.206| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-surround-extra3
( 0.206| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra3
( 0.206| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 4) (hdmi-surround71-extra3)
( 0.206| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
( 0.207| 0.001) I: lt-pulseaudiopcm_hw.c: open '/dev/snd/pcmC0D9p' failed (-2)
( 0.208| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,3: Aucun fichier ou dossier de ce type
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:analog-mono - will not be able to open output:hdmi-surround71-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:analog-stereo - will not be able to open output:hdmi-surround71-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra3+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 4/DTS) (hdmi-dts-surround-extra3)
( 0.208| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0,3 with SND_PCM_NO_AUTO_FORMAT ...
( 0.208| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0,3
( 0.208| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,3: Aucun fichier ou dossier de ce type
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:analog-mono - will not be able to open output:hdmi-dts-surround-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra3+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra3
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra4
( 0.208| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 5) (hdmi-stereo-extra4)
( 0.208| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
( 0.209| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.4:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.209| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.209| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.209| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,4
( 0.209| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,4: Aucun fichier ou dossier de ce type
( 0.209| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra4
( 0.209| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:analog-mono - will not be able to open output:hdmi-stereo-extra4
( 0.209| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:analog-stereo - will not be able to open output:hdmi-stereo-extra4
( 0.209| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra4+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra4
( 0.209| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra4
( 0.209| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5) (hdmi-surround-extra4)
( 0.209| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
( 0.210| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.4:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.210| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.210| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.211| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,4
( 0.211| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,4: Aucun fichier ou dossier de ce type
( 0.211| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra4
( 0.211| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:analog-mono - will not be able to open output:hdmi-surround-extra4
( 0.211| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-surround-extra4
( 0.211| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-surround-extra4
( 0.211| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra4
( 0.211| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 5) (hdmi-surround71-extra4)
( 0.211| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
( 0.211| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.4:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.211| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.211| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.211| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,4
( 0.212| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,4: Aucun fichier ou dossier de ce type
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:analog-mono - will not be able to open output:hdmi-surround71-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:analog-stereo - will not be able to open output:hdmi-surround71-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra4+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 5/DTS) (hdmi-dts-surround-extra4)
( 0.212| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0,4 with SND_PCM_NO_AUTO_FORMAT ...
( 0.212| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0,4
( 0.212| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,4: Aucun fichier ou dossier de ce type
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:analog-mono - will not be able to open output:hdmi-dts-surround-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra4+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra4
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra5
( 0.212| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 6) (hdmi-stereo-extra5)
( 0.212| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
( 0.213| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.5:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.213| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.213| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.213| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,5
( 0.213| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: Aucun fichier ou dossier de ce type
( 0.213| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra5
( 0.213| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:analog-mono - will not be able to open output:hdmi-stereo-extra5
( 0.213| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:analog-stereo - will not be able to open output:hdmi-stereo-extra5
( 0.213| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra5+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra5
( 0.213| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra5
( 0.213| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6) (hdmi-surround-extra5)
( 0.213| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
( 0.213| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.5:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.213| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.213| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.213| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,5
( 0.214| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: Aucun fichier ou dossier de ce type
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra5
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:analog-mono - will not be able to open output:hdmi-surround-extra5
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-surround-extra5
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround-extra5
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra5
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 6) (hdmi-surround71-extra5)
( 0.214| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
( 0.214| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.5:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.214| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.214| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.214| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,5
( 0.214| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,5: Aucun fichier ou dossier de ce type
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra5
( 0.214| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:analog-mono - will not be able to open output:hdmi-surround71-extra5
( 0.215| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:analog-stereo - will not be able to open output:hdmi-surround71-extra5
( 0.215| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra5+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra5
( 0.215| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra5
( 0.215| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 6/DTS) (hdmi-dts-surround-extra5)
( 0.215| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0,5 with SND_PCM_NO_AUTO_FORMAT ...
( 0.215| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0,5
( 0.216| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,5: Aucun fichier ou dossier de ce type
( 0.216| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra5
( 0.216| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:analog-mono - will not be able to open output:hdmi-dts-surround-extra5
( 0.216| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra5
( 0.216| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra5+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra5
( 0.216| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra6
( 0.216| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 7) (hdmi-stereo-extra6)
( 0.216| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
( 0.217| 0.001) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.6:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.217| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.217| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.217| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,6
( 0.217| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: Aucun fichier ou dossier de ce type
( 0.217| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra6
( 0.217| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:analog-mono - will not be able to open output:hdmi-stereo-extra6
( 0.217| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:analog-stereo - will not be able to open output:hdmi-stereo-extra6
( 0.217| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra6+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra6
( 0.217| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra6
( 0.217| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7) (hdmi-surround-extra6)
( 0.217| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
( 0.218| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.6:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.218| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.218| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.218| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,6
( 0.219| 0.001) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: Aucun fichier ou dossier de ce type
( 0.219| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra6
( 0.219| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:analog-mono - will not be able to open output:hdmi-surround-extra6
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-surround-extra6
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround-extra6
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra6
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 7) (hdmi-surround71-extra6)
( 0.220| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
( 0.220| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.6:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.220| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.220| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.220| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,6
( 0.220| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,6: Aucun fichier ou dossier de ce type
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra6
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:analog-mono - will not be able to open output:hdmi-surround71-extra6
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:analog-stereo - will not be able to open output:hdmi-surround71-extra6
( 0.220| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra6+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra6
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra6
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 7/DTS) (hdmi-dts-surround-extra6)
( 0.221| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0,6 with SND_PCM_NO_AUTO_FORMAT ...
( 0.221| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0,6
( 0.221| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,6: Aucun fichier ou dossier de ce type
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra6
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:analog-mono - will not be able to open output:hdmi-dts-surround-extra6
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra6
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra6+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra6
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-stereo-extra7
( 0.221| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Stereo (HDMI 8) (hdmi-stereo-extra7)
( 0.221| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
( 0.221| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.7:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.221| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.221| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.221| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,7
( 0.222| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: Aucun fichier ou dossier de ce type
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-stereo-extra7
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:analog-mono - will not be able to open output:hdmi-stereo-extra7
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:analog-stereo - will not be able to open output:hdmi-stereo-extra7
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-stereo-extra7+input:iec958-stereo - will not be able to open output:hdmi-stereo-extra7
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround-extra7
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8) (hdmi-surround-extra7)
( 0.222| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
( 0.222| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.7:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.222| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.222| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.222| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,7
( 0.222| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: Aucun fichier ou dossier de ce type
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround-extra7
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:analog-mono - will not be able to open output:hdmi-surround-extra7
( 0.222| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-surround-extra7
( 0.223| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround-extra7
( 0.223| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-surround71-extra7
( 0.223| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 7.1 (HDMI 8) (hdmi-surround71-extra7)
( 0.223| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying hdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
( 0.224| 0.000) I: lt-pulseaudioconfmisc.c: Unable to find definition 'cards.HDA-Intel.pcm.hdmi.7:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
( 0.224| 0.000) I: lt-pulseaudioconf.c: function snd_func_refer returned error: Aucun fichier ou dossier de ce type
( 0.224| 0.000) I: lt-pulseaudioconf.c: Evaluate error: Aucun fichier ou dossier de ce type
( 0.224| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM hdmi:0,7
( 0.224| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device hdmi:0,7: Aucun fichier ou dossier de ce type
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-surround71-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:analog-mono - will not be able to open output:hdmi-surround71-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:analog-stereo - will not be able to open output:hdmi-surround71-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-surround71-extra7+input:iec958-stereo - will not be able to open output:hdmi-surround71-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Looking at profile output:hdmi-dts-surround-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Checking for playback on Digital Surround 5.1 (HDMI 8/DTS) (hdmi-dts-surround-extra7)
( 0.224| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying dcahdmi:0,7 with SND_PCM_NO_AUTO_FORMAT ...
( 0.224| 0.000) I: lt-pulseaudiopcm.c: Unknown PCM dcahdmi:0,7
( 0.224| 0.000) I: [lt-pulseaudio] alsa-util.c: Error opening PCM device dcahdmi:0,7: Aucun fichier ou dossier de ce type
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Caching failure to open output:hdmi-dts-surround-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:analog-mono - will not be able to open output:hdmi-dts-surround-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:analog-stereo - will not be able to open output:hdmi-dts-surround-extra7
( 0.224| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Skipping profile output:hdmi-dts-surround-extra7+input:iec958-stereo - will not be able to open output:hdmi-dts-surround-extra7
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.225| 0.000) D: [lt-pulseaudio] flist.c: pulsecore/idxset.c: entries flist is full (don't worry)
( 0.227| 0.001) D: [lt-pulseaudio] alsa-mixer.c: Profile set 0x9e51600, auto_profiles=yes, probed=yes, n_mappings=1, n_profiles=3, n_decibel_fixes=0
( 0.228| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Mapping analog-stereo (Stéréo analogique), priority=60, channel_map=front-left,front-right, supported=yes, direction=0
( 0.228| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Profile input:analog-stereo (Stéréo analogique Entrée), priority=60, supported=yes n_input_mappings=1, n_output_mappings=0
( 0.228| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.229| 0.001) D: [lt-pulseaudio] alsa-mixer.c: Profile output:analog-stereo (Stéréo analogique Sortie), priority=6000, supported=yes n_input_mappings=0, n_output_mappings=1
( 0.229| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Output analog-stereo
( 0.229| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Profile output:analog-stereo+input:analog-stereo (Duplex stéréo analogique), priority=6060, supported=yes n_input_mappings=1, n_output_mappings=1
( 0.229| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Input analog-stereo
( 0.229| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Output analog-stereo
( 0.230| 0.001) I: [lt-pulseaudio] module-card-restore.c: Restoring port latency offsets for card alsa_card.pci-0000_00_14.2.
( 0.231| 0.000) I: [lt-pulseaudio] card.c: Created 0 "alsa_card.pci-0000_00_14.2"
( 0.231| 0.000) D: [lt-pulseaudio] module-alsa-card.c: Found 6 jacks.
( 0.231| 0.000) I: [lt-pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.232| 0.000) D: [lt-pulseaudio] module-alsa-card.c: Jack 'Headphone Jack' is now unplugged
( 0.232| 0.000) D: [lt-pulseaudio] module-alsa-card.c: Jack 'Speaker Phantom Jack' is now plugged in
( 0.232| 0.000) D: [lt-pulseaudio] module-alsa-card.c: Jack 'Headphone Jack' is now unplugged
( 0.232| 0.000) D: [lt-pulseaudio] device-port.c: Setting port analog-output-headphones to status no
( 0.232| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.232| 0.000) D: [lt-pulseaudio] module-alsa-card.c: Jack 'Mic Jack' is now unplugged
( 0.232| 0.000) D: [lt-pulseaudio] module-alsa-card.c: Jack 'Internal Mic Phantom Jack' is now plugged in
( 0.232| 0.000) D: [lt-pulseaudio] module-alsa-card.c: Jack 'Mic Jack' is now unplugged
( 0.232| 0.000) D: [lt-pulseaudio] device-port.c: Setting port analog-input-mic to status no
( 0.232| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.235| 0.002) D: [lt-pulseaudio] reserve-wrap.c: Successfully create reservation lock monitor for device 'Audio0'
( 0.235| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.236| 0.001) D: [lt-pulseaudio] alsa-util.c: Managed to open front:0
( 0.236| 0.000) I: [lt-pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
( 0.236| 0.000) D: [lt-pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
( 0.237| 0.000) D: [lt-pulseaudio] alsa-util.c: Set buffer size first (to 88200 samples), period size second (to 88200 samples).
( 0.237| 0.000) I: [lt-pulseaudio] alsa-util.c: ALSA period wakeups disabled
( 0.237| 0.000) I: [lt-pulseaudio] alsa-sink.c: Successfully opened device front:0.
( 0.237| 0.000) I: [lt-pulseaudio] alsa-sink.c: Selected mapping 'Stéréo analogique' (analog-stereo).
( 0.237| 0.000) I: [lt-pulseaudio] alsa-sink.c: Successfully enabled mmap() mode.
( 0.237| 0.000) I: [lt-pulseaudio] alsa-sink.c: Successfully enabled timer-based scheduling mode.
( 0.237| 0.000) I: lt-pulseaudiocontrol.c: Invalid CTL front:0
( 0.237| 0.000) I: [lt-pulseaudio] alsa-util.c: Unable to attach to mixer front:0: Aucun fichier ou dossier de ce type
( 0.238| 0.000) I: [lt-pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.240| 0.002) D: [lt-pulseaudio] alsa-mixer.c: Added 2 ports
( 0.240| 0.000) I: [lt-pulseaudio] module-device-restore.c: Restoring volume for sink alsa_output.pci-0000_00_14.2.analog-stereo: front-left: 65536 / 100%, front-right: 65536 / 100%
( 0.240| 0.000) I: [lt-pulseaudio] module-device-restore.c: Restoring mute state for sink alsa_output.pci-0000_00_14.2.analog-stereo: muted
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: Created sink 0 "alsa_output.pci-0000_00_14.2.analog-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.resolution_bits = "16"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.api = "alsa"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.class = "sound"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.class = "generic"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.subclass = "generic-mix"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.name = "CX20588 Analog"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.id = "CX20588 Analog"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.subdevice = "0"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.subdevice_name = "subdevice #0"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.device = "0"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.card = "0"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.card_name = "HDA ATI SB"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.long_card_name = "HDA ATI SB at 0xf0440000 irq 16"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.driver_name = "snd_hda_intel"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.bus_path = "pci-0000:00:14.2"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card0"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.bus = "pci"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.vendor.id = "1002"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.product.id = "4383"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.product.name = "SBx00 Azalia (Intel HDA)"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.form_factor = "internal"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.string = "front:0"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.buffering.buffer_size = "65536"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.buffering.fragment_size = "32768"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.access_mode = "mmap+timer"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.profile.name = "analog-stereo"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.profile.description = "Stéréo analogique"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.description = "Audio interne Stéréo analogique"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.mixer_name = "Conexant CX20588"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: alsa.components = "HDA:14f1506c,10250602,00100003"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: module-udev-detect.discovered = "1"
( 0.241| 0.000) I: [lt-pulseaudio] sink.c: device.icon_name = "audio-card-pci"
( 0.242| 0.001) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.242| 0.000) I: [lt-pulseaudio] source.c: Created source 0 "alsa_output.pci-0000_00_14.2.analog-stereo.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.description = "Monitor of Audio interne Stéréo analogique"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.class = "monitor"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: alsa.card = "0"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: alsa.card_name = "HDA ATI SB"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: alsa.long_card_name = "HDA ATI SB at 0xf0440000 irq 16"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: alsa.driver_name = "snd_hda_intel"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.bus_path = "pci-0000:00:14.2"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card0"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.bus = "pci"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.vendor.id = "1002"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.product.id = "4383"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.product.name = "SBx00 Azalia (Intel HDA)"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.form_factor = "internal"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.string = "0"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: module-udev-detect.discovered = "1"
( 0.242| 0.000) I: [lt-pulseaudio] source.c: device.icon_name = "audio-card-pci"
( 0.243| 0.000) I: [lt-pulseaudio] alsa-sink.c: Using 2,0 fragments of size 32768 bytes (185,76ms), buffer size is 65536 bytes (371,52ms)
( 0.243| 0.000) I: [lt-pulseaudio] alsa-sink.c: Time scheduling watermark is 20,00ms
( 0.243| 0.000) D: [lt-pulseaudio] alsa-sink.c: hwbuf_unused=0
( 0.243| 0.000) D: [lt-pulseaudio] alsa-sink.c: setting avail_min=15502
( 0.243| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Activating path analog-output-speaker
( 0.243| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path analog-output-speaker (Haut-parleurs), direction=1, priority=100, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=74, min_dB=-199, max_dB=0
( 0.243| 0.000) D: [lt-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.243| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element Headphone, 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.244| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element Speaker, 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.244| 0.000) D: [lt-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.244| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Headphone, alsa_name='Headphone Jack', detection possible
( 0.244| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Dock Headphone, alsa_name='Dock Headphone Jack', detection unavailable
( 0.244| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Front Headphone, alsa_name='Front Headphone Jack', detection unavailable
( 0.244| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Speaker Phantom, alsa_name='Speaker Phantom Jack', detection possible
( 0.244| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Speaker Front Phantom, alsa_name='Speaker Front Phantom Jack', detection unavailable
( 0.244| 0.000) I: [lt-pulseaudio] alsa-sink.c: Successfully enabled deferred volume.
( 0.244| 0.000) I: [lt-pulseaudio] alsa-sink.c: Hardware volume ranges from -199,00 dB to 0,00 dB.
( 0.244| 0.000) I: [lt-pulseaudio] alsa-sink.c: Fixing base volume to 0,00 dB
( 0.244| 0.000) I: [lt-pulseaudio] alsa-sink.c: Using hardware volume control. Hardware dB scale supported.
( 0.244| 0.000) I: [lt-pulseaudio] alsa-sink.c: Using hardware mute control.
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_dump():
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: Soft volume PCM
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: Control: PCM Playback Volume
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: min_dB: -51
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: max_dB: 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: resolution: 256
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: Its setup is:
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: stream : PLAYBACK
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: format : S16_LE
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: subformat : STD
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: channels : 2
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: rate : 44100
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: msbits : 16
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: buffer_size : 16384
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_size : 8192
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_time : 185759
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: tstamp_mode : ENABLE
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_step : 1
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: avail_min : 15502
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_event : 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: start_threshold : -1
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: stop_threshold : 1073741824
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: silence_threshold: 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: silence_size : 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: boundary : 1073741824
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: Slave: Hardware PCM card 0 'HDA ATI SB' device 0 subdevice 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: Its setup is:
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: stream : PLAYBACK
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: format : S16_LE
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: subformat : STD
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: channels : 2
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: rate : 44100
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: msbits : 16
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: buffer_size : 16384
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_size : 8192
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_time : 185759
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: tstamp_mode : ENABLE
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_step : 1
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: avail_min : 15502
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: period_event : 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: start_threshold : -1
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: stop_threshold : 1073741824
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: silence_threshold: 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: silence_size : 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: boundary : 1073741824
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: appl_ptr : 0
( 0.244| 0.000) D: [lt-pulseaudio] alsa-util.c: hw_ptr : 0
( 0.246| 0.001) D: [lt-pulseaudio] alsa-sink.c: Requested volume: front-left: 65536 / 100% / 0,00 dB, front-right: 65536 / 100% / 0,00 dB
( 0.246| 0.000) D: [lt-pulseaudio] alsa-sink.c: Got hardware volume: front-left: 65536 / 100% / 0,00 dB, front-right: 65536 / 100% / 0,00 dB
( 0.246| 0.000) D: [lt-pulseaudio] alsa-sink.c: Calculated software volume: front-left: 65536 / 100% / 0,00 dB, front-right: 65536 / 100% / 0,00 dB (accurate-enough=yes)
( 0.247| 0.001) D: [alsa-sink-CX20588 Analog] alsa-sink.c: Thread starting up
( 0.289| 0.042) I: [alsa-sink-CX20588 Analog] core-util.c: Failed to acquire real-time scheduling: Message invalide
( 0.290| 0.000) I: [alsa-sink-CX20588 Analog] alsa-sink.c: Starting playback.
( 0.290| 0.000) D: [lt-pulseaudio] module-device-restore.c: Could not set format on sink alsa_output.pci-0000_00_14.2.analog-stereo
( 0.291| 0.000) D: [lt-pulseaudio] alsa-util.c: Trying front:0 with SND_PCM_NO_AUTO_FORMAT ...
( 0.291| 0.000) D: [lt-pulseaudio] alsa-util.c: Managed to open front:0
( 0.292| 0.000) I: [lt-pulseaudio] alsa-util.c: Trying to disable ALSA period wakeups, using timers only
( 0.292| 0.000) D: [lt-pulseaudio] alsa-util.c: Maximum hw buffer size is 371 ms
( 0.292| 0.000) D: [lt-pulseaudio] alsa-util.c: Set buffer size first (to 88200 samples), period size second (to 88200 samples).
( 0.292| 0.000) I: [lt-pulseaudio] alsa-util.c: ALSA period wakeups disabled
( 0.292| 0.000) I: [lt-pulseaudio] alsa-source.c: Successfully opened device front:0.
( 0.292| 0.000) I: [lt-pulseaudio] alsa-source.c: Selected mapping 'Stéréo analogique' (analog-stereo).
( 0.292| 0.000) I: [lt-pulseaudio] alsa-source.c: Successfully enabled mmap() mode.
( 0.292| 0.000) I: [lt-pulseaudio] alsa-source.c: Successfully enabled timer-based scheduling mode.
( 0.292| 0.000) I: lt-pulseaudiocontrol.c: Invalid CTL front:0
( 0.292| 0.000) I: [lt-pulseaudio] alsa-util.c: Unable to attach to mixer front:0: Aucun fichier ou dossier de ce type
( 0.293| 0.000) I: [lt-pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0'
( 0.294| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Added 2 ports
( 0.294| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.294| 0.000) I: [lt-pulseaudio] source.c: Created source 1 "alsa_input.pci-0000_00_14.2.analog-stereo" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.resolution_bits = "16"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.api = "alsa"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.class = "sound"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.class = "generic"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.subclass = "generic-mix"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.name = "CX20588 Analog"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.id = "CX20588 Analog"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.subdevice = "0"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.subdevice_name = "subdevice #0"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.device = "0"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.card = "0"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.card_name = "HDA ATI SB"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.long_card_name = "HDA ATI SB at 0xf0440000 irq 16"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.driver_name = "snd_hda_intel"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.bus_path = "pci-0000:00:14.2"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card0"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.bus = "pci"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.vendor.id = "1002"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.product.id = "4383"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.product.name = "SBx00 Azalia (Intel HDA)"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.form_factor = "internal"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.string = "front:0"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.buffering.buffer_size = "65536"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.buffering.fragment_size = "32768"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.access_mode = "mmap+timer"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.profile.name = "analog-stereo"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.profile.description = "Stéréo analogique"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.description = "Audio interne Stéréo analogique"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.mixer_name = "Conexant CX20588"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: alsa.components = "HDA:14f1506c,10250602,00100003"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: module-udev-detect.discovered = "1"
( 0.294| 0.000) I: [lt-pulseaudio] source.c: device.icon_name = "audio-card-pci"
( 0.295| 0.001) I: [lt-pulseaudio] alsa-source.c: Using 2,0 fragments of size 32768 bytes (185,76ms), buffer size is 65536 bytes (371,52ms)
( 0.295| 0.000) I: [lt-pulseaudio] alsa-source.c: Time scheduling watermark is 20,00ms
( 0.296| 0.000) D: [lt-pulseaudio] alsa-source.c: hwbuf_unused=0
( 0.296| 0.000) D: [lt-pulseaudio] alsa-source.c: setting avail_min=15502
( 0.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Activating path analog-input-internal-mic
( 0.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Path analog-input-internal-mic (Microphone interne), direction=2, priority=89, probed=yes, supported=yes, has_mute=yes, has_volume=yes, has_dB=yes, min_volume=0, max_volume=80, min_dB=-74, max_dB=6
( 0.296| 0.000) D: [lt-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.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Element 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.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Mic, alsa_name='Mic Jack', detection possible
( 0.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Dock Mic, alsa_name='Dock Mic Jack', detection unavailable
( 0.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Front Mic, alsa_name='Front Mic Jack', detection unavailable
( 0.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Rear Mic, alsa_name='Rear Mic Jack', detection unavailable
( 0.296| 0.000) D: [lt-pulseaudio] alsa-mixer.c: Jack Internal Mic Phantom, alsa_name='Internal Mic Phantom Jack', detection possible
( 0.296| 0.000) I: [lt-pulseaudio] alsa-source.c: Successfully enabled deferred volume.
( 0.296| 0.000) I: [lt-pulseaudio] alsa-source.c: Hardware volume ranges from -74,00 dB to 6,00 dB.
( 0.296| 0.000) I: [lt-pulseaudio] alsa-source.c: Fixing base volume to -6,00 dB
( 0.296| 0.000) I: [lt-pulseaudio] alsa-source.c: Using hardware volume control. Hardware dB scale supported.
( 0.296| 0.000) I: [lt-pulseaudio] alsa-source.c: Using hardware mute control.
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: snd_pcm_dump():
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: Hardware PCM card 0 'HDA ATI SB' device 0 subdevice 0
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: Its setup is:
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: stream : CAPTURE
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: access : MMAP_INTERLEAVED
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: format : S16_LE
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: subformat : STD
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: channels : 2
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: rate : 44100
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: exact rate : 44100 (44100/1)
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: msbits : 16
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: buffer_size : 16384
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: period_size : 8192
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: period_time : 185759
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: tstamp_mode : ENABLE
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: period_step : 1
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: avail_min : 15502
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: period_event : 0
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: start_threshold : -1
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: stop_threshold : 1073741824
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: silence_threshold: 0
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: silence_size : 0
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: boundary : 1073741824
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: appl_ptr : 0
( 0.296| 0.000) D: [lt-pulseaudio] alsa-util.c: hw_ptr : 0
( 0.297| 0.000) D: [lt-pulseaudio] alsa-source.c: Read hardware volume: front-left: 65536 / 100% / 0,00 dB, front-right: 65536 / 100% / 0,00 dB
( 0.297| 0.000) D: [alsa-source-CX20588 Analog] alsa-source.c: Thread starting up
( 0.336| 0.038) I: [alsa-source-CX20588 Analog] core-util.c: Failed to acquire real-time scheduling: Message invalide
( 0.336| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-alsa-card" (index: #6; 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.336| 0.000) I: [lt-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.336| 0.000) I: [lt-pulseaudio] module-udev-detect.c: Found 1 cards.
( 0.336| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-udev-detect" (index: #5; argument: "").
( 0.336| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-jackdbus-detect.so': failure
( 0.337| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-jackdbus-detect.so': success
( 0.339| 0.002) I: [alsa-source-CX20588 Analog] alsa-source.c: Starting capture.
( 0.340| 0.000) D: [lt-pulseaudio] module-jackdbus-detect.c: jackdbus isn't running.
( 0.340| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-jackdbus-detect" (index: #7; argument: "channels=2").
( 0.341| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-bluetooth-policy.so': failure
( 0.341| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-bluetooth-policy.so': success
( 0.341| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-bluetooth-policy" (index: #8; argument: "").
( 0.341| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-bluetooth-discover.so': failure
( 0.342| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-bluetooth-discover.so': success
( 0.342| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-bluez5-discover.so': failure
( 0.342| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-bluez5-discover.so': success
( 0.350| 0.007) D: [lt-pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus 0fd6fc10ebb1bb00f5867da7549969c9 as :1.219
( 0.355| 0.004) I: [lt-pulseaudio] module.c: Loaded "module-bluez5-discover" (index: #10; argument: "").
( 0.355| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-bluez4-discover.so': failure
( 0.355| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-bluez4-discover.so': success
( 0.369| 0.013) I: [lt-pulseaudio] module.c: Loaded "module-bluez4-discover" (index: #11; argument: "").
( 0.369| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #9; argument: "").
( 0.369| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-esound-protocol-unix.so': failure
( 0.369| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-esound-protocol-unix.so': success
( 0.372| 0.002) I: [lt-pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #12; argument: "").
( 0.373| 0.001) I: [lt-pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #13; argument: "").
( 0.374| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-gconf.so': failure
( 0.374| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-gconf.so': success
( 0.469| 0.095) D: [lt-pulseaudio] module-gconf.c: Loading module 'module-raop-discover' with args '' due to GConf configuration.
( 0.484| 0.015) I: [lt-pulseaudio] module.c: Loaded "module-raop-discover" (index: #15; argument: "").
( 0.485| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-gconf" (index: #14; argument: "").
( 0.486| 0.001) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.486| 0.000) I: [lt-pulseaudio] module-default-device-restore.c: Restored default sink 'alsa_output.pci-0000_00_14.2.analog-stereo'.
( 0.486| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
( 0.486| 0.000) I: [lt-pulseaudio] module-default-device-restore.c: Restored default source 'alsa_input.pci-0000_00_14.2.analog-stereo'.
( 0.486| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-default-device-restore" (index: #16; argument: "").
( 0.487| 0.001) I: [lt-pulseaudio] module.c: Loaded "module-rescue-streams" (index: #17; argument: "").
( 0.488| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-always-sink" (index: #18; argument: "").
( 0.489| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-intended-roles" (index: #19; argument: "").
( 0.490| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds.
( 0.490| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Source alsa_input.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds.
( 0.490| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #20; argument: "").
( 0.490| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-console-kit.so': failure
( 0.490| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-console-kit.so': success
( 0.491| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-console-kit" (index: #21; argument: "").
( 0.491| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/module-systemd-login.so': failure
( 0.491| 0.000) D: [lt-pulseaudio] module.c: Checking for existence of '/home/elsa/pulseaudio-raop2/src/.libs/module-systemd-login.so': success
( 0.492| 0.001) I: [lt-pulseaudio] client.c: Created 0 "Login Session c1"
( 0.493| 0.000) D: [lt-pulseaudio] module-systemd-login.c: Added new session c1
( 0.493| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-systemd-login" (index: #22; argument: "").
( 0.493| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #23; argument: "").
( 0.494| 0.000) D: [lt-pulseaudio] module-role-cork.c: Using role 'phone' as trigger role.
( 0.494| 0.000) D: [lt-pulseaudio] module-role-cork.c: Using roles 'music' and 'video' as cork roles.
( 0.494| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-role-cork" (index: #24; argument: "").
( 0.495| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #25; argument: "").
( 0.496| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-filter-apply" (index: #26; argument: "").
( 0.499| 0.003) D: [lt-pulseaudio] main.c: Got org.PulseAudio1!
( 0.503| 0.003) D: [lt-pulseaudio] main.c: Got org.pulseaudio.Server!
( 0.503| 0.000) I: [lt-pulseaudio] main.c: Daemon startup complete.
( 0.503| 0.000) D: [lt-pulseaudio] bluez4-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
( 0.504| 0.000) W: [lt-pulseaudio] bluez5-util.c: BlueZ D-Bus ObjectManager not available
( 0.504| 0.000) I: [lt-pulseaudio] client.c: Created 1 "Native client (UNIX socket client)"
( 0.505| 0.000) D: [lt-pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
( 0.505| 0.000) D: [lt-pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2.
( 0.509| 0.003) D: [lt-pulseaudio] protocol-native.c: Protocol version: remote 28, local 30
( 0.509| 0.000) I: [lt-pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1
( 0.509| 0.000) D: [lt-pulseaudio] protocol-native.c: SHM possible: yes
( 0.509| 0.000) D: [lt-pulseaudio] protocol-native.c: Negotiated SHM: yes
( 0.509| 0.000) D: [lt-pulseaudio] protocol-native.c: Disabling srbchannel, reason: Protocol too old
( 0.512| 0.002) D: [lt-pulseaudio] module-raop-discover.c: Found RAOP: Villa Max Player
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'txtvers' with value: '1'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vs' with value: '160.10'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ch' with value: '2'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sr' with value: '44100'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ss' with value: '16'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'pw' with value: 'false'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'et' with value: '0,1,3,5'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ek' with value: '1'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'tp' with value: 'TCP,UDP'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'am' with value: 'FreeboxPlayer1,1'
( 0.512| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'cn' with value: '0,1,2,3'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'md' with value: '0,1,2'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sf' with value: '0x4'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ft' with value: '0x2200A00'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sv' with value: 'false'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'da' with value: 'true'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vn' with value: '65537'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vv' with value: '1'
( 0.513| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Loading module-raop-sink with arguments 'server=[fe80::f6ca:e5ff:fe69:14bd]:5000 sink_name=raop_output.Freebox-Player.local sink_properties='device.description="Villa Max Player (fe80::f6ca:e5ff:fe69:14bd:5000)"' protocol=UDP encryption=RSA codec=ALAC channels=2 format=16 rate=44100'
( 0.518| 0.005) I: [lt-pulseaudio] sink.c: Created sink 1 "raop_output.Freebox-Player.local" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.518| 0.005) I: [lt-pulseaudio] sink.c: device.string = "[fe80::f6ca:e5ff:fe69:14bd]:5000"
( 0.518| 0.005) I: [lt-pulseaudio] sink.c: device.intended_roles = "music"
( 0.518| 0.005) I: [lt-pulseaudio] sink.c: device.description = "Villa Max Player (fe80::f6ca:e5ff:fe69:14bd:5000)"
( 0.518| 0.005) I: [lt-pulseaudio] sink.c: device.icon_name = "audio-card"
( 0.518| 0.000) I: [lt-pulseaudio] source.c: Created source 2 "raop_output.Freebox-Player.local.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.518| 0.000) I: [lt-pulseaudio] source.c: device.description = "Monitor of Villa Max Player (fe80::f6ca:e5ff:fe69:14bd:5000)"
( 0.518| 0.000) I: [lt-pulseaudio] source.c: device.class = "monitor"
( 0.518| 0.000) I: [lt-pulseaudio] source.c: device.icon_name = "audio-input-microphone"
( 0.520| 0.001) D: [raop-sink-[fe80::f6ca:e5ff:fe69:14bd]:5000] raop-sink.c: Thread starting up
( 0.520| 0.000) D: [raop-sink-[fe80::f6ca:e5ff:fe69:14bd]:5000] raop-sink.c: RAOP: IDLE
( 0.520| 0.000) D: [lt-pulseaudio] module-device-restore.c: Could not set format on sink raop_output.Freebox-Player.local
( 0.520| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.Freebox-Player.local becomes idle, timeout in 5 seconds.
( 0.520| 0.000) D: [lt-pulseaudio] rtsp_client.c: Attempting to connect to server 'fe80::f6ca:e5ff:fe69:14bd:5000'
( 0.522| 0.001) I: [lt-pulseaudio] module.c: Loaded "module-raop-sink" (index: #27; argument: "server=[fe80::f6ca:e5ff:fe69:14bd]:5000 sink_name=raop_output.Freebox-Player.local sink_properties='device.description="Villa Max Player (fe80::f6ca:e5ff:fe69:14bd:5000)"' protocol=UDP encryption=RSA codec=ALAC channels=2 format=16 rate=44100").
( 0.524| 0.001) D: [lt-pulseaudio] module-raop-discover.c: Found RAOP: Villa Max Player
( 0.524| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'txtvers' with value: '1'
( 0.524| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vs' with value: '160.10'
( 0.524| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ch' with value: '2'
( 0.524| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sr' with value: '44100'
( 0.524| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ss' with value: '16'
( 0.524| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'pw' with value: 'false'
( 0.524| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'et' with value: '0,1,3,5'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ek' with value: '1'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'tp' with value: 'TCP,UDP'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'am' with value: 'FreeboxPlayer1,1'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'cn' with value: '0,1,2,3'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'md' with value: '0,1,2'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sf' with value: '0x4'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ft' with value: '0x2200A00'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sv' with value: 'false'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'da' with value: 'true'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vn' with value: '65537'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vv' with value: '1'
( 0.525| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Loading module-raop-sink with arguments 'server=[192.168.0.44]:5000 sink_name=raop_output.Freebox-Player.local sink_properties='device.description="Villa Max Player (192.168.0.44:5000)"' protocol=UDP encryption=RSA codec=ALAC channels=2 format=16 rate=44100'
( 0.526| 0.000) I: [lt-pulseaudio] sink.c: Created sink 2 "raop_output.Freebox-Player.local.2" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.526| 0.000) I: [lt-pulseaudio] sink.c: device.string = "[192.168.0.44]:5000"
( 0.526| 0.000) I: [lt-pulseaudio] sink.c: device.intended_roles = "music"
( 0.526| 0.000) I: [lt-pulseaudio] sink.c: device.description = "Villa Max Player (192.168.0.44:5000)"
( 0.526| 0.000) I: [lt-pulseaudio] sink.c: device.icon_name = "audio-card"
( 0.526| 0.000) I: [lt-pulseaudio] source.c: Created source 3 "raop_output.Freebox-Player.local.2.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.526| 0.000) I: [lt-pulseaudio] source.c: device.description = "Monitor of Villa Max Player (192.168.0.44:5000)"
( 0.526| 0.000) I: [lt-pulseaudio] source.c: device.class = "monitor"
( 0.526| 0.000) I: [lt-pulseaudio] source.c: device.icon_name = "audio-input-microphone"
( 0.527| 0.001) D: [raop-sink-[192.168.0.44]:5000] raop-sink.c: Thread starting up
( 0.528| 0.000) D: [raop-sink-[192.168.0.44]:5000] raop-sink.c: RAOP: IDLE
( 0.528| 0.000) D: [lt-pulseaudio] module-device-restore.c: Could not set format on sink raop_output.Freebox-Player.local.2
( 0.528| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.Freebox-Player.local.2 becomes idle, timeout in 5 seconds.
( 0.528| 0.000) D: [lt-pulseaudio] rtsp_client.c: Attempting to connect to server '192.168.0.44:5000'
( 0.528| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-raop-sink" (index: #28; argument: "server=[192.168.0.44]:5000 sink_name=raop_output.Freebox-Player.local sink_properties='device.description="Villa Max Player (192.168.0.44:5000)"' protocol=UDP encryption=RSA codec=ALAC channels=2 format=16 rate=44100").
( 0.530| 0.001) D: [lt-pulseaudio] module-augment-properties.c: Looking for .desktop file for amarok
( 0.531| 0.000) D: [lt-pulseaudio] module-augment-properties.c: Found /usr/share/applications/kde4/amarok.desktop.
( 0.531| 0.000) D: [lt-pulseaudio] conf-parser.c: Parsing configuration file '/usr/share/applications/kde4/amarok.desktop'
( 0.532| 0.001) D: [lt-pulseaudio] socket-client.c: connect(): Argument invalide (22)
( 0.532| 0.000) D: [lt-pulseaudio] rtsp_client.c: Established RTSP connection from local ip ::
( 0.533| 0.000) D: [lt-pulseaudio] rtsp_client.c: Sending command: OPTIONS
( 0.534| 0.001) E: [lt-pulseaudio] ioline.c: read(): Noeud final de transport n'est pas connecté
( 0.534| 0.000) D: [lt-pulseaudio] raop-sink.c: State change recieved, informing IO thread...
( 0.540| 0.006) D: [lt-pulseaudio] rtsp_client.c: Established RTSP connection from local ip 192.168.0.26
( 0.540| 0.000) D: [lt-pulseaudio] rtsp_client.c: Sending command: OPTIONS
( 0.614| 0.073) D: [lt-pulseaudio] module-raop-discover.c: Found RAOP: Pioneer-Elsa
( 0.614| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'txtvers' with value: '1'
( 0.614| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ch' with value: '2'
( 0.614| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'cn' with value: '0,1'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'et' with value: '0,4'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sv' with value: 'false'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'da' with value: 'true'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'sr' with value: '44100'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'ss' with value: '16'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'pw' with value: 'false'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vn' with value: '65537'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'tp' with value: 'UDP'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'vs' with value: '103.2'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'am' with value: 'XW-SMA3'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Found key: 'fv' with value: 's1080.1000.0'
( 0.615| 0.000) D: [lt-pulseaudio] module-raop-discover.c: Loading module-raop-sink with arguments 'server=[192.168.1.1]:1024 sink_name=raop_output.Pioneer-Elsa.local sink_properties='device.description="Pioneer-Elsa (192.168.1.1:1024)"' protocol=UDP encryption=none codec=ALAC channels=2 format=16 rate=44100'
( 0.616| 0.001) I: [lt-pulseaudio] sink.c: Created sink 3 "raop_output.Pioneer-Elsa.local" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.616| 0.001) I: [lt-pulseaudio] sink.c: device.string = "[192.168.1.1]:1024"
( 0.616| 0.001) I: [lt-pulseaudio] sink.c: device.intended_roles = "music"
( 0.616| 0.001) I: [lt-pulseaudio] sink.c: device.description = "Pioneer-Elsa (192.168.1.1:1024)"
( 0.616| 0.001) I: [lt-pulseaudio] sink.c: device.icon_name = "audio-card"
( 0.617| 0.000) I: [lt-pulseaudio] source.c: Created source 4 "raop_output.Pioneer-Elsa.local.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
( 0.617| 0.000) I: [lt-pulseaudio] source.c: device.description = "Monitor of Pioneer-Elsa (192.168.1.1:1024)"
( 0.617| 0.000) I: [lt-pulseaudio] source.c: device.class = "monitor"
( 0.617| 0.000) I: [lt-pulseaudio] source.c: device.icon_name = "audio-input-microphone"
( 0.618| 0.001) D: [raop-sink-[192.168.1.1]:1024] raop-sink.c: Thread starting up
( 0.619| 0.000) D: [raop-sink-[192.168.1.1]:1024] raop-sink.c: RAOP: IDLE
( 0.619| 0.000) D: [lt-pulseaudio] module-device-restore.c: Could not set format on sink raop_output.Pioneer-Elsa.local
( 0.619| 0.000) D: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.Pioneer-Elsa.local becomes idle, timeout in 5 seconds.
( 0.619| 0.000) D: [lt-pulseaudio] rtsp_client.c: Attempting to connect to server '192.168.1.1:1024'
( 0.619| 0.000) I: [lt-pulseaudio] module.c: Loaded "module-raop-sink" (index: #29; argument: "server=[192.168.1.1]:1024 sink_name=raop_output.Pioneer-Elsa.local sink_properties='device.description="Pioneer-Elsa (192.168.1.1:1024)"' protocol=UDP encryption=none codec=ALAC channels=2 format=16 rate=44100").
( 0.621| 0.001) D: [lt-pulseaudio] rtsp_client.c: Full response received. Dispatching
( 0.621| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: OPTIONS
( 0.621| 0.000) D: [lt-pulseaudio] raop-sink.c: State change recieved, informing IO thread...
( 0.623| 0.001) D: [lt-pulseaudio] rtsp_client.c: Established RTSP connection from local ip 192.168.1.101
( 0.623| 0.000) D: [lt-pulseaudio] rtsp_client.c: Sending command: OPTIONS
( 0.627| 0.003) D: [lt-pulseaudio] rtsp_client.c: Full response received. Dispatching
( 0.627| 0.000) D: [lt-pulseaudio] raop-client.c: RAOP: OPTIONS
( 0.627| 0.000) D: [lt-pulseaudio] raop-sink.c: State change recieved, informing IO thread...
( 5.495| 4.868) I: [lt-pulseaudio] module-suspend-on-idle.c: Source alsa_input.pci-0000_00_14.2.analog-stereo idle for too long, suspending ...
( 5.495| 0.000) D: [lt-pulseaudio] source.c: Suspend cause of source alsa_input.pci-0000_00_14.2.analog-stereo is 0x0004, suspending
( 5.496| 0.000) I: [alsa-source-CX20588 Analog] alsa-source.c: Device suspended...
( 5.496| 0.000) D: [lt-pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 5.496| 0.000) I: [lt-pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo idle for too long, suspending ...
( 5.496| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink alsa_output.pci-0000_00_14.2.analog-stereo is 0x0004, suspending
( 5.501| 0.004) I: [alsa-sink-CX20588 Analog] alsa-sink.c: Device suspended...
( 5.502| 0.000) D: [lt-pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 5.503| 0.001) D: [lt-pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
( 5.503| 0.000) D: [lt-pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2.
( 5.521| 0.017) I: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.Freebox-Player.local idle for too long, suspending ...
( 5.521| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink raop_output.Freebox-Player.local is 0x0004, suspending
( 5.521| 0.000) D: [raop-sink-[fe80::f6ca:e5ff:fe69:14bd]:5000] raop-sink.c: RAOP: SUSPENDED
( 5.521| 0.000) D: [raop-sink-[fe80::f6ca:e5ff:fe69:14bd]:5000] raop-client.c: Not alive, connection not established yet...
( 5.522| 0.000) D: [lt-pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 5.528| 0.006) I: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.Freebox-Player.local.2 idle for too long, suspending ...
( 5.528| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink raop_output.Freebox-Player.local.2 is 0x0004, suspending
( 5.529| 0.000) D: [raop-sink-[192.168.0.44]:5000] raop-sink.c: RAOP: SUSPENDED
( 5.529| 0.000) D: [raop-sink-[192.168.0.44]:5000] raop-client.c: Not alive, connection not established yet...
( 5.529| 0.000) D: [lt-pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
( 5.619| 0.090) I: [lt-pulseaudio] module-suspend-on-idle.c: Sink raop_output.Pioneer-Elsa.local idle for too long, suspending ...
( 5.619| 0.000) D: [lt-pulseaudio] sink.c: Suspend cause of sink raop_output.Pioneer-Elsa.local is 0x0004, suspending
( 5.620| 0.000) D: [raop-sink-[192.168.1.1]:1024] raop-sink.c: RAOP: SUSPENDED
( 5.620| 0.000) D: [raop-sink-[192.168.1.1]:1024] raop-client.c: Not alive, connection not established yet...
( 5.620| 0.000) D: [lt-pulseaudio] core.c: Hmm, no streams around, trying to vacuum.

Crashes

Sudden crashes for flash playback to my shairport. Here is some output:

( 454.014| 433.822) D: [raop-sink] raop_client.c: Discarding audio packet 19213 due to EAGAIN
( 454.022| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19214 due to EAGAIN
( 454.038| 0.016) D: [raop-sink] raop_client.c: Discarding audio packet 19216 due to EAGAIN
( 454.046| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19217 due to EAGAIN
( 454.062| 0.016) D: [raop-sink] raop_client.c: Discarding audio packet 19219 due to EAGAIN
( 454.070| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19220 due to EAGAIN
( 454.078| 0.008) D: [raop-sink] raop_client.c: Discarding audio packet 19221 due to EAGAIN
( 454.094| 0.015) D: [raop-sink] raop_client.c: Discarding audio packet 19223 due to EAGAIN
( 454.102| 0.008) D: [raop-sink] raop_client.c: Discarding audio packet 19224 due to EAGAIN
( 454.109| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19225 due to EAGAIN
( 454.118| 0.008) D: [raop-sink] raop_client.c: Discarding audio packet 19226 due to EAGAIN
( 454.126| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19227 due to EAGAIN
( 454.133| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19228 due to EAGAIN
( 454.149| 0.015) D: [raop-sink] raop_client.c: Discarding audio packet 19230 due to EAGAIN
( 454.165| 0.015) D: [raop-sink] raop_client.c: Discarding audio packet 19232 due to EAGAIN
( 454.229| 0.063) D: [raop-sink] raop_client.c: Discarding audio packet 19240 due to EAGAIN
( 454.237| 0.008) D: [raop-sink] raop_client.c: Discarding audio packet 19241 due to EAGAIN
( 454.245| 0.008) D: [raop-sink] raop_client.c: Discarding audio packet 19242 due to EAGAIN
( 454.253| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19243 due to EAGAIN
( 454.261| 0.008) D: [raop-sink] raop_client.c: Discarding audio packet 19244 due to EAGAIN
( 454.269| 0.008) D: [raop-sink] raop_client.c: Discarding audio packet 19245 due to EAGAIN
( 454.277| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19246 due to EAGAIN
( 454.285| 0.007) D: [raop-sink] raop_client.c: Discarding audio packet 19247 due to EAGAIN
( 454.364| 0.078) D: [raop-sink] module-raop-sink.c: Received control packet.
( 454.364| 0.000) D: [raop-sink] raop_client.c: Resending 2 packets starting at 19213
( 454.365| 0.000) D: [raop-sink] module-raop-sink.c: Received control packet.
( 454.365| 0.000) D: [raop-sink] raop_client.c: Resending 2 packets starting at 19216
( 454.366| 0.000) D: [raop-sink] module-raop-sink.c: Received control packet.
( 454.366| 0.000) D: [raop-sink] raop_client.c: Resending 3 packets starting at 19219
( 454.369| 0.002) D: [raop-sink] module-raop-sink.c: Received control packet.
( 454.369| 0.000) D: [raop-sink] raop_client.c: Resending 6 packets starting at 19223
( 454.370| 0.001) D: [raop-sink] module-raop-sink.c: Received control packet.
( 454.371| 0.000) D: [raop-sink] raop_client.c: Resending 1 packets starting at 19230
( 454.377| 0.006) D: [raop-sink] module-raop-sink.c: Received control packet.
( 454.377| 0.000) D: [raop-sink] raop_client.c: Resending 1 packets starting at 19232
( 454.377| 0.000) D: [raop-sink] module-raop-sink.c: Received control packet.
( 454.377| 0.000) D: [raop-sink] raop_client.c: Resending 8 packets starting at 19240
( 455.440| 1.062) D: [raop-sink] module-raop-sink.c: Received control packet.
( 455.440| 0.000) D: [raop-sink] raop_client.c: Resending 1 packets starting at 19214
( 455.440| 0.000) E: [raop-sink] raop_packet_buffer.c: Assertion 'packet->data[4 + 3] == (seq_num & 0xff)' failed at modules/raop/raop_packet_buffer.c:166, function pa_raop_pb_read_packet(). Aborting.
Aborted (core dumped)

drainer@travelmate:/Downloads/pulseaudio-raop2$ date
Son Nov 9 13:28:53 CET 2014
drainer@travelmate:
/Downloads/pulseaudio-raop2$ git status
On branch hf/raop2-v2
Your branch is up-to-date with 'origin/hf/raop2-v2'.

Thanks for all the work by the way!

Sound level jumps to max at the end of the song

Reported by Nicolas VEYSSIERE

there is a strange thing : at the end of a song the sound level goes to where it is currently to max in less of 2 seconds, then the music stop. When playing a song after that the sound level is normal.
  • iHome IW2 with mpd

"Not alive, connection not established yet" despite everything else looking good

Trying out today's master with my Arch Linux system. avahi is configured correctly and is reporting my Apple TV 3rd Generation (it's actually reporting it under both ipv4 and ipv6, not sure if this is a problem).

avahi-browse.txt

raop-discover sees my Apple TV. Interestingly it sees it twice:

sinks.txt

But any attempt at interacting with the device fails with the log containing "Not alive, connection not established yet." This includes attempting to set the volume with pacmd set-sink-volume (using both indices 1 and 2 to test) and playing music via VLC (which sees the double-instance of Apple TV in the device selector).

I added a few lines of debugging. First, I confirmed that the response to the OPTIONS command returns STATUS_OK. Second, in pa_raop_client_is_alive(), I print the values of c->rtsp and c->sci. It looks like after the check for STATUS_OK in rtsp_auth_cb(), the client is freed and removed in lines 1305 and 1306. Presumably this is why pa_raop_client_is_alive() thinks the client is dead? I don't know enough about the code flow yet to make any judgements, so I'm not sure if this is useful info or not.

Full log of ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/ --log-time=1 -vvvv -L module-raop-discover 2>&1 (includes my debug statements under XXX:):

log.txt

Can't enable LFE remixing on provided PulseAudio.

I have laptop with 2.1 speakers. Normally to enable LFE remixing i have to edit /etc/pulse/daemon.conf and change "; enable-lfe-remixing = no" to "enable-lfe-remixing = yes". But this is not working with pulseaudio-raop2. I can get sound from LFE through test-speaker.

only "pacat" will work - anything else only yields noise

First of all thank you very much for all your efforts to make this work!

I have a Pioneer VSX-527 and I almost got it to work.
My config contains the following line:

load-module module-raop-sink server=[192.168.1.2]:1024 sink_name=pioneer sink_properties='device.description="pioneer (192.168.1.2:1024)"' protocol=UDP encryption=none codec=ALAC channels=2 format=16 rate=44100

It works great if I play

mpg123 -s my_song.mp3 | pacat

If I use anything else I get white noise at most. Here is what I tried

# using ALSA and /etc/asound.conf - type pulse
mpg123 my_song.mp3
aplay mysong.wav

# using module-native-unix 
padsp mpg123 my_song.mp3
paplay mysong.wav

# using module-esound-unix
esddsp mpg123 my_song.mp3

# this actually worked a single time using module-esound-tcp
mpg123 -s my_song.mp3 | esdcat -s 127.0.0.1:16001

The most useful output is probably provided by padsp -d

utils/padsp.c: dsp_open()
utils/padsp.c: fd_info_new()
utils/padsp.c: dsp_open() succeeded, fd=3
utils/padsp.c: SNDCTL_DSP_RESET
utils/padsp.c: SNDCTL_DSP_SETFMT: 1
utils/padsp.c: SNDCTL_DSP_STEREO: 0
utils/padsp.c: SNDCTL_DSP_SPEED: 8000
utils/padsp.c: ss: uLaw 1ch 8000Hz
utils/padsp.c: SNDCTL_DSP_SETFMT: 32
utils/padsp.c: SNDCTL_DSP_STEREO: 0
utils/padsp.c: SNDCTL_DSP_SPEED: 8000
utils/padsp.c: ss: s16be 1ch 8000Hz
utils/padsp.c: SNDCTL_DSP_SETFMT: 8
utils/padsp.c: SNDCTL_DSP_STEREO: 0
utils/padsp.c: SNDCTL_DSP_SPEED: 8000
     ---- snip: a  ton of formats later ----
utils/padsp.c: SNDCTL_DSP_SETFMT: 1
utils/padsp.c: SNDCTL_DSP_STEREO: 1
utils/padsp.c: SNDCTL_DSP_SPEED: 8000
utils/padsp.c: ss: uLaw 2ch 8000Hz
utils/padsp.c: SNDCTL_DSP_SETFMT: 32
utils/padsp.c: SNDCTL_DSP_STEREO: 1
utils/padsp.c: SNDCTL_DSP_SPEED: 8000
utils/padsp.c: ss: s16be 2ch 8000Hz
utils/padsp.c: SNDCTL_DSP_SETFMT: 8
utils/padsp.c: SNDCTL_DSP_STEREO: 1
utils/padsp.c: SNDCTL_DSP_SPEED: 8000
utils/padsp.c: ss: u8 2ch 8000Hz
utils/padsp.c: SNDCTL_DSP_SETFMT: 64
utils/padsp.c: SNDCTL_DSP_SETFMT: 128
utils/padsp.c: SNDCTL_DSP_SETFMT: 2
utils/padsp.c: SNDCTL_DSP_STEREO: 1
utils/padsp.c: SNDCTL_DSP_SPEED: 8000
utils/padsp.c: ss: aLaw 2ch 8000Hz
utils/padsp.c: freeing fd info (fd=3)
utils/padsp.c: Draining.

Playing MPEG stream from my_song.mp3 ...
MPEG 1.0 layer III, 96 kbit/s, 44100 Hz joint-stereo
utils/padsp.c: dsp_open()
utils/padsp.c: fd_info_new()
utils/padsp.c: dsp_open() succeeded, fd=4
utils/padsp.c: SNDCTL_DSP_RESET
utils/padsp.c: SNDCTL_DSP_SETFMT: 32
utils/padsp.c: SNDCTL_DSP_STEREO: 1
utils/padsp.c: SNDCTL_DSP_SPEED: 44100
utils/padsp.c: ss: s16be 2ch 44100Hz
utils/padsp.c: freeing fd info (fd=4)
utils/padsp.c: Draining.
utils/padsp.c: dsp_open()
utils/padsp.c: fd_info_new()
utils/padsp.c: dsp_open() succeeded, fd=4
utils/padsp.c: SNDCTL_DSP_RESET
utils/padsp.c: SNDCTL_DSP_SETFMT: 32
utils/padsp.c: SNDCTL_DSP_STEREO: 1
utils/padsp.c: SNDCTL_DSP_SPEED: 44100
utils/padsp.c: ss: s16be 2ch 44100Hz
utils/padsp.c: sample spec: s16be 2ch 44100Hz
utils/padsp.c: fixated metrics to 12 fragments, 7350 bytes each.
utils/padsp.c: stream established.
utils/padsp.c: pa_stream_write(): Invalid argument

[0:30] Decoding of my_song.mp3 finished.
utils/padsp.c: freeing fd info (fd=4)
utils/padsp.c: Draining.

I am on a small NAS system (power-pc) without any chance to connect audio other than networked audio.
As I suspect this to be an issue with the sound formats I already installed sox, but every program seems to work the audio differently before passing it to pulseaudio.

Any help is greatly appreciated!

W: [lt-pulseaudio] bluez5-util.c: BlueZ D-Bus ObjectManager not available

Hi, I got stuck on this message while trying to run pulse audio with ./src/pulseaudio -n -F src/default.pa -$(pwd)/src/

heres the full output
rns@Server-na-swag:~/pulseaudio-raop2$ ./src/pulseaudio -n -F src/default.pa -$(pwd)/src/
N: [lt-pulseaudio] daemon-conf.c: Detected that we are run from the build tree, fixing search path.
W: [lt-pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
W: [lt-pulseaudio] bluez5-util.c: BlueZ D-Bus ObjectManager not available
E: [lt-pulseaudio] rtsp_client.c: Connection failed:

Any idea what i could be doing wrong? Thanks for any response :)

The command line noob

Another device connecting to same AirPort makes it impossible to continue working

I'm using Linux Mint 17 and I connected pulseaudio-raop2 to an AirPort - everything working so far.

I then tried to make my iPhone output to the same AirPort, just to see what happens. This caused my AirPort to (permanently) disappear from my PC, with the following message:

E: [lt-pulseaudio] raop-client.c: RTSP control channel closed (disconnected)

The only way to make pulseaudio recognize my AirPort again was to restart. Is there any easier way for this to happen once the channel becomes available again?

Device Unplugged & Plugged again

Hi,

First... thank you for this great job !
I have an issue, but I don't really know if it is related to raop2 module or not.
First, I'm using raop2 module with an Apple Airport Express Gen#2, and it's working fine, in a "normal" situation.

Because I would like to use in this way, I tested the following procedure:

  • Airport is on, music is playing
  • I just unplugged the airport
  • I plugged it again, and expected the music to be played once the airport is ready

It's not the case, pulseaudio process seems to be frozen, I actually use it with mpd and the mpd process is frozen too (because of pulse I guess), restarting pulseaudio fix the problem, and the music is back again.
I tested the same procedure with paplay, and it is the same.

Why am I interested with this ? I'm using mpd with multiple output (DAC & AirPlay device), playing music all the time, and I would be able to have the music played just by switch my airport on in a specific room.

Regards,

Support for DACP (Digital Audio Control Protocol)

It seems that an Airplay device and a client communicates via DACP as well.
While most of the functionality such as track control is not effective in PulseAudio, it is necessary to synchronize with device-side volume setting changes.

No playback to Apple AirPort Express

I have two AirPort Express (Gen2) devices. I can see them after pactl load-module module-raop-discover with a IPv4 link-local IP in the sound preferences.

However, playback doesn't work.

Log message:

rtsp_client.c: Unexpected/Unhandled response: RTSP/1.0 500 Internal Server Error
rtsp_client.c: Unexpected/Unhandled response: Server: AirTunes/105.1
rtsp_client.c: Unexpected/Unhandled response: CSeq: 3
rtsp_client.c: Unexpected/Unhandled response:

AirPlay output device does not show up in sound settings

Thanks for this amazing contribution ! I've been waiting for this for a long time :)

My problem is that no Airplay device appear in the sound applet, whereas avahi discovers them well. (I tried restarting avahi too).

I am running Ubuntu 13.10, compiled with the flags you mentionned in the docs, checked the option in paprefs, I am running your pulseaudio version (sound stops when it's killed), and no firewall running.

$ avahi-browse -t --all  | grep Air
+   eth0 IPv6 0024D4764109@Freebox Player                   AirTunes Remote Audio local
+   eth0 IPv4 0024D4A56CA5@Freebox Server                   AirTunes Remote Audio local
+   eth0 IPv4 0024D4764109@Freebox Player                   AirTunes Remote Audio local

I see nothing relevant in pulseaudio log either.. (https://friendpaste.com/4HO4AuJ8052GzgtUko7LpX)

If you have any hints on where to start digging, I would be very grateful ! Thanks !

Playback only working once after the module is loaded / UNMUTING the channel helps!

I own a Pioneer VSX-527 (which should be actuelly quite similar to the other already working models). Yet for me playback only works the first time the RAOP sink is accessed. I have a headless server, therefore I load the module manually with pulseaudio in system mode:

pactl load-module module-raop-sink server=[192.168.1.252]:1025 sink_name=pioneer protocol=UDP encryption=none codec=ALAC

I know, it's tedious to sift through someone else's logs, therefore I split them into three parts.
Part one shows the startup of the module loading.
Part two and three show the log output of exactly the same playback - only there was no sound on the second playback.

When I unload the module and load it again, it works again for a single playback.

----- StartUp: pactl load-module module-raop-sink server=[192.168.1.252]:1025 sink_name=pioneer protocol=UDP encryption=none codec=ALAC -----
I: [pulseaudio] client.c: Created 0 "Native client (UNIX socket client)"
I: [pulseaudio] protocol-native.c: Client authenticated anonymously.
D: [pulseaudio] protocol-native.c: Protocol version: remote 30, local 30
D: [pulseaudio] protocol-native.c: SHM possible: no
D: [pulseaudio] protocol-native.c: Negotiated SHM: no
D: [pulseaudio] protocol-native.c: Disabling srbchannel, reason: No SHM support
I: [pulseaudio] module-device-restore.c: Restoring volume for sink pioneer: front-left: 0 /   0%,   front-right: 0 /   0%
I: [pulseaudio] sink.c: Created sink 1 "pioneer" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink.c:     device.string = "[192.168.1.252]:1025"
I: [pulseaudio] sink.c:     device.intended_roles = "music"
I: [pulseaudio] sink.c:     device.description = "RAOP sink '[192.168.1.252]:1025'"
I: [pulseaudio] sink.c:     device.icon_name = "audio-card"
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
I: [pulseaudio] source.c: Created source 1 "pioneer.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] source.c:     device.description = "Monitor of RAOP sink '[192.168.1.252]:1025'"
I: [pulseaudio] source.c:     device.class = "monitor"
I: [pulseaudio] source.c:     device.icon_name = "audio-input-microphone"
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Thread starting up
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: IDLE
D: [pulseaudio] module-device-restore.c: Could not set format on sink pioneer
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
I: [pulseaudio] module-always-sink.c: A new sink has been discovered. Unloading null-sink.
D: [pulseaudio] rtsp_client.c: Attempting to connect to server '192.168.1.252:1025'
I: [pulseaudio] module.c: Loaded "module-raop-sink" (index: #10; argument: "server=[192.168.1.252]:1025 sink_name=pioneer protocol=UDP encryption=none codec=ALAC").
I: [pulseaudio] module.c: Unloading "module-null-sink" (index: #8).
D: [pulseaudio] module-rescue-streams.c: No sink inputs to move away.
D: [pulseaudio] module-rescue-streams.c: No source outputs to move away.
D: [null-sink] module-null-sink.c: Thread shutting down
I: [pulseaudio] sink.c: Freeing sink 0 "auto_null"
I: [pulseaudio] source.c: Freeing source 0 "auto_null.monitor"
I: [pulseaudio] module.c: Unloaded "module-null-sink" (index: #8).
D: [pulseaudio] rtsp_client.c: Established RTSP connection from local ip 192.168.13.254
D: [pulseaudio] rtsp_client.c: Sending command: OPTIONS
I: [pulseaudio] client.c: Freed 0 "pactl"
I: [pulseaudio] protocol-native.c: Connection died.
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: OPTIONS
D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
I: [pulseaudio] module-suspend-on-idle.c: Sink pioneer idle for too long, suspending ...
D: [pulseaudio] sink.c: Suspend cause of sink pioneer is 0x0004, suspending
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: SUSPENDED
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Not alive, connection not established yet...
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
----- StartUp End -----
----- First time play: paplay -d pioneer /opt/data/test.wav  -----
I: [pulseaudio] client.c: Created 1 "Native client (UNIX socket client)"
I: [pulseaudio] protocol-native.c: Client authenticated anonymously.
D: [pulseaudio] protocol-native.c: Protocol version: remote 30, local 30
D: [pulseaudio] protocol-native.c: SHM possible: no
D: [pulseaudio] protocol-native.c: Negotiated SHM: no
D: [pulseaudio] protocol-native.c: Disabling srbchannel, reason: No SHM support
D: [pulseaudio] module-stream-restore.c: Not restoring device for stream sink-input-by-application-name:paplay, because already set to 'pioneer'.
D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16be\""  format.rate = "44100"  format.channels = "2"  format.channel_map = "\"front-left,front-right\""
I: [pulseaudio] sink-input.c: Trying to change sample rate
I: [pulseaudio] sink-input.c: Rate changed to 44100 Hz
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes busy, resuming.
D: [pulseaudio] sink.c: Suspend cause of sink pioneer is 0x0000, resuming
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: IDLE
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates.
D: [pulseaudio] resampler.c: Resampler:
D: [pulseaudio] resampler.c:   rate 44100 -> 44100 (method copy)
D: [pulseaudio] resampler.c:   format s16be -> s16le (intermediate s16be)
D: [pulseaudio] resampler.c:   channels 2 -> 2 (resampling 2)
D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
I: [pulseaudio] sink-input.c: Created input 0 "/opt/data/test.wav" on pioneer with sample spec s16be 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink-input.c:     media.format = "WAV (Microsoft)"
I: [pulseaudio] sink-input.c:     application.name = "paplay"
I: [pulseaudio] sink-input.c:     media.name = "/opt/data/test.wav"
I: [pulseaudio] sink-input.c:     native-protocol.peer = "UNIX socket client"
I: [pulseaudio] sink-input.c:     native-protocol.version = "30"
I: [pulseaudio] sink-input.c:     application.process.id = "16738"
I: [pulseaudio] sink-input.c:     application.process.user = "alex"
I: [pulseaudio] sink-input.c:     application.process.host = "nas"
I: [pulseaudio] sink-input.c:     application.process.binary = "pacat"
I: [pulseaudio] sink-input.c:     application.language = "de_DE.UTF-8"
I: [pulseaudio] sink-input.c:     application.process.machine_id = "fc08374d096b4eec6921746d54f8d4cd"
I: [pulseaudio] sink-input.c:     module-stream-restore.id = "sink-input-by-application-name:paplay"
I: [pulseaudio] protocol-native.c: Requested tlength=2000,00 ms, minreq=20,00 ms
D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
D: [pulseaudio] protocol-native.c: Requested latency=1960,00 ms, Received latency=250,00 ms
D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
I: [pulseaudio] protocol-native.c: Final latency 2250,00 ms = 1960,00 ms + 2*20,00 ms + 250,00 ms
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: RUNNING
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Not alive, connection not established yet...
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Attempting to connect to server '192.168.1.252:1025'
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] rtsp_client.c: Established RTSP connection from local ip 192.168.13.254
D: [pulseaudio] raop-client.c: RAOP: CONNECTED
D: [pulseaudio] rtsp_client.c: Sending command: ANNOUNCE
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: ANNOUNCE
D: [pulseaudio] raop-client.c: Socket bound to port 6001 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Socket bound to port 6002 (SOCK_DGRAM)
D: [pulseaudio] rtsp_client.c: Sending command: SETUP
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: SETUP
D: [pulseaudio] raop-client.c: Connected to 192.168.1.252 on port 1492 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Connected to 192.168.1.252 on port 1493 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Connected to 192.168.1.252 on port 1494 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Connection established (UDP;control_port=1493;timing_port=1494)
D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
D: [pulseaudio] rtsp_client.c: Sending command: RECORD
D: [raop-sink-[192.168.1.252]:1025] protocol-native.c: Requesting rewind due to end of underrun.
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 8266
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 31825
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 60435
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: RECORD
D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Volume adjusted: orig=0 adjusted=20724
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Requested volume: front-left: 0 /   0%,   front-right: 0 /   0%
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Got hardware volume: front-left: 20724 /  32%,   front-right: 20724 /  32%
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Calculated software volume: front-left: 0 /   0% / -inf dB,   front-right: 0 /   0% / -inf dB
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: volume=20724 db=-30,000381
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Sending command: SET_PARAMETER
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: SET_PARAMETER
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 55686
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 13161
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 4751
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 20245
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 38117
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: IDLE
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Sending command: FLUSH
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
I: [pulseaudio] sink-input.c: Freeing input 0 "/opt/data/test.wav"
I: [pulseaudio] client.c: Freed 1 "paplay"
I: [pulseaudio] protocol-native.c: Connection died.
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: FLUSHED
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 59365
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 32333
I: [pulseaudio] module-suspend-on-idle.c: Sink pioneer idle for too long, suspending ...
D: [pulseaudio] sink.c: Suspend cause of sink pioneer is 0x0004, suspending
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: SUSPENDED
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Sending command: TEARDOWN
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: TEARDOWN
D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
----- End first time play -----
----- Second time play: paplay -d pioneer /opt/data/test.wav  -----
I: [pulseaudio] client.c: Created 2 "Native client (UNIX socket client)"
I: [pulseaudio] protocol-native.c: Client authenticated anonymously.
D: [pulseaudio] protocol-native.c: Protocol version: remote 30, local 30
D: [pulseaudio] protocol-native.c: SHM possible: no
D: [pulseaudio] protocol-native.c: Negotiated SHM: no
D: [pulseaudio] protocol-native.c: Disabling srbchannel, reason: No SHM support
D: [pulseaudio] module-stream-restore.c: Not restoring device for stream sink-input-by-application-name:paplay, because already set to 'pioneer'.
D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16be\""  format.rate = "44100"  format.channels = "2"  format.channel_map = "\"front-left,front-right\""
I: [pulseaudio] sink-input.c: Trying to change sample rate
I: [pulseaudio] sink-input.c: Rate changed to 44100 Hz
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes busy, resuming.
D: [pulseaudio] sink.c: Suspend cause of sink pioneer is 0x0000, resuming
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: IDLE
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates.
D: [pulseaudio] resampler.c: Resampler:
D: [pulseaudio] resampler.c:   rate 44100 -> 44100 (method copy)
D: [pulseaudio] resampler.c:   format s16be -> s16le (intermediate s16be)
D: [pulseaudio] resampler.c:   channels 2 -> 2 (resampling 2)
D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
I: [pulseaudio] sink-input.c: Created input 1 "/opt/data/test.wav" on pioneer with sample spec s16be 2ch 44100Hz and channel map front-left,front-right
I: [pulseaudio] sink-input.c:     media.format = "WAV (Microsoft)"
I: [pulseaudio] sink-input.c:     application.name = "paplay"
I: [pulseaudio] sink-input.c:     media.name = "/opt/data/test.wav"
I: [pulseaudio] sink-input.c:     native-protocol.peer = "UNIX socket client"
I: [pulseaudio] sink-input.c:     native-protocol.version = "30"
I: [pulseaudio] sink-input.c:     application.process.id = "16745"
I: [pulseaudio] sink-input.c:     application.process.user = "alex"
I: [pulseaudio] sink-input.c:     application.process.host = "nas"
I: [pulseaudio] sink-input.c:     application.process.binary = "pacat"
I: [pulseaudio] sink-input.c:     application.language = "de_DE.UTF-8"
I: [pulseaudio] sink-input.c:     application.process.machine_id = "fc08374d096b4eec6921746d54f8d4cd"
I: [pulseaudio] sink-input.c:     module-stream-restore.id = "sink-input-by-application-name:paplay"
I: [pulseaudio] protocol-native.c: Requested tlength=2000,00 ms, minreq=20,00 ms
D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
D: [pulseaudio] protocol-native.c: Requested latency=1960,00 ms, Received latency=250,00 ms
D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
I: [pulseaudio] protocol-native.c: Final latency 2250,00 ms = 1960,00 ms + 2*20,00 ms + 250,00 ms
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: RUNNING
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Not alive, connection not established yet...
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Attempting to connect to server '192.168.1.252:1025'
D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
D: [pulseaudio] rtsp_client.c: Established RTSP connection from local ip 192.168.13.254
D: [pulseaudio] raop-client.c: RAOP: CONNECTED
D: [pulseaudio] rtsp_client.c: Sending command: ANNOUNCE
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: ANNOUNCE
D: [pulseaudio] raop-client.c: Socket bound to port 6001 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Socket bound to port 6002 (SOCK_DGRAM)
D: [pulseaudio] rtsp_client.c: Sending command: SETUP
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: SETUP
D: [pulseaudio] raop-client.c: Connected to 192.168.1.252 on port 1496 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Connected to 192.168.1.252 on port 1497 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Connected to 192.168.1.252 on port 1498 (SOCK_DGRAM)
D: [pulseaudio] raop-client.c: Connection established (UDP;control_port=1497;timing_port=1498)
D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
D: [pulseaudio] rtsp_client.c: Sending command: RECORD
D: [raop-sink-[192.168.1.252]:1025] protocol-native.c: Requesting rewind due to end of underrun.
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 32098
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 7973
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 38805
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: RECORD
D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Volume adjusted: orig=0 adjusted=20724
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Requested volume: front-left: 0 /   0%,   front-right: 0 /   0%
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Got hardware volume: front-left: 20724 /  32%,   front-right: 20724 /  32%
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: Calculated software volume: front-left: 0 /   0% / -inf dB,   front-right: 0 /   0% / -inf dB
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: volume=20724 db=-30,000381
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Sending command: SET_PARAMETER
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: SET_PARAMETER
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 20975
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 11890
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 12234
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 29347
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 9772
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: IDLE
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Sending command: FLUSH
D: [pulseaudio] module-suspend-on-idle.c: Sink pioneer becomes idle, timeout in 5 seconds.
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
I: [pulseaudio] sink-input.c: Freeing input 1 "/opt/data/test.wav"
I: [pulseaudio] client.c: Freed 2 "paplay"
I: [pulseaudio] protocol-native.c: Connection died.
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: FLUSHED
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 41510
I: [pulseaudio] module-suspend-on-idle.c: Sink pioneer idle for too long, suspending ...
D: [pulseaudio] sink.c: Suspend cause of sink pioneer is 0x0004, suspending
D: [raop-sink-[192.168.1.252]:1025] raop-sink.c: RAOP: SUSPENDED
D: [raop-sink-[192.168.1.252]:1025] rtsp_client.c: Sending command: TEARDOWN
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Received UDP timing packet...
D: [raop-sink-[192.168.1.252]:1025] raop-client.c: Sending timing packet at 7779
D: [pulseaudio] rtsp_client.c: Full response received. Dispatching
D: [pulseaudio] raop-client.c: RAOP: TEARDOWN
D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
----- End second time play -----

Avahi Daemon resolving to wrong host name

I am facing issues with avahi's address resolution to my apple airport router.

when I run avahi-browse -alr

eth0 IPv4 50-35-10-70.1 AirPort Express _sleep-proxy._udp local
hostname = [AirPort-Express.local]
address = [169.254.8.180]
port = [54121]
txt = []

This is the output, but my apple airport's ip address is 192.168.1.21

When I edited the /etc/avahi/hosts file to resolve to this IP address, it works for few minutes and then the address is back to 169.254.8.180

Thanks in advance.

Random disconnections

Hello !

I can play music with raop2 on my Marantz MCR610 but i can notice a bug... Pulseaudio disconnects from my Marantz (which stays on Airplay) randomly. Here is an example of log from pulseaudio :

https://gist.github.com/alfazaz/feaada41bf507e059c89

(the bug happens on line 6367 with :
(4882.772| 1.012) D: [pulseaudio] raop-client.c: RAOP: DISCONNECTED
(4882.772| 0.000) E: [pulseaudio] raop-client.c: RTSP control channel closed (disconnected)
(4882.772| 0.000) D: [pulseaudio] raop-sink.c: State change recieved, informing IO thread...
...etc...

This can happen after minutes or hours... It's not stable.

If you want anything else to help finding the problem, ask me !

Thanks !
Alfazaz

gnash + youtube

It seems that no FLUSH is sent when i pause a youtube video in gnash or when a video has ended. What usually follows is a lot of resending of packets and finally a failed assertion. This is a typical example log of a crash caused by gnash:

(1221.776| 0.000) D: [raop-sink] module-raop-sink.c: Received control packet.
(1221.776| 0.000) D: [raop-sink] raop_client.c: Resending 2 packets starting at 40426
(1221.777| 0.000) D: [raop-sink] module-raop-sink.c: Received control packet.
(1221.777| 0.000) D: [raop-sink] raop_client.c: Resending 2 packets starting at 40426
(1221.777| 0.000) E: [raop-sink] raop_packet_buffer.c: Assertion 'packet->data[4 + 3] == (seq_num & 0xff)' failed at modules/raop/raop_packet_buffer.c:166, function pa_raop_pb_read_packet(). Aborting.

I have not seen this issue while using firefox and playing HTML5 videos.

opensuse 13.2.: compiles, runs, but can't find

I compiled the project and started pulseaudio under opensuse 13.2 and KDE SC 4.14.2. Systemsettings and e.g. paman "see" the AirPlay device.

But the IP of the device is completly wrong and I get thousands of times this error message:

raop-client.c: Can't stream, connection not established yet...
( 387.487| 0.000) D: [raop-sink-[169.254.116.210]:5000] raop-client.c: Can't stream, connection not established yet...
( 388.989| 1.501) D: [raop-sink-[169.254.116.210]:5000] raop-client.c: Can't stream, connection not established yet...
( 388.989| 0.000) D: [raop-sink-[169.254.116.210]:5000] raop-client.c: Can't stream, connection not established yet...
( 388.989| 0.000) D: [raop-sink-[169.254.116.210]:5000] raop-client.c: Can't stream, connection not established yet...
( 390.489| 1.500) D: [raop-sink-[169.254.116.210]:5000] raop-client.c: Can't stream, connection not established yet...
( 390.489| 0.000) D: [raop-sink-[169.254.116.210]:5000] raop-client.c: Can't stream, connection not established yet

I'm lacking of programming skills, so consider that I may have made a stupid mistake. But I stoped the firewall...

Media Information

Should the media information (artist & track) information passing to airplay device be working ? If not implemented can this be logged as a feature request ?

Current setup is Ubuntu 14.04, Amarok playing to Pioneer VSX-922: current behaviour is a message stating "Successfully connected to network "

Thanks for this great development.

problem with module-detect

hello,
i try to use pulseaudio-raop2 to use freebox revolution airplay as a audio output od my raspbian raspeberryPI

I try a lot off thing but i'm stuck with that message
( 0.128| 0.000) E: [lt-pulseaudio] module.c: Failed to load module "module-detect" (argument: ""): initialization failed.
( 0.129| 0.001) E: [lt-pulseaudio] main.c: Module load failed.

can you help me ?

here the complete log :
( 0.000| 0.000) W: [lt-pulseaudio] main.c: Le programme n'est pas conçu pour être lancé en tant que root (sauf si --system est renseigné).
( 0.002| 0.002) D: [lt-pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
( 0.003| 0.001) D: [lt-pulseaudio] core-util.c: setpriority() worked.
( 0.004| 0.001) I: [lt-pulseaudio] core-util.c: Successfully gained nice level -11.
( 0.005| 0.001) I: [lt-pulseaudio] main.c: This is PulseAudio 5.99.1-60-g4f5a0
( 0.006| 0.000) D: [lt-pulseaudio] main.c: Compilation host: armv6l-unknown-linux-gnueabihf
( 0.007| 0.000) D: [lt-pulseaudio] main.c: Compilation CFLAGS: -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -fno-common -fdiagnostics-show-option
( 0.008| 0.001) D: [lt-pulseaudio] main.c: Running on host: Linux armv6l 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014
( 0.009| 0.001) D: [lt-pulseaudio] main.c: Found 1 CPUs.
( 0.010| 0.000) I: [lt-pulseaudio] main.c: Page size is 4096 bytes
( 0.011| 0.000) D: [lt-pulseaudio] main.c: Compiled with Valgrind support: no
( 0.012| 0.000) D: [lt-pulseaudio] main.c: Running in valgrind mode: no
( 0.013| 0.000) D: [lt-pulseaudio] main.c: Running in VM: no
( 0.013| 0.000) D: [lt-pulseaudio] main.c: Optimized build: no
( 0.013| 0.000) D: [lt-pulseaudio] main.c: All asserts enabled.
( 0.014| 0.001) I: [lt-pulseaudio] main.c: Machine ID is d3670ff77a0bb988a953e7f053a3f4e7.
( 0.016| 0.002) I: [lt-pulseaudio] main.c: Using runtime directory /root/.pulse/d3670ff77a0bb988a953e7f053a3f4e7-runtime.
( 0.017| 0.000) I: [lt-pulseaudio] main.c: Using state directory /root/.pulse.
( 0.017| 0.000) I: [lt-pulseaudio] main.c: Using modules directory /home/pi/pulseaudio-raop2/src/.
( 0.017| 0.000) I: [lt-pulseaudio] main.c: Running in system mode: no
( 0.022| 0.004) I: [lt-pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
( 0.027| 0.005) D: [lt-pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64,0 Kio each, total size is 64,0 Mio, maximum usable slot size is 65496
( 0.032| 0.004) D: [lt-pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64,0 Kio each, total size is 64,0 Mio, maximum usable slot size is 65496
( 0.036| 0.004) I: [lt-pulseaudio] cpu-arm.c: CPU flags: V6 V7 VFP EDSP
( 0.037| 0.001) I: [lt-pulseaudio] svolume_arm.c: Initialising ARM optimized volume functions.
( 0.041| 0.003) D: [lt-pulseaudio] cli-command.c: Parsing script '/home/pi/pulseaudio-raop2/src/default.pa'
( 0.059| 0.018) I: [lt-pulseaudio] module-device-restore.c: Successfully opened database file '/root/.pulse/d3670ff77a0bb988a953e7f053a3f4e7-device-volumes'.
( 0.060| 0.001) I: [lt-pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
( 0.074| 0.014) I: [lt-pulseaudio] module-stream-restore.c: Successfully opened database file '/root/.pulse/d3670ff77a0bb988a953e7f053a3f4e7-stream-volumes'.
( 0.076| 0.001) I: [lt-pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
( 0.088| 0.011) I: [lt-pulseaudio] module-card-restore.c: Successfully opened database file '/root/.pulse/d3670ff77a0bb988a953e7f053a3f4e7-card-database'.
( 0.089| 0.001) I: [lt-pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
( 0.100| 0.010) I: [lt-pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
( 0.111| 0.010) I: [lt-pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #4; argument: "").
( 0.113| 0.002) D: [lt-pulseaudio] module.c: Checking for existence of '/home/pi/pulseaudio-raop2/src/module-detect.so': failure
( 0.114| 0.001) D: [lt-pulseaudio] module.c: Checking for existence of '/home/pi/pulseaudio-raop2/src/.libs/module-detect.so': success
( 0.124| 0.009) W: [lt-pulseaudio] module.c: module-detect is deprecated: Please use module-udev-detect instead of module-detect!
( 0.127| 0.002) W: [lt-pulseaudio] module-detect.c: failed to detect any sound hardware.
( 0.128| 0.000) E: [lt-pulseaudio] module.c: Failed to load module "module-detect" (argument: ""): initialization failed.
( 0.129| 0.001) E: [lt-pulseaudio] main.c: Module load failed.
( 0.130| 0.000) E: [lt-pulseaudio] main.c: Échec lors de l'initialisation du démon
( 0.131| 0.001) I: [lt-pulseaudio] module.c: Unloading "module-switch-on-port-available" (index: #4).
( 0.132| 0.001) I: [lt-pulseaudio] module.c: Unloaded "module-switch-on-port-available" (index: #4).
( 0.133| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 0.134| 0.000) I: [lt-pulseaudio] module.c: Unloading "module-augment-properties" (index: #3).
( 0.135| 0.001) I: [lt-pulseaudio] module.c: Unloaded "module-augment-properties" (index: #3).
( 0.136| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 0.137| 0.000) I: [lt-pulseaudio] module.c: Unloading "module-card-restore" (index: #2).
( 0.139| 0.001) I: [lt-pulseaudio] module.c: Unloaded "module-card-restore" (index: #2).
( 0.139| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 0.140| 0.000) I: [lt-pulseaudio] module.c: Unloading "module-stream-restore" (index: #1).
( 0.142| 0.002) I: [lt-pulseaudio] module.c: Unloaded "module-stream-restore" (index: #1).
( 0.142| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 0.142| 0.000) I: [lt-pulseaudio] module.c: Unloading "module-device-restore" (index: #0).
( 0.144| 0.001) I: [lt-pulseaudio] module.c: Unloaded "module-device-restore" (index: #0).
( 0.144| 0.000) D: [lt-pulseaudio] core-subscribe.c: Dropped redundant event due to remove event.
( 0.146| 0.002) I: [lt-pulseaudio] main.c: Daemon terminated.

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.