<?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 Sound with 2.6.38 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180793#M7618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's up with sound in the 2.6.38 kernel config?  This board has the SGTL5000 audio chip. In the 2.6.35 kernel config, I had  CONFIG_SND_SOC_IMX_3STACK_SGTL5000=y CONFIG_SND_SOC_SGTL5000=y  In 2.6.38, there is this in sound/soc/imx/Kconfig:  config SND_SOC_IMX_SGTL5000 tristate "SoC Audio support for i.MX boards with sgtl5000" depends on MACH_MX35_3DS || MACH_MX51_BABBAGE select SND_SOC_SGTL5000 select SND_MXC_SOC_MX2 help Say Y if you want to add support for SoC audio on an i.MX board with a sgtl5000 codec.  So that is disabled on MACH_MX53_LOCO, and there doesn't seem to be any other way to turn on SGTL5000 support.  I have tried hacking it to also depend on MACH_MX53_LOCO, but when I do that I get a link error:  sound/built-in.o: In function `imx_sgtl5000_probe': last.c:(.devinit.text+0x215c): undefined reference to `mxc_audmux_v2_configure_port' last.c:(.devinit.text+0x2170): undefined reference to `mxc_audmux_v2_configure_port'  What is going on here? Does sound work on the pre-built 2.6.38 kernels? If it does, how has the kernel been configured?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Oct 2011 17:46:15 GMT</pubDate>
    <dc:creator>PhilEndecott</dc:creator>
    <dc:date>2011-10-30T17:46:15Z</dc:date>
    <item>
      <title>Sound with 2.6.38</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180793#M7618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's up with sound in the 2.6.38 kernel config?  This board has the SGTL5000 audio chip. In the 2.6.35 kernel config, I had  CONFIG_SND_SOC_IMX_3STACK_SGTL5000=y CONFIG_SND_SOC_SGTL5000=y  In 2.6.38, there is this in sound/soc/imx/Kconfig:  config SND_SOC_IMX_SGTL5000 tristate "SoC Audio support for i.MX boards with sgtl5000" depends on MACH_MX35_3DS || MACH_MX51_BABBAGE select SND_SOC_SGTL5000 select SND_MXC_SOC_MX2 help Say Y if you want to add support for SoC audio on an i.MX board with a sgtl5000 codec.  So that is disabled on MACH_MX53_LOCO, and there doesn't seem to be any other way to turn on SGTL5000 support.  I have tried hacking it to also depend on MACH_MX53_LOCO, but when I do that I get a link error:  sound/built-in.o: In function `imx_sgtl5000_probe': last.c:(.devinit.text+0x215c): undefined reference to `mxc_audmux_v2_configure_port' last.c:(.devinit.text+0x2170): undefined reference to `mxc_audmux_v2_configure_port'  What is going on here? Does sound work on the pre-built 2.6.38 kernels? If it does, how has the kernel been configured?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2011 17:46:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180793#M7618</guid>
      <dc:creator>PhilEndecott</dc:creator>
      <dc:date>2011-10-30T17:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sound with 2.6.38</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180794#M7619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm. There is something new in 2.6.38 called "SSI" that might be related to sound, but it fails to build. Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 00:52:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180794#M7619</guid>
      <dc:creator>PhilEndecott</dc:creator>
      <dc:date>2011-10-31T00:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sound with 2.6.38</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180795#M7620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll probably need more patches as well, but try the following patch&lt;/P&gt;&lt;P&gt;diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig&lt;BR /&gt;index 6d02118..a688c4b 100644&lt;BR /&gt;--- a/arch/arm/mach-mx5/Kconfig&lt;BR /&gt;+++ b/arch/arm/mach-mx5/Kconfig&lt;BR /&gt;@@ -41,6 +41,7 @@ config&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SOC_IMX53&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select MXC_TZIC&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select ARCH_MXC_IOMUX_V3&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select ARCH_MXC_AUDMUX_V2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select ARCH_HAS_CPUFREQ&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select ARCH_MX53&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select IMX_HAVE_PLATFORM_FEC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 19:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180795#M7620</guid>
      <dc:creator>TroyKisky</dc:creator>
      <dc:date>2011-11-01T19:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sound with 2.6.38</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180796#M7621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you on the imx_2.6.38_11.09.01 branch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 16:39:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Sound-with-2-6-38/m-p/180796#M7621</guid>
      <dc:creator>IvanW_</dc:creator>
      <dc:date>2011-11-29T16:39:38Z</dc:date>
    </item>
  </channel>
</rss>

