1. 07 Jul, 2009 2 commits
    • Ondrej Zary's avatar
      ALSA: cmi8330: Allow MPU-401-less operation · 72b43cf1
      Ondrej Zary authored
      Adding MPU-401 support to cmi8330 driver could cause a regression (non-working
      sound) on a system where there is no free IRQ for the MPU-401 device (which
      is not very uncommon as this card requires two separate IRQs plus a third one
      for MPU-401).
      
      When MPU-401 PnP configuration fails (mostly because of unavailable IRQ), just
      ignore MPU-401 and continue without it.
      Signed-off-by: default avatarOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      72b43cf1
    • Ondrej Zary's avatar
      ALSA: cmi8330: find OPL3 port automatically · 0b959167
      Ondrej Zary authored
      My CMI8329 had OPL3 port specified in SB16 resources. But now I found out that
      it was my modification of the card's PnP EEPROM a couple of years ago (can be
      done using C9SETROM.EXE utility). I did it because the OPL3 port was
      completely missing from PnP data. It seems to be hardwired to 0x388 on
      CMI8329.
      
      Find OPL3 port automatically by searching in WSS and SB16 resources. If not
      found, assume that it's hardwired to 0x388.
      Signed-off-by: default avatarOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      0b959167
  2. 05 Jul, 2009 1 commit
  3. 29 Jun, 2009 2 commits
  4. 24 Jun, 2009 35 commits