Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2006 03:55:08 +0200
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-current@freebsd.org
Subject:   Re: Call for testing: emu10kx driver for Creative sound cards
Message-ID:  <200605220355.08380.pieter@degoeje.nl>
In-Reply-To: <20060520141209.A2285@free.home.local>
References:  <20060520141209.A2285@free.home.local>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I have a Sound Blaster Live! 5.1 Digital card (well, that's what it says on 
the card itself), but it isn't detected correctly until after I add the 
following line to emu10kx.c:

{0x1102, 0x0002, 0x1102, 0x8066, "CT4780", "SBLive! 5.1 Digital", HAS_AC97 | 
HAS_51 | IS_EMU10K1},

Otherwise it's detected as "SBLive! (Unknown model)", without the 5.1 bits.

The driver seems to work fine here, I didn't do extensive testing but I can 
play my mp3s :)

pciconf -vl:

emu10kx0@pci0:10:0:     class=0x040100 card=0x80661102 chip=0x00021102 
rev=0x0a hdr=0x00
    vendor   = 'Creative Labs'
    device   = 'EMU10000 Sound Blaster Live! (Also Live! 5.1) - OEM from 
DELL - CT4780'
    class    = multimedia
    subclass = audio

cat /dev/emu10kx0
FreeBSD EMU10Kx Audio Driver

Hardware resource usage:
DSP General Purpose Registers: 38 used, 256 total
DSP Instruction Registers: 54 used, 512 total
Card supports AC97 codec and 5.1 output, SBLive! DSP code

Installed devices:
EMU10Kx DSP FRONT PCM Interface on pcm0
EMU10Kx DSP REAR PCM Interface on pcm1
EMU10Kx DSP CENTER PCM Interface on pcm2
EMU10Kx DSP SUBWOOFER PCM Interface on pcm3
EMU10Kx MIDI Interface
        On-card connector on midi0
        IR reciever MIDI events disabled

Regards,

Pieter de Goeje



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605220355.08380.pieter>