Hello,

I'm trying to work out why alsa 0.9.6 is identifying my card as an
Audigy rather than Audigy2:

[EMAIL PROTECTED] root]# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 0.9.6.
Compiled on Sep  6 2003 for kernel 2.4.22 with versioned symbols.

[EMAIL PROTECTED] root]# cat /proc/asound/cards
0 [Audigy         ]: Audigy - Sound Blaster Audigy
                     Sound Blaster Audigy (rev.4) at 0x9000, irq 7

[EMAIL PROTECTED] root]# lspci -d 1102:* -v
01:07.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
        Subsystem: Creative Labs: Unknown device 1007
        Flags: bus master, medium devsel, latency 32, IRQ 7
        I/O ports at 9000 [size=64]
        Capabilities: [dc] Power Management version 2

01:07.1 Input device controller: Creative Labs SB Audigy MIDI/Game port
(rev 04)
        Subsystem: Creative Labs: Unknown device 0060
        Flags: bus master, medium devsel, latency 32
        I/O ports at 9400 [size=8]
        Capabilities: [dc] Power Management version 2

01:07.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev
04) (prog-if 10 [OHCI])
        Subsystem: Creative Labs SB Audigy FireWire Port
        Flags: bus master, medium devsel, latency 32, IRQ 5
        Memory at e4485000 (32-bit, non-prefetchable) [size=2K]
        Memory at e4480000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2


emu10k1.c has the following:


if (emu->audigy && (emu->revision == 4) ) {
                strcpy(card->driver, "Audigy2");
                strcpy(card->shortname, "Sound Blaster Audigy2");


I'm pretty sure that the PCI details show that the card is Audigy rev 4 so have I missed something that would mean the card is being identified incorrectly ?

Cheers

Dave.







-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to