From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 366B4E0147D for ; Thu, 28 Mar 2013 08:16:42 -0700 (PDT) Received: by mail-bk0-f52.google.com with SMTP id it16so1939878bkc.39 for ; Thu, 28 Mar 2013 08:16:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=zdiefNFuLluTSf+nEPjh13ZUOS4Y1IaVgjdXWtsNu+o=; b=P95kEERbMhjiNM7K8NUdaw3XQc3ORzludBMLVYlv3fa/88pby27WTKr8OB9Nw/UISi HDVxxeSwvQIr+weHmlv/k3Vmk1OajXMbg0gcNNEgf/W+yBAMStG8DL1D2MoSeMW9OTkH i36AgHHuiXW8dL+USwx2gxgCusUr4fZ4OU33fC5IZOHfRDO1gDzEi9yMUlsvigoFjVhY AVcgfoiRqReUTe3yf8Uhudl1AG9MtUeqqLf6r00wBcEFMoeMCF7F49mMAeb9gfKQZZbl Toc4mAWRQnHdolT5Ql6QLLyOTZ6brPdomzvDRlPOMA8SegCMh4vu4tz2qkYgG9ug10ri VxBw== X-Received: by 10.205.9.1 with SMTP id ou1mr12396671bkb.119.1364483800314; Thu, 28 Mar 2013 08:16:40 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id i10sm25922094pbd.1.2013.03.28.08.16.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Mar 2013 08:16:39 -0700 (PDT) Message-ID: <51545ED3.5050805@boundarydevices.com> Date: Thu, 28 Mar 2013 08:16:35 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Erik_Bot=F6?= References: In-Reply-To: X-Gm-Message-State: ALoCoQn7flJ+U07UfSuHlpKd266NB1DwqMzEb+88JTe4MzskUrSzGNamPS2NvOxXqX6B/fB7zGNw Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm] imx-audio not up-to-date? 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: Thu, 28 Mar 2013 15:16:42 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi Erik, On 03/28/2013 07:13 AM, Erik Botö wrote: > Hi, > > When running the imx-audio setup script on a sabrelite board I get: > > root@imx6qsabrelite:~# /etc/init.d/imx-audio start > imx-audio: setting default mixer settings. > amixer: Unable to find simple control 'Playback',0 > > root@imx6qsabrelite:~# > While the SGTL5000 doesn't have a "Playback" control, the imx-audio script should be sufficient to set the volume (via the "Headphone" control). If the volume isn't sufficient, you can set it manually like this: # amixer sset Headphone "100%" # aplay blah.wav > > Does someone have a working set of parameters for amixer that enables > the headphone jack, it was not obvious (too me atleast) how to set it > up. :) > Things should come up at boot time without any calls to amixer. Are you not hearing any audio? Please advise, Eric