From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 16FA0E00B5D; Mon, 5 May 2014 11:03:11 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (rjohnweber[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.219.45 listed in list.dnswl.org] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-oa0-f45.google.com (mail-oa0-f45.google.com [209.85.219.45]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D75A8E003C7 for ; Mon, 5 May 2014 11:03:09 -0700 (PDT) Received: by mail-oa0-f45.google.com with SMTP id l6so1499433oag.4 for ; Mon, 05 May 2014 11:03:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=OqsuG8oT+BWh0ybvGFdEUe0iv/Mju6OqIj+b/ZgTRvE=; b=egP+dJDo7lxkbc72zGyka973jJiTmqtiFlOI0zl1V2WSt1HqgPU6sCFPVqDna2FA5i jX22iB4HYWgKVyctAkNOO5nlK0BOXNgFLTeLZrNSwZ2HYSs6s8ChC7S0AiERHLCrpbtm zlTnstn/wOfeKGn3lLRSbSMVP6b87MQDcNzBRBZ4I4SN2aL1VRhdBolEA1Kd5TcB133n e3uBKYLfTbD3lU2baCmxGcWEPv2rGuSPHeD1h5mhzrpTeKGbHevkKyMI0u0h+H1GmXb0 4bI/7ii0/8OxJwLxcbqxRyu/Z5ip8VhyojECfC9VZtJd54aRg6daf51z8IOr6QBb1eM4 zVmA== X-Received: by 10.182.5.65 with SMTP id q1mr3656113obq.74.1399312988774; Mon, 05 May 2014 11:03:08 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id f9sm20797854obm.2.2014.05.05.11.03.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 May 2014 11:03:08 -0700 (PDT) Message-ID: <5367D245.3070103@gmail.com> Date: Mon, 05 May 2014 13:02:45 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Fabio Estevam , =?UTF-8?B?RXJpayBCb3TDtg==?= References: In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: No sound on nitrogen6x + linux-boundary 3.10.17 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 18:03:11 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Erik, On 5/5/14, 12:55 PM, Fabio Estevam wrote: > On Mon, May 5, 2014 at 2:40 PM, Fabio Estevam wrote: >> Erik, >> >> On Mon, May 5, 2014 at 3:51 AM, Erik Botö wrote: >>> Hi, >>> >>> I'm having trouble playing audio on this board using the sgtl5000. Can >>> anyone verify that it works on their system? Also any ideas of what >>> might be wrong are highly appreciated :) >>> >>> Using aplay it get stuck here: >> I remember that I have helped John Weber recently to get audio working >> on 3.10.17 on wandboard. >> >> There were two patches that were needed: >> >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/sound/soc/codecs/sgtl5000.c?id=9e13f345887c179068bbc1f7389b7177bf88f57e >> >> and this one as well: >> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/sound/soc/codecs/sgtl5000.c?id=46a5905e1cd4a9d9d238ec7beece49ce49e2ad85 > For a more complete reference, please apply all the ASoC patches from: > https://github.com/wandboard-org/linux/commits/wandboard_imx_3.10.17_1.0.0_ga > > and make sure the codec dts files also matches. This could be related to the problems that I saw in Wandboard. The SGTL5000 would not be properly initialize if I passed audio through it /and/ then rebooted the board (any type of reboot). Fabio's patches worked to solve the problem. It would be good to know if this fixes your problem. John