Date: Wed, 20 Feb 2002 18:02:36 +1000 From: Dmitry Panov <redfox@cserv.gts.khv.ru> To: freebsd-multimedia@freebsd.org Subject: Re: aureal-kmod on fresh -current Message-ID: <20020220080236.GA769@cserv.gts.khv.ru> In-Reply-To: <20020220075506.GA552@cserv.gts.khv.ru> References: <20020220015835.GA96546@cserv.gts.khv.ru> <20020220075506.GA552@cserv.gts.khv.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--huq684BweRXVnRxX Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Sorry, forgot to attach file. --huq684BweRXVnRxX Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename="patch-au88x0.c" --- au88x0.c.orig Fri Jun 22 13:58:17 2001 +++ au88x0.c Wed Feb 20 15:29:20 2002 @@ -32,7 +32,8 @@ */ #include <dev/sound/pcm/sound.h> -#include <dev/sound/pci/au88x0.h> +#include "au88x0.h" +#include <sys/systm.h> #include <pci/pcireg.h> #include <pci/pcivar.h> @@ -945,7 +946,7 @@ static driver_t au_driver = { "pcm", au_methods, - sizeof(struct snddev_info), + PCM_SOFTC_SIZE, }; --huq684BweRXVnRxX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020220080236.GA769>