1. 07 10月, 2005 8 次提交
  2. 23 9月, 2005 2 次提交
  3. 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
  4. 18 9月, 2005 1 次提交
  5. 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
  6. 12 9月, 2005 27 次提交