regression in HDA functionality

Gary Jennejohn gary.jennejohn at freenet.de
Mon Oct 6 10:50:44 UTC 2008


On Mon, 06 Oct 2008 11:48:38 +0200
"Alexander Leidinger" <Alexander at Leidinger.net> wrote:

> Quoting fluffles.net <bsd at 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 at 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


More information about the freebsd-current mailing list