1. 22 1月, 2006 1 次提交
  2. 03 1月, 2006 4 次提交
  3. 04 11月, 2005 1 次提交
  4. 12 9月, 2005 1 次提交
    • T
      [ALSA] Add snd_card_set_generic_dev() call to ISA drivers · 43bcd973
      Takashi Iwai 提交于
      ISA,CMI8330 driver,ES18xx driver,OPL3SA2 driver,Sound Galaxy driver
      Sound Scape driver,AD1848 driver,CS4231 driver,CS4236+ driver
      ES1688 driver,GUS Classic driver,GUS Extreme driver,GUS MAX driver
      AMD InterWave driver,Opti9xx drivers,SB16/AWE driver,SB8 driver
      Wavefront drivers
      - Added snd_card_set_generic_dev() call.
      - Added SND_GENERIC_DRIVER to Kconfig.
      - Clean up the error path in probe if necessary.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      43bcd973
  5. 22 6月, 2005 1 次提交
    • C
      [ALSA] cs4236-irq-handling-fix.patch · 37538928
      Christoph Schulz 提交于
      CS4236+ driver
      Background: The card/chipset supports an external MIDI interrupt.  By
      default, this interrupt isn't used (because the isapnp mechanism chooses a
      configuration without an assigned interrupt).  If the user wishes to
      explicitly select an interrupt via the mpu_irq parameter for such a
      configured device, it doesn't work: The driver always shows:
      
      isapnp MPU: port=0x330, irq=-1
      
      (note the 'irq=-1')
      
      Problem: The driver only allows to set the irq if pnp_irq_valid returns
      true for this particular pnp device.  This, however, is only true if an
      interrupt has already been assigned (pnp_valid_irq returns true if the flag
      IORESOURCE_IRQ is set and IORESOURCE_UNSET is not set).  If no interrupt
      has been assigned so far, IORESOURCE_UNSET is set and pnp_irq_valid returns
      false, thereby inhibiting the selection of a valid irq.
      
      Solution: Don't check for a valid (= already assigned) irq at the point of
      calling pnp_resource_change.
      
      Tested successfully on Linux 2.6.11.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      37538928
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4