1. 19 2月, 2009 2 次提交
    • C
      sound: oxygen: automatically restore overwritten EEPROM · 1275d6f6
      Clemens Ladisch 提交于
      If the EEPROM was partially overwritten (which seems to happen before the OS is
      booted), restore its entire contents by deducing it from the remaining
      information.
      
      This does not have any effect on the Linux driver, which works even with
      incomplete information in the EEPROM, but it makes other drivers work again.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      1275d6f6
    • C
      sound: oxygen: handle cards with broken EEPROM · 30459d7b
      Clemens Ladisch 提交于
      Under as yet unknown circumstances, the first word of the sound card's
      EEPROM gets overwritten.  When this has happened, we cannot rely on the
      subsystem IDs that the kernel reads from the PCI configuration
      registers.  Instead, we read the IDs directly from the EEPROM and do the
      ID matching manually.
      
      Because the model-specific driver cannot determine the model before
      calling oxygen_pci_probe(), that function now gets a get_model()
      callback as parameter.  The customizing of the model structure, which
      was formerly done by the probe() callback, also has moved into
      get_model().
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      30459d7b
  2. 24 9月, 2008 1 次提交
  3. 22 9月, 2008 1 次提交
  4. 19 5月, 2008 1 次提交
  5. 24 4月, 2008 1 次提交
  6. 01 2月, 2008 5 次提交