/[openvortex]/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c
ViewVC logotype

Diff of /alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by vizard, Sat May 31 02:35:12 2003 UTC revision 1.3 by vizard, Mon Aug 11 00:06:40 2003 UTC
# Line 674  int __devinit snd_emu10k1_create(snd_car Line 674  int __devinit snd_emu10k1_create(snd_car
674          if (emu->serial == 0x40011102) {          if (emu->serial == 0x40011102) {
675                  emu->card_type = EMU10K1_CARD_EMUAPS;                  emu->card_type = EMU10K1_CARD_EMUAPS;
676                  emu->APS = 1;                  emu->APS = 1;
677                    emu->no_ac97 = 1; /* APS has no AC97 chip */
678            }
679            else if (emu->revision == 4 && emu->serial == 0x10051102) {
680                    /* Audigy 2 EX has apparently no effective AC97 controls
681                     * (for both input and output), so we skip the AC97 detections
682                     */
683                    snd_printdd(KERN_INFO "Audigy2 EX is detected. skpping ac97.\n");
684                    emu->no_ac97 = 1;
685          }          }
686                    
687          emu->fx8010.fxbus_mask = 0x303f;          emu->fx8010.fxbus_mask = 0x303f;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26