Date: Mon, 6 Oct 2008 12:50:28 +0200 From: Gary Jennejohn <gary.jennejohn@freenet.de> To: "Alexander Leidinger" <Alexander@Leidinger.net> Cc: Alexander Motin <mav@freebsd.org>, freebsd-current@freebsd.org, Joel Dahl <joel@freebsd.org>, bsd@fluffles.net Subject: Re: regression in HDA functionality Message-ID: <20081006125028.5617e63f@ernst.jennejohn.org> In-Reply-To: <20081006114838.75492pa2uian85wk@webmail.leidinger.net> References: <1222892584.00020319.1222880402@10.7.7.3> <48E54290.5010600@FreeBSD.org> <48E54B75.3010307@FreeBSD.org> <200810030945.00843.doconnor@gsoft.com.au> <48E9AB21.1010203@fluffles.net> <20081006114838.75492pa2uian85wk@webmail.leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 06 Oct 2008 11:48:38 +0200 "Alexander Leidinger" <Alexander@Leidinger.net> wrote: > Quoting fluffles.net <bsd@fluffles.net> (from Mon, 06 Oct 2008 > 08:07:29 +0200): > > Maybe a solution would be to *always* register pcm0, so it becomes the > > default device. This device is not a real device but rather a virtual > > We have /dev/dsp, which points by default to the first registered soundcard. > Really? I do not have any /dev/dsp. garyj:ernst:~:-bash:6> uname -a FreeBSD ernst.jennejohn.org 8.0-CURRENT FreeBSD 8.0-CURRENT #5: Sat Oct 4 12:13:45 CEST 2008 garyj@ernst.jennejohn.org:/usr/obj/usr/src/sys/amd64 amd64 garyj:ernst:~:-bash:7> ls /dev/d* /dev/dcons /dev/devstat /dev/dumpdev@ /dev/devctl /dev/dgdb /dev/dvd@ root:ernst:~:bash:3> grep -i dsp /sys/conf/* /sys/conf/files:dev/sound/pcm/dsp.c optional sound /sys/conf/kern.mk:# disable MIPS DSP ASE Instruction set. /sys/conf/kern.mk:CFLAGS+= -msoft-float -mno-dsp root:ernst:~:bash:4> grep -i dsp /sys/amd64/conf/* root:ernst:~:bash:5> grep sound /sys/amd64/conf/amd64 device sound root:ernst:~:bash:6> ls /usr/obj/usr/src/sys/amd64/dsp* /usr/obj/usr/src/sys/amd64/dsp.o Seems like all the prerequisites are there. --- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081006125028.5617e63f>