1. 09 10月, 2005 1 次提交
  2. 07 10月, 2005 27 次提交
  3. 23 9月, 2005 2 次提交
  4. 21 9月, 2005 1 次提交
    • C
      [SPARC] cs4231: Fix SBUS support in this driver. · a131430c
      Christopher Zimmermann 提交于
      From: Christopher Zimmermann <madroach@zakweb.de>
      
      This patch enables SBus support for the cs4231 sound driver.
      It is tested on an Ultra2. Capture and playback both work.
      I experienced lags and crashes using certain threaded
      players like ogg123 and mp3blaster, while the former is
      lagging far more. This behavior may be specific to SMP
      systems. It is reproducable using the dummy sound card
      driver. Sox works flawlessly.
      
      Setting up the calculation of ptr in snd_cs4231_playback_pointer 
      was a bit strange. I got it to work by not incrementing the
      [pc]_periods_sent counter when starting DMA the first time
      in cs4231_dma_trigger. Therefore this dummy thing.
      
      [ I did some minor cleanups -DaveM ]
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a131430c
  5. 18 9月, 2005 1 次提交
  6. 15 9月, 2005 1 次提交
    • R
      [PATCH] add PCI IDs so RME32 and RME96 drivers build · 8b7fc421
      Roland Dreier 提交于
      While doing an allyesconfig build, I noticed that the commit
      
          commit 8cdfd251
          Author: Takashi Iwai <tiwai@suse.de>
          Date:   Wed Sep 7 14:08:11 2005 +0200
      
              [ALSA] Remove superfluous PCI ID definitions
      
      broke the RME32 and RME96 drivers, since the PCI IDs they use seem to have
      changed names.  Here's a patch to fix this -- compile tested only, since I
      have no idea what the hardware even is.
      
      Fix the build of the RME32 and RME96 drivers by having them use the
      PCI_DEVICE_ID_RME_xxx names defined in <linux/pci_ids.h> instead of the
      PCI_DEVICE_ID_xxx names that they used to define themselves.
      
      Also fix the typo in the id PCI_DEVICE_IDRME__DIGI96_8_PAD_OR_PST so the
      name is PCI_DEVICE_ID_RME_DIGI96_8_PAD_OR_PST.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      Acked-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8b7fc421
  7. 12 9月, 2005 7 次提交
    • C
      [ALSA] set owner field in struct pci_driver · 3bcd4649
      Clemens Ladisch 提交于
      AD1889 driver,ALS4000 driver,ATIIXP driver,ATIIXP-modem driver
      AZT3328 driver,BT87x driver,CMIPCI driver,CS4281 driver
      ENS1370/1+ driver,ES1938 driver,ES1968 driver,FM801 driver
      Intel8x0 driver,Intel8x0-modem driver,Maestro3 driver,RME32 driver
      RME96 driver,SonicVibes driver,VIA82xx driver,VIA82xx-modem driver
      ALI5451 driver,au88x0 driver,CS46xx driver,EMU10K1/EMU10K2 driver
      HDA Intel driver,ICE1712 driver,ICE1724 driver,KORG1212 driver
      MIXART driver,NM256 driver,RME HDSP driver,RME9652 driver
      Trident driver,Digigram VX222 driver,YMFPCI driver
      Set the module owner field in each driver's struct pci_driver to get
      the driver symlink in the sysfs device directory.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      3bcd4649
    • M
      [ALSA] Several fixes for the Sun DBRI driver · 4338829e
      Martin Habets 提交于
      SPARC DBRI driver
      This patch contains the following fixes to the Alsa DBRI driver:
      
      - Remove 2.6.13 build warning on the prom_getproperty() call.
      
      - Rework command synchronization: send a sequence number with D_WAIT,
        and check it in the completion interrupt.
        Move synchronization delays from _cmdsend() to _cmdlock() allowing the
        CPU to do other usefull things while the DBRI is processing the
        commands.
      
      - Fix first argument of printk() calls.
      
      - Enable burst transfers for DBRI. Original 2.4 patch from Krzysztof
        Helt
      
      - Make dbri_debug module parameter writable from sysfs. Remove obsolete
        write access to the /proc debug file.
      
      - Replace udelay() with msleep_interruptible() where possible.
      
      - Update documentation comments.
      Signed-off-by: NMartin Habets <errandir_news@mph.eclipse.co.uk>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4338829e
    • J
      [ALSA] snd-emu10k1: ALSA bug#1297: Fix a error recognising the SB Live Platinum. · afe0f1f6
      James Courtier-Dutton 提交于
      EMU10K1/EMU10K2 driver
      The card does not have an AC97 chip.
      .subsystem = 0x80611102
      Signed-off-by: NJames Courtier-Dutton <James@superbug.co.uk>
      afe0f1f6
    • T
      [ALSA] Replace with kzalloc() - others · 561b220a
      Takashi Iwai 提交于
      Documentation,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,OPL3
      OPL4,Digigram VX core,I2C cs8427,I2C lib core,I2C tea6330t,L3 drivers
      AK4114 receiver,AK4117 receiver,PDAudioCF driver,PPC PMAC driver
      SPARC AMD7930 driver,SPARC cs4231 driver,Synth,Common EMU synth
      USB generic driver,USB USX2Y
      Replace kcalloc(1,..) with kzalloc().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      561b220a
    • T
      [ALSA] Replace with kzalloc() - pci stuff · e560d8d8
      Takashi Iwai 提交于
      AD1889 driver,ATIIXP driver,ATIIXP-modem driver,AZT3328 driver
      BT87x driver,CMIPCI driver,CS4281 driver,ENS1370/1+ driver
      ES1938 driver,ES1968 driver,FM801 driver,Intel8x0 driver
      Intel8x0-modem driver,Maestro3 driver,SonicVibes driver,VIA82xx driver
      VIA82xx-modem driver,AC97 Codec,AK4531 codec,au88x0 driver
      CA0106 driver,CS46xx driver,EMU10K1/EMU10K2 driver,HDA Codec driver
      HDA generic driver,HDA Intel driver,ICE1712 driver,ICE1724 driver
      KORG1212 driver,MIXART driver,NM256 driver,Trident driver,YMFPCI driver
      Replace kcalloc(1,..) with kzalloc().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e560d8d8
    • T
      [ALSA] Replace with kzalloc() - isa stuff · 9e76a76e
      Takashi Iwai 提交于
      ES18xx driver,OPL3SA2 driver,AD1816A driver,AD1848 driver,CS4231 driver
      ES1688 driver,GUS Library,Opti9xx drivers,EMU8000 driver
      SB16/AWE driver,SB drivers
      Replace kcalloc(1,..) with kzalloc().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9e76a76e
    • T
      [ALSA] Replace with kzalloc() - seq stuff · ecca82b4
      Takashi Iwai 提交于
      ALSA sequencer,Instrument layer,ALSA<-OSS sequencer
      Replace kcalloc(1,..) with kzalloc().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ecca82b4