Date: Sun, 11 Jan 2004 16:36:02 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: "David E. O'Brien" <obrien@FreeBSD.org> Subject: Re: cvs commit: src/sys/dev/sound/pci emu10k1.c src/sys/modules/sound/driver/emu10k1 Makefile Message-ID: <Pine.BSF.4.53.0401111633210.30149@e0-0.zab2.int.zabbadoz.net> In-Reply-To: <Pine.BSF.4.53.0401111538190.30149@e0-0.zab2.int.zabbadoz.net> References: <200401111030.i0BAUuVH037222@repoman.freebsd.org> <Pine.BSF.4.53.0401111538190.30149@e0-0.zab2.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 11 Jan 2004, Bjoern A. Zeeb wrote: > On Sun, 11 Jan 2004, David E. O'Brien wrote: > > > obrien 2004/01/11 02:30:56 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/sound/pci emu10k1.c > > sys/modules/sound/driver/emu10k1 Makefile > > Log: > > Add Audigy support. > > I started with a year-old patch by Orlando Bassotto > > <orlando.bassotto@ieo-research.it>, and ported it to 5.2-CURRENT along with > > fixing the problems working with pre-Audigy cards. > > > > Revision Changes Path > > 1.44 +521 -93 src/sys/dev/sound/pci/emu10k1.c > > 1.4 +11 -2 src/sys/modules/sound/driver/emu10k1/Makefile > > I think the #include in src/sys/dev/sound/pci/emu10k1.c got messed up ? > > -#include <gnu/dev/sound/pci/emu10k1-alsa%diked.h> > +#include <gnu/dev/sound/pci/emu10k1-alsa.h> Looks like there are more problems... In file included from /sys/dev/sound/pci/emu10k1.c:32: @/gnu/dev/sound/pci/emu10k1-alsa.h:1298: error: syntax error before "snd_ctl_elem_id_t" @/gnu/dev/sound/pci/emu10k1-alsa.h:1318: error: syntax error before "snd_ctl_elem_id_t" I cannot find a struct or typedef for snd_ctl_elem_id_t anywhere :( -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0401111633210.30149>