Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Mux instructions

45 bytes added, 15:12, 2 February 2012
no edit summary
=== TP65950 PCM VSP<br> ===
 
This module is used to transfer audio via Bluetooth
{| cellspacing="1" cellpadding="1" border="1" align="center" width="200"
Click to enlarge image
==== '''Disable BT audio'''<br> ====
Default kernel&nbsp; has disabled TWL4030 PCM voice interface output pins to high impedance, otherwise this module forces the level of mcbsp3_fsx and mcbsp3_clkx pins. To make sure, go to [http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=blob_plain;f=sound/soc/codecs/twl4030.c;hb=linux-2.6.35.y $(kernel path)/sound/soc/codecs/twl4030.c] file already read: <br>
<pre> 0x04, /* REG_VOICE_IF (0xF) */
</pre>
==== '''Enable BT audio'''<br> ====
<pre> 0x00, /* REG_VOICE_IF (0xF) */
</pre>
4,199
edits