kern/109791: [sound] bad sound with maestro3 sound card
Marcin
hybridx87 at gmail.com
Sun Mar 4 18:30:15 UTC 2007
The following reply was made to PR kern/109791; it has been noted by GNATS.
From: Marcin <hybridx87 at gmail.com>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: kern/109791: [sound] bad sound with maestro3 sound card
Date: Sun, 4 Mar 2007 18:56:03 +0100
>From-To: freebsd-i386->freebsd-multimedia
>By: ariff
>When: Sun Mar 4 02:43:35 UTC 2007
>Why: Reassign to freebsd-multimedia
>To the submitter, please try this one:
>http://people.freebsd.org/~ariff/test/maestro3.c
i can't compile this driver;
cp maestro3.c /usr/src/sys/dev/sound/pci/
and
make buildkernel KERNCONF=GENERIC && make installkernel KERNCONF=GENERIC
but i see:
===> sound/driver/maestro3 (all)
cc -O2 -fomit-frame-pointer -pipe -march=pentiumpro -Wall
-DM3_DEBUG_LEVEL=-1 -fno-strict-aliasing -Werror -D_KERNEL
-DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq
-I/usr/include -finline-limit=8000 -fno-common -g
-I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings
-mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-ffreestanding -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -fformat-extensions -std=c99 -c
/usr/src/sys/modules/sound/driver/maestro3/../../../../dev/sound/pci/maestro3.c
/usr/src/sys/modules/sound/driver/maestro3/../../../../dev/sound/pci/maestro3.c:
In function `m3_pci_attach':
/usr/src/sys/modules/sound/driver/maestro3/../../../../dev/sound/pci/maestro3.c:1247:
warning: implicit declaration of function `bus_get_dma_tag'
/usr/src/sys/modules/sound/driver/maestro3/../../../../dev/sound/pci/maestro3.c:1247:
warning: nested extern declaration of `bus_get_dma_tag'
/usr/src/sys/modules/sound/driver/maestro3/../../../../dev/sound/pci/maestro3.c:1258:
warning: passing arg 1 of `bus_dma_tag_create' makes pointer from
integer without a cast
*** Error code 1
Stop in /usr/src/sys/modules/sound/driver/maestro3.
*** Error code 1
Stop in /usr/src/sys/modules/sound/driver.
*** Error code 1
Stop in /usr/src/sys/modules/sound.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
myBox#
any hits?
More information about the freebsd-multimedia
mailing list