From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 02:13:05 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECED216A412; Sun, 1 Oct 2006 02:13:05 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB6D43D9E; Sun, 1 Oct 2006 02:12:41 +0000 (GMT) (envelope-from alex.kovalenko@verizon.net) Received: from RabbitsDen ([70.21.206.89]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J6F00AC9Q4Q55O5@vms044.mailsrvcs.net>; Sat, 30 Sep 2006 21:12:27 -0500 (CDT) Date: Sat, 30 Sep 2006 22:12:19 -0400 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <20061001095633.669030b6.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <1159668739.778.22.camel@RabbitsDen.RabbitsLawn.verizon.net> MIME-version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-type: multipart/mixed; boundary="Boundary_(ID_S4W8hySz3+ae54mYnk3C4w)" References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001090712.091d1a71.ariff@FreeBSD.org> <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001095633.669030b6.ariff@FreeBSD.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 02:13:06 -0000 --Boundary_(ID_S4W8hySz3+ae54mYnk3C4w) Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT On Sun, 2006-10-01 at 09:56 +0800, Ariff Abdullah wrote: > On Sat, 30 Sep 2006 21:44:24 -0400 > "Alexandre \"Sunny\" Kovalenko" wrote: > > BTW: I forgot to mention first time around > > -- /usr/src/sys/modules/sound/driver/hda/Makefile seemed to contain > > two identical sections: > > ------------------------------------------------------------------- > > -------------- > > How did you apply the patch? Show me the full command along with all > the arguments. Did you do the "cleanup" first before applying another? > > > # $FreeBSD$ > > > > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda > > > > KMOD= snd_hda > > SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > > SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h > > > > .include > > # $FreeBSD$ > > > > .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda > > > > KMOD= snd_hda > > SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h > > SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h > > > > .include > > ------------------------------------------------------------------- > > ---------------- I have manually removed the second of the two, > > otherwise I would have different compilation error (-I- used twice > > on the command line). Sorry, should have reported it first time > > around. > > > > -- > > Alexandre "Sunny" Kovalenko (ОлекÑандр Коваленко) > > > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ OK, now, when I removed all the relevant bits (I think), did another cvsup and fetched patch again, both of Makefile problems are gone (sorry for the noise), but compilation problems persist. Typescript attached. -- Alexandre "Sunny" Kovalenko (Олександр Коваленко) --Boundary_(ID_S4W8hySz3+ae54mYnk3C4w)--