* problem compiling fsl-alsa-plugins with kernel 4.x
@ 2015-06-14 12:26 Gyorgy Kovesdi
2015-06-15 10:52 ` Daiane Angolini
0 siblings, 1 reply; 5+ messages in thread
From: Gyorgy Kovesdi @ 2015-06-14 12:26 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
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 <linux/mxc_asrc.h>
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?
Regards
György Kövesdi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem compiling fsl-alsa-plugins with kernel 4.x
2015-06-14 12:26 problem compiling fsl-alsa-plugins with kernel 4.x Gyorgy Kovesdi
@ 2015-06-15 10:52 ` Daiane Angolini
2015-06-15 12:28 ` Fabio Estevam
2015-06-15 13:05 ` Nikolay Dimitrov
0 siblings, 2 replies; 5+ messages in thread
From: Daiane Angolini @ 2015-06-15 10:52 UTC (permalink / raw)
To: Gyorgy Kovesdi; +Cc: meta-freescale@yoctoproject.org
On Sun, Jun 14, 2015 at 9:26 AM, Gyorgy Kovesdi <kgy@teledigit.eu> 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 <linux/mxc_asrc.h>
>
> 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.
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
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem compiling fsl-alsa-plugins with kernel 4.x
2015-06-15 10:52 ` Daiane Angolini
@ 2015-06-15 12:28 ` Fabio Estevam
2015-06-15 13:05 ` Nikolay Dimitrov
1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2015-06-15 12:28 UTC (permalink / raw)
To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org
On Mon, Jun 15, 2015 at 7:52 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
> fsl-alsa-plugins can only be built with linux-fslc kernel.
I think you meant "fsl-alsa-plugins can only be built with linux-imx kernel"
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem compiling fsl-alsa-plugins with kernel 4.x
2015-06-15 10:52 ` Daiane Angolini
2015-06-15 12:28 ` Fabio Estevam
@ 2015-06-15 13:05 ` Nikolay Dimitrov
2015-06-15 13:38 ` Daiane Angolini
1 sibling, 1 reply; 5+ messages in thread
From: Nikolay Dimitrov @ 2015-06-15 13:05 UTC (permalink / raw)
To: Daiane Angolini, Gyorgy Kovesdi; +Cc: meta-freescale@yoctoproject.org
On 06/15/2015 01:52 PM, Daiane Angolini wrote:
> On Sun, Jun 14, 2015 at 9:26 AM, Gyorgy Kovesdi <kgy@teledigit.eu> 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 <linux/mxc_asrc.h>
>>
>> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem compiling fsl-alsa-plugins with kernel 4.x
2015-06-15 13:05 ` Nikolay Dimitrov
@ 2015-06-15 13:38 ` Daiane Angolini
0 siblings, 0 replies; 5+ messages in thread
From: Daiane Angolini @ 2015-06-15 13:38 UTC (permalink / raw)
To: Nikolay Dimitrov; +Cc: meta-freescale@yoctoproject.org
On Mon, Jun 15, 2015 at 10:05 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> On 06/15/2015 01:52 PM, Daiane Angolini wrote:
>>
>> On Sun, Jun 14, 2015 at 9:26 AM, Gyorgy Kovesdi <kgy@teledigit.eu> 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 <linux/mxc_asrc.h>
>>>
>>> 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).
Thanks Nikolay and Fabio!
My bad.
Daiane
>
>> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-15 13:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 12:26 problem compiling fsl-alsa-plugins with kernel 4.x Gyorgy Kovesdi
2015-06-15 10:52 ` Daiane Angolini
2015-06-15 12:28 ` Fabio Estevam
2015-06-15 13:05 ` Nikolay Dimitrov
2015-06-15 13:38 ` Daiane Angolini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.