From owner-freebsd-multimedia Wed Feb 20 0: 6:48 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from cserv.gts.khv.ru (cserv.gts.khv.ru [212.19.26.2]) by hub.freebsd.org (Postfix) with ESMTP id F390C37B402 for ; Wed, 20 Feb 2002 00:06:39 -0800 (PST) Received: (from redfox@localhost) by cserv.gts.khv.ru (8.11.3/Mag-2.0/Beta6) id g1K82bI00810 for freebsd-multimedia@freebsd.org; Wed, 20 Feb 2002 18:02:37 +1000 (VLAT) Date: Wed, 20 Feb 2002 18:02:36 +1000 From: Dmitry Panov To: freebsd-multimedia@freebsd.org Subject: Re: aureal-kmod on fresh -current Message-ID: <20020220080236.GA769@cserv.gts.khv.ru> Reply-To: -redfox-@mail.ru References: <20020220015835.GA96546@cserv.gts.khv.ru> <20020220075506.GA552@cserv.gts.khv.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20020220075506.GA552@cserv.gts.khv.ru> User-Agent: Mutt/1.3.27i Organization: Twilight Zone X-Operating-System: FreeBSD 4.4-STABLE X-Disclaimer: Listen, and thou shall not fear. X-Posting-Date: Wed Feb 20 18:00:35 VLAT 2002 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --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 -#include +#include "au88x0.h" +#include #include #include @@ -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