Sorry about the confusion - I am interested in routing between the speaker and the phone speaker. The script you sent is for the wired headphone which the N900 automatically switches to once it detects a connected device.<br>
<br>Regards,<br>-Saurabh<br><br><div class="gmail_quote">On Thu, May 6, 2010 at 2:30 PM, Daniil Ivanov <span dir="ltr">&lt;<a href="mailto:daniil.ivanov@gmail.com">daniil.ivanov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Saurabh!<br>
<br>
 You can use the following script for routing playback between speaker<br>
and headphones:<br>
<br>
#!/bin/sh<br>
<br>
if [ &quot;${1}&quot; == &quot;speaker&quot; ] ; then<br>
  # low headphone playback volume<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Headphone Playback Volume&#39; 5,5<br>
<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Left DAC_L1 Mixer Line Switch&#39; off<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Left DAC_L1 Mixer HP Switch&#39; on<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Right DAC_R1 Mixer Line Switch&#39; off<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Right DAC_R1 Mixer HP Switch&#39; on<br>
<br>
  amixer -qc0 cset iface=MIXER,name=&#39;HP DAC Playback Volume&#39; 50,50<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Speaker Function&#39; 1<br>
else if [ &quot;${1}&quot; == &quot;headphone&quot; ] ; then<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Left DAC_L1 Mixer HP Switch&#39; off<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Left DAC_L1 Mixer Line Switch&#39; on<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Right DAC_R1 Mixer HP Switch&#39; off<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Right DAC_R1 Mixer Line Switch&#39; on<br>
<br>
  amixer -qc0 cset iface=MIXER,name=&#39;HP DAC Playback Volume&#39; 0,0<br>
  amixer -qc0 cset iface=MIXER,name=&#39;Speaker Function&#39; 0<br>
else<br>
    echo &#39;Please specify option: &quot;speaker&quot; or &quot;headphone&quot;&#39; ;<br>
fi<br>
fi<br>
<br>
Thanks, Daniil.<br>
<div><div></div><div class="h5"><br>
On Sun, May 2, 2010 at 6:29 PM, Chitti Babu &lt;<a href="mailto:chitti_maemo@yahoo.com">chitti_maemo@yahoo.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Saurabh,<br>
&gt; Were n&#39;t you using Telepathy for your VOIP application ? I think farsight (StreamedMedia plugin on gstreamer) handles all such intricacies.<br>
&gt;<br>
&gt; If your application is SIP based, you can just use telepathy-sofiasip as your backend.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Chitti<br>
&gt;<br>
&gt; --- On Sun, 5/2/10, <a href="mailto:maemo-developers-request@maemo.org">maemo-developers-request@maemo.org</a> &lt;<a href="mailto:maemo-developers-request@maemo.org">maemo-developers-request@maemo.org</a>&gt; wrote:<br>

&gt;<br>
&gt; Message: 8<br>
&gt; Date: Sun, 2 May 2010 08:43:04 +0530<br>
&gt; From: saurabh aggarwal &lt;<a href="mailto:aggarwal.saurabh@gmail.com">aggarwal.saurabh@gmail.com</a>&gt;<br>
&gt; Subject: Re: Audio Routing API<br>
&gt; To: Martin Grimme &lt;<a href="mailto:martin.grimme@gmail.com">martin.grimme@gmail.com</a>&gt;<br>
&gt; Cc: <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
&gt; Message-ID:<br>
&gt;     &lt;<a href="mailto:l2le3a9904f1005012013q167658ccre8a0d368ff6b352e@mail.gmail.com">l2le3a9904f1005012013q167658ccre8a0d368ff6b352e@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; Thanks Martin, I have a feeling that I should be able to set those flags in<br>
&gt; alsa using the gstreamer APIs and pulsesink.<br>
&gt;<br>
&gt; The pulsesink object does accept a propllist, and using pactl if you look at<br>
&gt; the pulsesink, there seem to be properties that should be able to switch<br>
&gt; between headset and speaker. Like x-maemo.mode which seems to be IHF or HP<br>
&gt; depending on whether pulsesink is in headset or speaker mode.<br>
&gt;<br>
&gt; I have been trying to use these flags, but haven&#39;t been able to do so till<br>
&gt; now. If someone can help here, that would be great.<br>
&gt;<br>
&gt; -Saurabh<br>
&gt;<br>
&gt; On Sat, May 1, 2010 at 3:46 AM, Martin Grimme &lt;<a href="mailto:martin.grimme@gmail.com">martin.grimme@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; alsamixer -c0<br>
&gt; &gt; reveals a switch to route audio to the earpiece (I don&#39;t remember it&#39;s<br>
&gt; &gt; exact name). I don&#39;t think you can route sound to the earpiece any<br>
&gt; &gt; other way. Somebody please correct me if I&#39;m wrong.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Martin<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; 2010/4/28, saurabh aggarwal &lt;<a href="mailto:aggarwal.saurabh@gmail.com">aggarwal.saurabh@gmail.com</a>&gt;:<br>
&gt; &gt;  &gt; We are developing a VoIP application, and have it running for Maemo5<br>
&gt; &gt; (using<br>
&gt; &gt; &gt; gstreamer/pulseaudio).<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The problem now is that the output being used is the speaker, and not the<br>
&gt; &gt; &gt; headphone/earpiece.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I have tried a couple of things (which haven&#39;t worked) like -<br>
&gt; &gt; &gt; gst-launch pulsesrc device=source.voice ! pulsesink device=sink.voice<br>
&gt; &gt; &gt; (outputs voice from speaker)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; gst-launch pulsesrc  ! pulsesink device=sink.hw0 x-maemo.mode=&quot;hp&quot; (I get<br>
&gt; &gt; an<br>
&gt; &gt; &gt; error no element &quot;hp&quot;). Have tried the same with &quot;ihf&quot;.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; If someone can point me to the right direction, that would be really<br>
&gt; &gt; &gt; appreciated.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; -Saurabh<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: &lt;<a href="http://lists.maemo.org/pipermail/maemo-developers/attachments/20100502/31d0d54f/attachment-0001.htm" target="_blank">http://lists.maemo.org/pipermail/maemo-developers/attachments/20100502/31d0d54f/attachment-0001.htm</a>&gt;<br>

&gt; ***********************************************<br>
&gt;<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; maemo-developers mailing list<br>
&gt; <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
&gt; <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
&gt;<br>
</div></div></blockquote></div><br>