<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: How to modify the struct mxc_audio_platform_data</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269981#M28897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; &lt;SPAN class="j-post-author"&gt;Weidong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;I have few more questions based on your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;1. Since the internal ports are hard wired(cannot be changed) to the corresponding ssi what is the use in giving .ssi_num and .src_port?. anyway the SSI1 is connected to Internal port 2 right??. What if i give .ssi_num = 0 and .src_port = 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;2. Sorry to tell you My design is fixed and i want to use the 3 SSI. If I am writing a driver for driving these audio inputs(2 I2s not sgtl500), how can i configure the SSI port and DMA engine?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;My question seems confusing for me too. Please don't hesitate to answer because of that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Sebi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 04:42:22 GMT</pubDate>
    <dc:creator>sebimohan</dc:creator>
    <dc:date>2013-08-23T04:42:22Z</dc:date>
    <item>
      <title>How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269979#M28895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a custom board based on i.MX6 which needs to use the three ssi ports connected to the audmux which is connecing to 3 audio sources via 3 external ports. My doubtful areas are:&lt;/P&gt;&lt;P&gt;1. How to configure the three ssi??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do we need to make 3 structure of struct mxc_audio_platform_data instances for the three ssi in the board info file like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static struct mxc_audio_platform_data mx6_audio1_data = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ssi_num= 3, (is this the total number of ssi used or the ssi port used)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .src_port = 5, // Port5: AUD5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ext_port = 2, // Port2: ssi-2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .hp_gpio = -1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (do we need 3 structures like this???)&lt;/P&gt;&lt;P&gt;2. How to configure the audmux&lt;/P&gt;&lt;P&gt;3. I want to connect 2 i2s audio input( obtained from another board as audio samples) and one sgtl5000 codec. can i use imx6 as slave for the 2 i2s input and master for sgtl5000 codec?. If yes how is the configuration done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sebi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 07:14:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269979#M28895</guid>
      <dc:creator>sebimohan</dc:creator>
      <dc:date>2013-08-22T07:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269980#M28896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Sebi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let me explain this structure at first .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(1)Explanation of data structure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;#define SABRESD_HEADPHONE_DET IMX_GPIO_NR(7, 8)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static struct mxc_audio_platform_data mx6_audio1_data = {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ssi_num= 1,// (Which SSI will be used, SSI0,SSI1 or SSI2, here means we will use SSI1 )&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .src_port = 2&lt;/SPAN&gt;, // Internal connection is SSI1 to Port 2 of AUDMUX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .ext_port = 5, // External port of AUDMUX is No.5(AUD5). For i.mx6 cpu, AUD3,AUD4,AUD5 and AUD6 can be muxed to PADs to connect with external deivce)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .hp_gpio = SABRESD_HEADPHONE_DET,//here is a gpio&lt;/SPAN&gt; used to detect if Headphone is input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The following is diagram for SSIx and AUDMUX, you can see in reference manual:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5777_5777.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119647iA9082FD208B861A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="5777_5777.png" alt="5777_5777.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SSI-AUDMUX.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40544i4C437733CBED44EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSI-AUDMUX.png" alt="SSI-AUDMUX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SSI1/SSI2/SSI3 in diagram are SSI0/SSI1/SSI2 in BSP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;(2)Using 3 SSIs of I.MX6&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In addition, From reference manual of I.MX6DQ, SDMA can access SSI0,SSI1 and SSI2 module, So they can be used to transimit High-bandwidth data. But on our evaluation board, we don't use 3 SSIs to connect 3 different devices. So we don't have corresponding experience to share with you. and not recommend you use 3 I2S of I.MX6 simultaneously.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;(3) The following solution is recomended to you.(Using a audio code with 3 I2S Interfaces, such as WM8958)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Driver of WM895 has been supported in linux BSP, this can help you to save development time. The following is an example schematic. MCLK can be 24MHz that output from GPIO_0 on CPU.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5779_5779.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119648iA3F3A98F4D4ADF8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="5779_5779.png" alt="5779_5779.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="wm8958.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40545i543B2D5143DA1119/image-size/large?v=v2&amp;amp;px=999" role="button" title="wm8958.png" alt="wm8958.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I think maybe wm8958 can be suitable for your requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Weidong&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 04:35:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269980#M28896</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-08-23T04:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269981#M28897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; &lt;SPAN class="j-post-author"&gt;Weidong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;I have few more questions based on your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;1. Since the internal ports are hard wired(cannot be changed) to the corresponding ssi what is the use in giving .ssi_num and .src_port?. anyway the SSI1 is connected to Internal port 2 right??. What if i give .ssi_num = 0 and .src_port = 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;2. Sorry to tell you My design is fixed and i want to use the 3 SSI. If I am writing a driver for driving these audio inputs(2 I2s not sgtl500), how can i configure the SSI port and DMA engine?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;My question seems confusing for me too. Please don't hesitate to answer because of that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Sebi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 04:42:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269981#M28897</guid>
      <dc:creator>sebimohan</dc:creator>
      <dc:date>2013-08-23T04:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269982#M28898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Sebi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;1. Since the internal ports are hard wired(cannot be changed) to the corresponding ssi what is the use in giving .ssi_num and .src_port?. anyway the SSI1 is connected to Internal port 2 right??. What if i give .ssi_num = 0 and .src_port = 2.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Yes, SSI1--&amp;gt;Port2 of AUDUMX (port2 is called internal port), here SSI1 should be SSI2 in diagram.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;If you set .ssi_num=0, SSI1 in diagram should be used. but in BPS it's number is SSI0. it's src_port is 1. (means it is connected to port 1 of AUDMUX)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;2. Sorry to tell you My design is fixed and i want to use the 3 SSI. If I am writing a driver for driving these audio inputs(2 I2s not sgtl500), how can i configure the SSI port and DMA engine?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;SSI driver and SDMA code are at path "linux/sound/soc/imx/" , you will have to add corresponding code to orignal ssi driver and usage of SDMA released by freescale.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&amp;gt;&amp;gt;Linux ALSA SoC driver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;Linux ALSA SoC driver is audio driver architecture, it is composed of 3 parts:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;(1)codec driver (audio codec connetect to I2S port)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;such as "sound/soc/codecs/sgtl5000.c"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;(2)platform driver ( i.mx ssi driver)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;such as "linux/sound/soc/imx/imx-ssi.c"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;(3)machine driver (sound card driver)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;such as "linux/sound/soc/imx/imx-sgtl5000.c"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;So for your every device connected to SSI0--SS2, you will have to write a driver for every one according to above rules(ALSA SoC driver).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;I just give you these advice and thoughts, Main work is still needed to do by yourself.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;Weidong&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 05:11:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269982#M28898</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-08-23T05:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269983#M28899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; &lt;SPAN class="j-post-author"&gt;Weidong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Thanks for the reply,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;I am not getting fully. My remaining doubts are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;1. Since&amp;nbsp; .ssi_num = 0(SSI1 in the figure) should be connected to port1(.src_port = 1), what if i give .src_port = 2 or 7 (SSI2 or SSI3)in the structure, will there be any error??... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;2. I do not want to link this i2s data to the alsa(no need to playback or record). I just need this audio data as audio bytes to a buffer. For that will a simple DMA&amp;nbsp; from the ssi buffer enough?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Once again thanks for your reply. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;I know i am disturbing you but please give an answer for the above questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Sebi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 09:25:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269983#M28899</guid>
      <dc:creator>sebimohan</dc:creator>
      <dc:date>2013-08-23T09:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269984#M28900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S.M.&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel &lt;/P&gt;&lt;P&gt;free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 07:23:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269984#M28900</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-21T07:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269985#M28901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/people/YixingKong"&gt;YixingKong&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;My issues got fixed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sebi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269985#M28901</guid>
      <dc:creator>sebimohan</dc:creator>
      <dc:date>2014-02-21T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269986#M28902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, SM. I will close the DI.&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269986#M28902</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-21T08:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269987#M28903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Weidong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;SPAN style="font-size: 10pt;"&gt;From reference manual of I.MX6DQ, SDMA can access SSI0,SSI1 and SSI2 module, So they can be used to transimit High-bandwidth data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to capture raw data from SSI1,but I don't know how to do it.&lt;/P&gt;&lt;P&gt;Could you give me some suggests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;ZongbiaoLiao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 09:42:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269987#M28903</guid>
      <dc:creator>宗標廖</dc:creator>
      <dc:date>2015-05-22T09:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the struct mxc_audio_platform_data</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269988#M28904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/weidong.sun"&gt;weidong.sun&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Can you share the wm8958 driver file with BT audio support.&lt;/P&gt;&lt;P&gt;I'm using Android 6.0.1, i don't have wm8958 driver with BT audio support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Aravinth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 14:12:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-the-struct-mxc-audio-platform-data/m-p/269988#M28904</guid>
      <dc:creator>aravinthkumarja</dc:creator>
      <dc:date>2017-04-12T14:12:06Z</dc:date>
    </item>
  </channel>
</rss>

