An error occurred fetching the project authors.
  1. 21 May, 2003 1 commit
    • Jaroslav Kysela's avatar
      ALSA update 0.9.3c · 808d65a3
      Jaroslav Kysela authored
        - added sscape driver
        - documentation updates
        - removed proc dynamic device directory
        - fixed deadlock in PCM midlevel
        - more PnP code cleanups
        - ICE1712/1724 driver - cleanups
        - usbaudio driver
          - added preliminary support for streams II/III
          - more quirk update for extigy
        - intel8x0 driver - nforce fixes
        - sb8 driver - full duplex MIDI UART code for DSP 2.xx+
      808d65a3
  2. 24 Apr, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] sound driver fixes · 6e2069a6
      Andrew Morton authored
      All these drivers have a return hidden in a macro and I missed the lot in the
      first pass due to some config option not begin set.
      6e2069a6
  3. 21 Apr, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] irqs in sound/ · 0246417d
      Andrew Morton authored
      Updates all sound drivers to the new IRQ API.
      
      The patch also fixes
      
      - a return-with-lock-held
      
      - a bunch of warnings and 64-bit bugs (CPU flags must be held in an
        unsigned long)
      
      - jiffies must use unsigned longs
      
      - two functions returning uninitialised values
      0246417d
  4. 11 Apr, 2003 1 commit
    • Jaroslav Kysela's avatar
      ALSA update · 92bac0c5
      Jaroslav Kysela authored
        - ISA PnP drivers - fixed failure path (missing pnp_unregister_card_driver() call)
      92bac0c5
  5. 10 Apr, 2003 1 commit
    • Jaroslav Kysela's avatar
      ALSA update · 4d6dcf60
      Jaroslav Kysela authored
        - documentation
        - control API - added multi-elements to reduce memory usage
        - improved preallocation of DMA buffers
        - CS46xx driver - added support for secondary codec
        - HDSP driver - big update
          - firmware is loaded with hdsptool now
        - pmac driver updates (fixed oops and beep stuff)
        - VIA82xx driver updated
        - ymfpci driver updated 
        - drivers updated to new PnP layer
          - wavefront, ad1816a, cs423x, es18xx, interwave, opl3sa2, cmi8330
          
      4d6dcf60
  6. 03 Mar, 2003 1 commit
    • Steven Cole's avatar
      [PATCH] Spelling fixes from spell-fix.pl · 5d8a45ef
      Steven Cole authored
      This patch contains the first fruits of the automatic spell checking and
      correcting scripts written by Dan Kegel and Matthias Schniedermeyer.
      Those scripts are available here: http://www.kegel.com/kerspell/
      
      This patch fixes these six words from the first five lines of
      spell-fix.txt.  280 lines remaining.
      
        accesible   -> accessible
        accesing    -> accessing
        accomodate  -> accommodate
        acommodate  -> accommodate
        Acknowlege  -> Acknowledge
        acknoledged -> acknowledged
      5d8a45ef
  7. 07 Dec, 2002 1 commit
  8. 05 Dec, 2002 1 commit
    • Adam Belay's avatar
      [PATCH] Linux PnP Support V0.93 - 2.5.50 · 85478b2d
      Adam Belay authored
      Attached is a patch, that updates the 2.5.50 to the latest pnp
      version.  It includes all 9 of the previously submitted patches.
      
      Highlights are as follows:
      -PnP BIOS fixes
      -Several new macros
      -PnP Card Services
      -Various bug fixes
      -more drivers converted to the new APIs
      85478b2d
  9. 17 Nov, 2002 1 commit
  10. 22 Oct, 2002 1 commit
    • Jaroslav Kysela's avatar
      ALSA update · 45e72f21
      Jaroslav Kysela authored
        - changed names for module symbols: snd_xxxx ==> xxxx (removed prefix)
      45e72f21
  11. 13 Oct, 2002 1 commit
    • Jaroslav Kysela's avatar
      ALSA update · 7d350417
      Jaroslav Kysela authored
        - reduced stack usage (>1024 bytes) in ioctl32 routines and PCM routines
        - PCM midlevel - fixed drop in release()
        - OPL3SA2 - removed wrong inclusion of <linux/isapnp.h>
        - EMU8000 - fixed compilation when sequencer is not selected
        - Wavefront - fixed compilation for GCC3
        - fixed gameport dependency in pci/Config.in
        - EMU10K1 - fixed icode peek ioctl in emufx()
        - YMFPCI - added FM legacy volume control
      7d350417
  12. 08 Oct, 2002 1 commit
  13. 01 Oct, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [3/12] - 2002/08/13 · 8122d638
      Jaroslav Kysela authored
        - C99-like structure initializers - first bunch of changes
        - CS46xx
          - fixed the compile with the older image
        - AC'97 codec
          - added the ids for ITE chips
          - check the validity of registers always in the limited register mode
        - intel8x0
          - allow ICH4 to proceed without probing PCR / SCR bits
        - VIA686
          - AC97 cold reset only when AC-link is down
      8122d638
  14. 29 Sep, 2002 1 commit
  15. 23 May, 2002 1 commit
  16. 18 Mar, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] for 2.5.7pre2 · ed0e83f5
      Jaroslav Kysela authored
      - add joystick support for CS46xx driver
      - Audigy code updates
      - fix sound/core/Config.in (wrong dep_tristate usage)
      - rawmidi interface fixes (memory leak)
      - chang spinlock to rwlock in pcm_native.c (streams linking)
      - further fixes of dependencies in Makefiles
      - remove experimental time-sync support from sequencer
      - fix/update for 32-bit -> 64-bit ioctl converter code
      - wavefront driver cleanups
      - CMIPCI driver updates
      - update joystick support in CS4281
      - add detection (not support) of M Audio Delta1010LT
      - add AMD768 PCI ID to intel8x0 driver
      - add joystick code to trident driver
      - remove static variable initialization to zero
      ed0e83f5
  17. 07 Mar, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA patch for 2.5.6pre2 · bbf5aea1
      Jaroslav Kysela authored
      Hello,
      
      	this recent ALSA patch includes:
      
      - added initial version of Config.help files
      - moved /proc/asound/sndstat to /proc/asound/oss/sndstat
      - moved /proc/asound/oss-devices to /proc/asound/oss/devices
      - snd-rtctimer updates (blocking of RTC driver change)
      - added ioctl conversion code for 32-bit applications running on 64-bit kernels
      - fixed dependencies in makefiles
      - wavefront driver cleanups (removed LOOPS_PER_SEC)
      - created Documentation/sound/alsa directory
      
      						Jaroslav
      bbf5aea1
  18. 26 Feb, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA patch for 2.5.5 · 4fff2c1a
      Jaroslav Kysela authored
      - added support for KERN_ prefixes for snd_printk
      - verbose printk (file:number) is now optional
      - fixed devfs OSS device names in soundcore
      - added XRUN ioctl for PCM API
      - improved support for Sound Blaster Audigy
      - fixed AC3 forwarding for Sound Blaster Live!
      - more fixes in dependencies in Makefiles
      - llseek locking fixes for sound/core/info.c
      - fixed ISA DMA allocation
      - added wait() callback for ac97_codec.c and VIA686 driver
      - CMIPCI driver updates
      - added AMD-8111 support for Intel8x0
      4fff2c1a
  19. 19 Feb, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update for 2.5.5-pre1 · 56eab47d
      Jaroslav Kysela authored
      	this is a sync with the current ALSA CVS tree (last code
      modification: (Sun Feb 17 17:46:41 2002 UTC)) and 2.5.5-pre1 code and
      contains:
      
      - ALSA code version 0.9.0beta11
      - Config.in files updated (separated associated drivers to submenus)
      - global sound/Makefile fixes
      - added inclusion of missing header files for alpha architecture
      - fixed power functions (bad locking)
      - fixed copy_to_user calls (removed them from spinlocks)
      - fixed freeing of resource structures
      - fixed AD1816A driver (inverted volume controls)
      - added new functions to allocate ISA DMA memory (cleanups in ISA drivers)
      - updated ISA PnP detection in wavefront driver
      - added joystick support for VIA686
      - updated ES1968 (Maestro2) driver
      - moved joystick support for YMFPCI to the control interface
      - updated Korg1212 driver
      56eab47d
  20. 13 Feb, 2002 1 commit