<div dir="ltr"><br>Do the channel numbers of the following block diagram still apply?<br><a href="http://wiki.openmoko.org/wiki/Image:WM8753_ALSA_Mapping.png">http://wiki.openmoko.org/wiki/Image:WM8753_ALSA_Mapping.png</a><br>
<br>That&#39;s from the <a href="http://wiki.openmoko.org/wiki/Neo_1973_audio_subsystem">http://wiki.openmoko.org/wiki/Neo_1973_audio_subsystem</a> page.&nbsp; As long as the hardware connection information is correct on that page, I will just work backwards.<br>
<br>Another note: while playing back using stereoout.state, the headset and the stereo speakers play at the same time.&nbsp; Is there a way to mute/switch off either output?&nbsp; I don&#39;t recall if that was a GTA01v4 hardware glitch or something else.<br>
<br><br><br><br><div class="gmail_quote">On Wed, Oct 1, 2008 at 11:25 AM, Mark Brown <span dir="ltr">&lt;<a href="mailto:broonie@opensource.wolfsonmicro.com">broonie@opensource.wolfsonmicro.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, Oct 01, 2008 at 05:13:37PM +0200, Joerg Reisenweber wrote:<br>
<br>
&gt; I tried to find name of a registers this way, but this code is so nested and<br>
&gt; cryptic and poorly commented, I really didn&#39;t success to understand the logic<br>
&gt; behind the data structures and defines.<br>
<br>
</div>The actual register definitions are pretty direct AFAICS - the text<br>
string with the user visible control name is immediately next to the<br>
register names - for example:<br>
<br>
 &nbsp;SOC_DOUBLE_R_TLV(&quot;PCM Volume&quot;, WM8753_LDAC, WM8753_RDAC, 0, 255, 0, dac_tlv),<br>
<br>
is a control callled &quot;PCM Volume&quot; at bit 0 with value up to 255 in the<br>
LDAC and RDAC registers. &nbsp;Obviously, YMMV but it shouldn&#39;t be too hard<br>
to find the user-visible name for a register bit or vice versa, I&#39;d have<br>
thought.<br>
</blockquote></div><br></div>