On Fri, 2006-12-29 at 12:55 +0000, Liam Girdwood wrote:
> On Thu, 2006-12-28 at 18:32 +0100, Raúl Sánchez Siles wrote:
> > Hello all:
> >
> > I'm trying to use asoc for an at91 custom board and I had some problem
> > compiling the kernel with the v1.0.14rc1 alsa patch. The problem were in the
> > debug sections in two files.
> >
> > I attach a patch to correct this problems. I'm new sending patches to alsa,
> > so if you think I did something wrong just let me know and I'll do my best.
> >
>
> Thanks, this looks fine. Applied to my tree.
I've made the following attached alteration the the DAPM debug section
as the list_entry() is not needed. Can you re submit ?
Thanks
Liam
diff -r 4eae1a19406e soc/soc-dapm.c
--- a/soc/soc-dapm.c Thu Dec 28 13:56:48 2006 +0100
+++ b/soc/soc-dapm.c Fri Dec 29 14:11:27 2006 +0000
@@ -651,7 +651,6 @@ static void dbg_dump_dapm(struct snd_soc
p->source->name);
}
list_for_each_entry(p, &w->sinks, list_source) {
- p = list_entry(lp, struct snd_soc_dapm_path, list_source);
if (p->connect)
printk(" out %s %s\n", p->name ? p->name : "static",
p->sink->name);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel