<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body style="background-color: rgb(255, 255, 255); color: rgb(0, 0,
0);" bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Tanu,<br>
thanks for your answer. You guessed well a lot of thinks. Below my
comments:<br>
</div>
<br>
<blockquote cite="mid:1476457332.2091.3.camel@iki.fi" type="cite">
<pre wrap="">It looks like you switch from HSP to the A2DP source profile. </pre>
</blockquote>
<br>
Actually I added the A2DP profile. When I start the log I realized
the phone was connected only as HFP/HSP. Thus, on the smartphone I
enabled the audio profile as well.<br>
<br>
<blockquote cite="mid:1476457332.2091.3.camel@iki.fi" type="cite">
<pre wrap="">The A2DP
source profile doesn't have a sink associated with it, and no other
sinks exist either, so that's why the null sink gets loaded. It's
module-always-sink that ensures that there's always at least one sink
in the system.</pre>
</blockquote>
<br>
I was expecting a sink for the default audio output, i.e. somethink
like:<br>
<br>
<tt>0 alsa_output.0.analog-stereo module-alsa-card.c s16le
ch 2 44100 Hz SUSPENDED</tt><tt><br>
<br>
</tt>so if I understand correctly the problem is there is no such a
sink in my system right now.<br>
<br>
<blockquote cite="mid:1476457332.2091.3.camel@iki.fi" type="cite">
<pre wrap="">Pulseaudio shuts down, because there are no clients. The automatic
shutdown is normally prevented by module-systemd-login, which keeps
pulseaudio running as long as you're logged in, but apparently you
don't have any login sessions active (maybe you logged in via ssh - I'm
not sure, but ssh might not register a login session in systemd-
logind).</pre>
</blockquote>
<br>
You're right, to easily make the tests I logged in via ssh.<br>
<br>
<blockquote cite="mid:1476457332.2091.3.camel@iki.fi" type="cite">
<pre wrap="">You can put "exit-idle-time = -1" to /etc/pulse/daemon.conf to disable
the automatic shutdown.</pre>
</blockquote>
<br>
Thanks!<br>
Marco<br>
<br>
</body>
</html>