<?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>topic Re: aplay: pcm_write:1940: write error: Input/output error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/aplay-pcm-write-1940-write-error-Input-output-error/m-p/804087#M124191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nadav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what bsp used in the case, wm8962 is supported in nxp linux releases, one can check&lt;/P&gt;&lt;P&gt;linux/arch/arm/boot/dts/imx6sl-evk.dts&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sl-evk.dts?h=imx_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sl-evk.dts?h=imx_4.1.15_2.0.0_ga"&gt;imx6sl-evk.dts\dts\boot\arm\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Driver description can be found in Chapter 28 Advanced Linux Sound Architecture (ALSA) System&lt;BR /&gt;on a Chip (ASoC) Sound Driver attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2018 05:13:47 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-07-12T05:13:47Z</dc:date>
    <item>
      <title>aplay: pcm_write:1940: write error: Input/output error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/aplay-pcm-write-1940-write-error-Input-output-error/m-p/804086#M124190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We created a custom board using BSP porting from iMX6SL-EVK (with some changes, like pmic-pfuze3000, emmc etc.), using WM8962 Audio Codec, with Mono Speaker and Headphone Jack.&lt;/P&gt;&lt;P&gt;Originally the board was designed to use another codec, which we hadn't managed to create or find a Linux driver for it, so we made a patch to bridge between the new codec we are using (WM8962) to the footprint of the old codec.&lt;/P&gt;&lt;P&gt;The Codec is connected to i2c2 and ssi2 with audmux3 as pinctrl. The codec clock is IMX6SLCLK_EXREND_AUDIO (same as the EVK)&lt;/P&gt;&lt;P&gt;On i2c2 we also connected our parallel camera and fuel-gauge.&lt;/P&gt;&lt;P&gt;When we try to play .wav audio file we get:&lt;BR /&gt; &lt;STRONG&gt;aplay: pcm_write:1940: write error: Input/output error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;When we check with oscilloscope we see that the MCLK only response at Linux startup and never again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 15:13:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/aplay-pcm-write-1940-write-error-Input-output-error/m-p/804086#M124190</guid>
      <dc:creator>ngreen</dc:creator>
      <dc:date>2018-07-11T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: aplay: pcm_write:1940: write error: Input/output error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/aplay-pcm-write-1940-write-error-Input-output-error/m-p/804087#M124191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nadav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what bsp used in the case, wm8962 is supported in nxp linux releases, one can check&lt;/P&gt;&lt;P&gt;linux/arch/arm/boot/dts/imx6sl-evk.dts&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sl-evk.dts?h=imx_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sl-evk.dts?h=imx_4.1.15_2.0.0_ga"&gt;imx6sl-evk.dts\dts\boot\arm\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Driver description can be found in Chapter 28 Advanced Linux Sound Architecture (ALSA) System&lt;BR /&gt;on a Chip (ASoC) Sound Driver attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 05:13:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/aplay-pcm-write-1940-write-error-Input-output-error/m-p/804087#M124191</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-07-12T05:13:47Z</dc:date>
    </item>
  </channel>
</rss>

