cvs commit: src/sys/dev/sound/pci emu10k1.c
src/sys/modules/sound/driver/emu10k1 Makefile
Bjoern A. Zeeb
bzeeb-lists at lists.zabbadoz.net
Sun Jan 11 08:36:18 PST 2004
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 at 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/
More information about the cvs-src
mailing list