* [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
@ 2012-10-21 3:59 Fengguang Wu
2012-10-21 5:33 ` Fengguang Wu
2012-10-22 9:10 ` Péter Ujfalusi
0 siblings, 2 replies; 6+ messages in thread
From: Fengguang Wu @ 2012-10-21 3:59 UTC (permalink / raw)
To: Peter Ujfalusi; +Cc: Takashi Iwai, alsa-devel, kernel-janitors
Hi Peter,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable.git topic/hda-spdif-fix
head: afc51e492b36bd61b46f4d70dd646678d96f5f97
commit: e7736cdea223f3a5b867c359fb35cf08250dd771 [99/124] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()
config: arm-omap2plus_defconfig # make ARCH=arm omap2plus_defconfig
All error/warnings:
ERROR: "snd_hwparams_to_dma_slave_config" [sound/soc/omap/snd-soc-omap.ko] undefined!
ERROR: "snd_dmaengine_pcm_pointer" [sound/soc/omap/snd-soc-omap.ko] undefined!
ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
ERROR: "snd_dmaengine_pcm_close" [sound/soc/omap/snd-soc-omap.ko] undefined!
ERROR: "snd_dmaengine_pcm_get_chan" [sound/soc/omap/snd-soc-omap.ko] undefined!
ERROR: "snd_dmaengine_pcm_trigger" [sound/soc/omap/snd-soc-omap.ko] undefined!
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
2012-10-21 3:59 [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined! Fengguang Wu
@ 2012-10-21 5:33 ` Fengguang Wu
2012-10-21 8:25 ` Takashi Iwai
2012-10-22 9:10 ` Péter Ujfalusi
1 sibling, 1 reply; 6+ messages in thread
From: Fengguang Wu @ 2012-10-21 5:33 UTC (permalink / raw)
To: Peter Ujfalusi; +Cc: Takashi Iwai, alsa-devel, kernel-janitors
On Sun, Oct 21, 2012 at 11:59:54AM +0800, Fengguang Wu wrote:
> Hi Peter,
>
> FYI, kernel build failed on
>
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable.git topic/hda-spdif-fix
> head: afc51e492b36bd61b46f4d70dd646678d96f5f97
> commit: e7736cdea223f3a5b867c359fb35cf08250dd771 [99/124] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()
Sorry that's a wrong bisection. The kernel build on previous commit
has errors in header file that hide the below errors.
The real bad commit should be
commit 946cc36ae550ea52adee0f42ac5034a34b5393be
Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
AuthorDate: Fri Sep 14 15:05:58 2012 +0300
Commit: Mark Brown <broonie@opensource.wolfsonmicro.com>
CommitDate: Sat Sep 22 11:13:02 2012 -0400
ASoC: omap-pcm: Convert to use dmaengine
Thanks,
Fengguang
> config: arm-omap2plus_defconfig # make ARCH=arm omap2plus_defconfig
>
> All error/warnings:
>
> ERROR: "snd_hwparams_to_dma_slave_config" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_pointer" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_close" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_get_chan" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_trigger" [sound/soc/omap/snd-soc-omap.ko] undefined!
>
> ---
> 0-DAY kernel build testing backend Open Source Technology Center
> Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
2012-10-21 5:33 ` Fengguang Wu
@ 2012-10-21 8:25 ` Takashi Iwai
2012-10-21 13:40 ` Fengguang Wu
0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2012-10-21 8:25 UTC (permalink / raw)
To: Fengguang Wu; +Cc: Peter Ujfalusi, alsa-devel, kernel-janitors
At Sun, 21 Oct 2012 13:33:54 +0800,
Fengguang Wu wrote:
>
> On Sun, Oct 21, 2012 at 11:59:54AM +0800, Fengguang Wu wrote:
> > Hi Peter,
> >
> > FYI, kernel build failed on
> >
> > tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable.git topic/hda-spdif-fix
> > head: afc51e492b36bd61b46f4d70dd646678d96f5f97
> > commit: e7736cdea223f3a5b867c359fb35cf08250dd771 [99/124] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()
>
> Sorry that's a wrong bisection. The kernel build on previous commit
> has errors in header file that hide the below errors.
>
> The real bad commit should be
>
> commit 946cc36ae550ea52adee0f42ac5034a34b5393be
> Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
> AuthorDate: Fri Sep 14 15:05:58 2012 +0300
> Commit: Mark Brown <broonie@opensource.wolfsonmicro.com>
> CommitDate: Sat Sep 22 11:13:02 2012 -0400
>
> ASoC: omap-pcm: Convert to use dmaengine
The branch must be in a half-baked state that is missing the fix patch
that has been applied later on. Please ignore.
The sound-unstable tree is really unstable, so I'm afraid that
checking all branches in the tree may annoy people like this.
Fengguang, could you change the setup to check only the master branch
of sound-unstable tree?
thanks,
Takashi
>
> Thanks,
> Fengguang
>
> > config: arm-omap2plus_defconfig # make ARCH=arm omap2plus_defconfig
> >
> > All error/warnings:
> >
> > ERROR: "snd_hwparams_to_dma_slave_config" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_pointer" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_close" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_get_chan" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_trigger" [sound/soc/omap/snd-soc-omap.ko] undefined!
> >
> > ---
> > 0-DAY kernel build testing backend Open Source Technology Center
> > Fengguang Wu, Yuanhan Liu Intel Corporation
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
2012-10-21 8:25 ` Takashi Iwai
@ 2012-10-21 13:40 ` Fengguang Wu
0 siblings, 0 replies; 6+ messages in thread
From: Fengguang Wu @ 2012-10-21 13:40 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Peter Ujfalusi, alsa-devel, kernel-janitors
On Sun, Oct 21, 2012 at 10:25:00AM +0200, Takashi Iwai wrote:
> At Sun, 21 Oct 2012 13:33:54 +0800,
> Fengguang Wu wrote:
> >
> > On Sun, Oct 21, 2012 at 11:59:54AM +0800, Fengguang Wu wrote:
> > > Hi Peter,
> > >
> > > FYI, kernel build failed on
> > >
> > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable.git topic/hda-spdif-fix
> > > head: afc51e492b36bd61b46f4d70dd646678d96f5f97
> > > commit: e7736cdea223f3a5b867c359fb35cf08250dd771 [99/124] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()
> >
> > Sorry that's a wrong bisection. The kernel build on previous commit
> > has errors in header file that hide the below errors.
> >
> > The real bad commit should be
> >
> > commit 946cc36ae550ea52adee0f42ac5034a34b5393be
> > Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
> > AuthorDate: Fri Sep 14 15:05:58 2012 +0300
> > Commit: Mark Brown <broonie@opensource.wolfsonmicro.com>
> > CommitDate: Sat Sep 22 11:13:02 2012 -0400
> >
> > ASoC: omap-pcm: Convert to use dmaengine
>
> The branch must be in a half-baked state that is missing the fix patch
> that has been applied later on. Please ignore.
OK.
> The sound-unstable tree is really unstable, so I'm afraid that
> checking all branches in the tree may annoy people like this.
>
> Fengguang, could you change the setup to check only the master branch
> of sound-unstable tree?
No problem. I'll whitelist sound-unstable/master and blacklist the
other sound-unstable branches.
Thanks,
Fengguang
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
2012-10-21 3:59 [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined! Fengguang Wu
2012-10-21 5:33 ` Fengguang Wu
@ 2012-10-22 9:10 ` Péter Ujfalusi
2012-10-22 9:17 ` Fengguang Wu
1 sibling, 1 reply; 6+ messages in thread
From: Péter Ujfalusi @ 2012-10-22 9:10 UTC (permalink / raw)
To: Fengguang Wu; +Cc: Takashi Iwai, alsa-devel, kernel-janitors
Hi,
On 10/21/2012 05:59 AM, Fengguang Wu wrote:
> Hi Peter,
>
> FYI, kernel build failed on
>
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable.git topic/hda-spdif-fix
> head: afc51e492b36bd61b46f4d70dd646678d96f5f97
> commit: e7736cdea223f3a5b867c359fb35cf08250dd771 [99/124] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()
> config: arm-omap2plus_defconfig # make ARCH=arm omap2plus_defconfig
>
> All error/warnings:
>
> ERROR: "snd_hwparams_to_dma_slave_config" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_pointer" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_close" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_get_chan" [sound/soc/omap/snd-soc-omap.ko] undefined!
> ERROR: "snd_dmaengine_pcm_trigger" [sound/soc/omap/snd-soc-omap.ko] undefined!
This has been fixed by the following commit (already in mainline):
961a7ae ASoC: dmaengine: Correct Makefile when sound is built as module
--
Péter
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
2012-10-22 9:10 ` Péter Ujfalusi
@ 2012-10-22 9:17 ` Fengguang Wu
0 siblings, 0 replies; 6+ messages in thread
From: Fengguang Wu @ 2012-10-22 9:17 UTC (permalink / raw)
To: Péter Ujfalusi; +Cc: Takashi Iwai, alsa-devel, kernel-janitors
On Mon, Oct 22, 2012 at 11:10:21AM +0200, Péter Ujfalusi wrote:
> Hi,
>
> On 10/21/2012 05:59 AM, Fengguang Wu wrote:
> > Hi Peter,
> >
> > FYI, kernel build failed on
> >
> > tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable.git topic/hda-spdif-fix
> > head: afc51e492b36bd61b46f4d70dd646678d96f5f97
> > commit: e7736cdea223f3a5b867c359fb35cf08250dd771 [99/124] dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()
> > config: arm-omap2plus_defconfig # make ARCH=arm omap2plus_defconfig
> >
> > All error/warnings:
> >
> > ERROR: "snd_hwparams_to_dma_slave_config" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_pointer" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_close" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_get_chan" [sound/soc/omap/snd-soc-omap.ko] undefined!
> > ERROR: "snd_dmaengine_pcm_trigger" [sound/soc/omap/snd-soc-omap.ko] undefined!
>
> This has been fixed by the following commit (already in mainline):
> 961a7ae ASoC: dmaengine: Correct Makefile when sound is built as module
Sorry about that! I've fixed the script to test that case and avoid
reporting fixed errors in upstream.
Thanks,
Fengguang
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-22 9:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-21 3:59 [sound-unstable:topic/hda-spdif-fix 99/124] ERROR: "snd_dmaengine_pcm_open" [sound/soc/omap/snd-soc-omap.ko] undefined! Fengguang Wu
2012-10-21 5:33 ` Fengguang Wu
2012-10-21 8:25 ` Takashi Iwai
2012-10-21 13:40 ` Fengguang Wu
2012-10-22 9:10 ` Péter Ujfalusi
2012-10-22 9:17 ` Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).