An error occurred fetching the project authors.
  1. 08 May, 2003 1 commit
    • Jaroslav Kysela's avatar
      ALSA update 0.9.3a · f453e20d
      Jaroslav Kysela authored
        - PCM - recoded link group locking
        - MPU401 - replaced RX_LOOP and TX_LOOP bits with atomic_t variables
        - ICE17xx - moved ak4xxx routines to separate module (snd-ak4xxx-adda)
        - CS8427 - fixed initialization, added Q-subcode control
        - AC97 - added more patches for Wolfson codecs
        - CMIPCI - added 24-bit sample support for S/PDIF
        - maestro3 - fixes
        - via82xx - workaround for Award BIOS, dxs_support module parameter
        - ymfpci - fixed initialization
        - intel8x0 - code cleanups, recoded inialization of pcm streams
        - sa11xx-uda1341 - removed debug code and other cleanups
        - irqreturn_t cleanups
      f453e20d
  2. 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
  3. 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
  4. 01 Oct, 2002 1 commit
  5. 29 Sep, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [3/10] - 2002/07/03 · f7fb77bf
      Jaroslav Kysela authored
        - added support for spdif on coexant cx20468 chip
        - fixed compilation without CONFIG_PROC_FS
        - YMFPCI driver
          - fixed GPIO read/write
          - a new module option snd_rear_switch
        - ioctl32 - added support for old hw_params ioctl
        - ES1968 driver
          - enabled hw control IRQ
          - calling es1968_reset() in free()
        - VIA8233 driver - fixes for mono playback
      f7fb77bf
  6. 23 May, 2002 1 commit
  7. 28 Apr, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA PATCH against ChangeSet 1.567 · 474018b8
      Jaroslav Kysela authored
      Hello,
      
      	this ALSA patch contains:
      
      - fixed sound_core.c - devfs names
      - added ARM driver for H3x00 iPaq handhelds from Compaq
      - added RME Digi32 driver
      - increased number of RawMidi devices per card to 8
      - removed unimplemented IPC definitions from asequencer.h
      - compilation fixes for snd_printk/snd_printd
      - added snd_midi_event_no_status() function to seq_midi_event.c
        - used in OSS emulation code to follow OSS/Lite behaviour
      - fixed snd_pcm_playback_silence() function (possible memory leak)
      - fixed endless loop in snd_pcm_playback_drain()
        - OSS applications using mmap() should end correctly now
      - fixed autoloading of sequencer clients (oops)
      - fixed virmidi code (emu10k1)
      - improved OPL4 chip detection
      - fixed deadlock in sound/i2c.h
      - improved cs8427 chip support (proper initialization)
      - improved CMI8330 detection
      - improved S/PDIF detection in ENS1371 driver
      - fixed possible NULL pointer dereference in FM801 driver
      - added ICH4 to intel8x0 driver
      - fixed port names allocation in intel8x0 driver
      - fixed rate detection in intel8x0 driver
      - AC97 code
        - better initialization for wolfson codecs
        - improved CS4205 support (special S/PDIF handling)
      - emu10k1/audigy updates
      
      						Jaroslav
      474018b8
  8. 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
  9. 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
  10. 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
  11. 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
  12. 13 Feb, 2002 1 commit