An error occurred fetching the project authors.
  1. 03 Oct, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA fixes · e4eaa6be
      Jaroslav Kysela authored
        - save_flags/cli/restore_flags removal
        - updated USB code for 2.5
        - fixed SPARC configuration
        - fixed spinlock/sleep race in PCM midlevel
      e4eaa6be
  2. 01 Oct, 2002 5 commits
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [7/12] - 2002/08/26 · e2094b53
      Jaroslav Kysela authored
        - AC'97 codec
          - added ac97_can_amap() condition
          - removed powerup/powerdown sequence when sample rate is changed
          - added ac97_is_rev22 check function
          - added AC97_EI_* defines
          - available rates are in array
        - CS46xx
          - improved the SCB link mechanism
          - SMP deadlock should have been fixed now
        - OSS mixer emulation
          - added the proc interface for the configuration of OSS mixer volumes
        - rawmidi midlevel
          - removed unused snd_rawmidi_transmit_reset and snd_rawmidi_receive_reset functions
        - USB MIDI driver
          - integration of USB MIDI driver into USB audio driver by Clemens
        - intel8x0 - the big intel8x0 driver update
          - added support for ICH4
          - rewrited I/O (the third AC'97 codec registers are available only through memory)
          - code cleanups
          - ALI5455 specific code
          - added proc interface
        - VIA686, VIA8233
          - set the max periods to 128
      e2094b53
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [6/12] - 2002/08/21 · a2755d79
      Jaroslav Kysela authored
        - CS46xx
          - SPDIF input fixes
          - fixed missplaced #ifndef
          - amplifier fix for Game Theater XP
          - refine on the PCM multichannel functionality
        - EMU10K1
          - added the support for Audigy spdif controls
        - PCM midlevel
          - fixed hw_free (wrong state for drivers with no callback
          - fixed sw_params (runtime) lock
        - AC'97 codec
          - fixed spin deadlock
        - CS4281
          - fixed wrong mdelays and allowed scheduling in module_init
        - PPC drivers
          - added the missing inclusion of linux/slab.h
        - USB MIDI driver
          - replaced urb_t -> struct urb
      a2755d79
    • 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
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [2/12] - 2002/08/12 · 7d133b7c
      Jaroslav Kysela authored
        - removed __NO_VERSION__
        - CS46xx
          - SDPIF input support, only 48khz
          - PCM multichannel bug fix
        - EMU10K1
          - Added workaround for EMU10K1 capture (wrong pointer)
        - Keywest (PPC)
          - fixed the initialization of driver
      7d133b7c
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [1/12] - 2002/08/09 · b35a6301
      Jaroslav Kysela authored
        - Corrections for PCM sample silence (24-bits)
        - OPL3 code fixes (delays)
        - CS4281
          - added the power management code
          - added mixer controls for internal FM and PCM volumes
        - EMU10K1
          - fixed the dma mask
        - ICE1712
          - replaced EREMOTE with EIO
          - check the return value from ews88mt_chip_select()
        - Maestro3
          - corrected the wrong pci id for inspiron 8000
          - use the quirk list for gpio workarounds
      b35a6301
  3. 29 Sep, 2002 2 commits
  4. 20 Jun, 2002 1 commit
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update · 5f47478a
      Jaroslav Kysela authored
      this ALSA update contains
      
       - fixed dependencies for OSS Sequencer emulation code
       - fixed wrong verbose printk output
       - fixed possible oops in OSS PCM emulation code (silence)
       - added snd_timer_del() function
       - added integer64 support to control interface
       - AC'97 - cleanups for Cirrus Logic codecs (S/PDIF)
       - added PCM device for SB AWE synthesizer
       - added RME Hammerfall DSP Audio driver by Paul Davis
       - renamed rme9652_mem.o module to hammerfall_mem.o
       - device naming cleanups in snd-intel8x0
       - RME32 driver updates
       - VIA8233 driver updates for VIA8233A
       - CS4281 code updated to support dual codecs
       - Korg1212 driver update (debugging)
       - YMFPCI - changed support for rear channel
       - improved PPC drivers - AWACS, KEYWEST, TUMBLER
      5f47478a
  5. 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
  6. 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
  7. 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
  8. 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
  9. 13 Feb, 2002 1 commit