From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1F257E00A1C; Mon, 15 Jun 2015 06:05:16 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [193.201.172.119 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (picmaster[at]mail.bg) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -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 mx3.mail.bg (mx3.mail.bg [193.201.172.119]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6CA52E009E5 for ; Mon, 15 Jun 2015 06:05:14 -0700 (PDT) Received: from [192.168.0.62] (unknown [93.152.143.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx3.mail.bg (Postfix) with ESMTPSA id C02EF202D63A; Mon, 15 Jun 2015 16:05:11 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1434373511; bh=uYOr5+jw9hyMHT0/XiCxyy7D4Urnq0w/RmqgWuJZBhQ=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=WmjQ+yf0B5ucAUXrn1X0nc9nFuinzfdIx116nvTEdPXBua7E4U72yVhnJMAx9d2Vh mjVXT3v8TgpfgH6bcHee9NVwmHDdVPD+kSKVkZlWmieVNOW7oRSPQFROAnuTW3xjTA //sMbqT74vfZ4om/lIYe2tCLNZGR02ESm6U936To= Message-ID: <557ECD85.3010307@mail.bg> Date: Mon, 15 Jun 2015 16:05:09 +0300 From: Nikolay Dimitrov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Daiane Angolini , Gyorgy Kovesdi References: <20150614142602.4155ef5f@kgy-pc.lan> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: problem compiling fsl-alsa-plugins with kernel 4.x 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, 15 Jun 2015 13:05:16 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 06/15/2015 01:52 PM, Daiane Angolini wrote: > On Sun, Jun 14, 2015 at 9:26 AM, Gyorgy Kovesdi wrote: >> Hi, >> >> I have problems compiling fsl-alsa-plugins_1.0.25 with kernel 4.x. >> I got this error: >> >> asrc_pair.h:28:28: fatal error: linux/mxc_asrc.h: No such file or >> directory >> #include >> >> The file linux/mxc_asrc.h has gone. It seems that some types got >> private, and some others are missing (e.g. ASRC_START_CONV, >> ASRC_STOP_CONV, etc). >> >> Is there any newer version available? > > fsl-alsa-plugins can only be built with linux-fslc kernel. I think it's the opposite, it requires linux-imx kernel, as mainline doesn't have support for ASRC (thus the compile error). > If you really need to use this combination, please, open a discussion > on imx.community (formal freescale support channel) > > Daiane >> >> Regards >> György Kövesdi Regards, Nikolay