An error occurred fetching the project authors.
  1. 20 Jan, 2005 1 commit
  2. 04 Mar, 2004 6 commits
    • Jaroslav Kysela's avatar
      ALSA CVS update - Jaroslav Kysela <perex@suse.cz> · 437b466a
      Jaroslav Kysela authored
      ALSA Core,Generic drivers
      Russell King <rmk+alsa@arm.linux.org.uk>
      
      This is part of a patch series to clean up sound/core/Makefile in Linux
      2.6.4-rc1.
      
      - Add SND_TIMER for drivers which use the snd-timer module.
      - Remove snd-timer from these drivers entries in sound/core/Makefile,
        removing any sound/core/Makefile entries which are left empty.
      - Since the 'top level module dependency' lists are now gone, remove
        the comment.
      - Also, since we only mention objects once, remove the sorting of obj-m
      437b466a
    • Jaroslav Kysela's avatar
      ALSA CVS update - Jaroslav Kysela <perex@suse.cz> · a81107ee
      Jaroslav Kysela authored
      ALSA Core,ISA,PCI drivers,PCMCIA Kconfig
      Russell King <rmk+alsa@arm.linux.org.uk>
      
      This is part of a patch series to clean up sound/core/Makefile in Linux
      2.6.4-rc1.
      
      - Add SND_HWDEP for drivers which use the snd-hwdep module.
      - Remove snd-hwdep from these drivers entries in sound/core/Makefile,
        removing any sound/core/Makefile entries which are left empty.
      a81107ee
    • Jaroslav Kysela's avatar
      ALSA CVS update - Jaroslav Kysela <perex@suse.cz> · c414e3fa
      Jaroslav Kysela authored
      ALSA Core,Generic drivers,ISA,PCI drivers,USB
      Russell King <rmk+alsa@arm.linux.org.uk>
      
      This is part of a patch series to clean up sound/core/Makefile in Linux
      2.6.4-rc1.
      
      - Add SND_RAWMIDI for drivers which use the snd-rawmidi module.
      - Remove snd-rawmidi from these drivers entries in sound/core/Makefile
      - Remove any sound/core/Makefile entries which are left empty.
      c414e3fa
    • Jaroslav Kysela's avatar
      ALSA CVS update - Jaroslav Kysela <perex@suse.cz> · f0214c55
      Jaroslav Kysela authored
      ARM,ALSA Core,Generic drivers,ISA,PARISC,PCI drivers,PCMCIA Kconfig,PPC
      SPARC,USB
      This is part of a patch series to clean up sound/core/Makefile in Linux
      2.6.4-rc1.
      
      - Add 'select SND_PCM' statements to appropriate Kconfig entries for
        drivers whose configuration symbol is used to build snd-pcm,
        snd-timer, and snd-page-alloc.
      
      - Remove snd-pcm, snd-timer and snd-page-alloc from these in
        sound/core/Makefile.
      
      - Remove snd from these entries as well - all SND_xxx configuration
        symbols depend on CONFIG_SND, so we won't even consider building
        any of these drivers unless SND is already set to 'y' or 'm'.
      f0214c55
    • Jaroslav Kysela's avatar
      ALSA CVS update - Jaroslav Kysela <perex@suse.cz> · 04ea223f
      Jaroslav Kysela authored
      ALSA Core
      Russell King <rmk+alsa@arm.linux.org.uk>
      
      This is part of a patch series to clean up sound/core/Makefile in Linux
      2.6.4-rc1.
      
      - Add SND_TIMER, SND_PCM, SND_HWDEP and SND_RAWMIDI configuration symbols.
        These symbols select which modules in sound/core get built, building
        snd-timer, snd-pcm, snd-hwdep and snd-rawmidi respectively.
      
      - Add reverse dependencies (select) to select these symbols for core
        components where necessary.
      
      - Hide SND_OSSEMUL - we can select this when SND_MIXER_OSS, SND_PCM_OSS
        or SND_SEQUENCER_OSS are selected automatically.
      
      - Tweak Makefile to use these new symbols to build these modules.
      
      - Since we now build appropriate modules for core components according
        to the new configuration symbols, (eg, snd-timer if SND_SEQUENCER is
        selected) we can delete these duplications.
      04ea223f
    • Jaroslav Kysela's avatar
      ALSA CVS update - Jaroslav Kysela <perex@suse.cz> · b1216ee2
      Jaroslav Kysela authored
      Big DMA cleanup originated by Russell King <rmk+alsa@arm.linux.org.uk>
      * Russel
        - introduced 'struct device' support for 2.6 dma_alloc_coherent()
      * Jaroslav
        - removed all bus-specific allocation functions
        - extended snd_dma_alloc_pages/snd_dma_free_pages to handle all bus types
        - recoded all (or almost all) device drivers
        - sgbuf functions are bus independent now
      b1216ee2
  3. 23 Feb, 2004 1 commit
  4. 21 Feb, 2004 1 commit
  5. 05 Feb, 2004 1 commit
  6. 27 Jan, 2004 1 commit
  7. 06 Jun, 2003 1 commit
    • Jaroslav Kysela's avatar
      ALSA update · 164882b8
      Jaroslav Kysela authored
        - added AZT3328 driver
        - added Terratec Aureon support to ICE1724 driver
        - fixed possible PCI posting problems
          - ENS1370, ENS1371, FM801, ICE1712, ICE1724, VIA82xx
        - AC'97 code
          - added new IDs
          - fixed typo in S/PDIF code
          - C-Media related fixes
        - USB driver
          - added nrpacks module option
          - added hack for AudioTrak Optoplay
          - removed OLD_USB stuff
      164882b8
  8. 01 Jun, 2003 1 commit
    • Jaroslav Kysela's avatar
      ALSA update 0.9.4 · 1ff07d33
      Jaroslav Kysela authored
        - added drivers for Digigram VXPocket V2, VXPocket 440 (pcmcia)
        - added driver for Digigram VXP220 V2/Mic (PCI)
        - added driver Harmony chipset (parisc)
        - added OPL4 driver
        - code cleanups - removed 2.2 and 2.4 code
        - nm256 driver - added Dell Latitude LS workaround
        - ac97 driver - fixes in intialization
        - usb audio driver - strlcat() fixes
      1ff07d33
  9. 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
  10. 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
  11. 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
  12. 23 Mar, 2003 1 commit
  13. 20 Mar, 2003 1 commit
    • Jaroslav Kysela's avatar
      ALSA update (0.9.2) · a810a3da
      Jaroslav Kysela authored
        - created snd-page-alloc module
          - moved all page allocation code there
          - preserves preallocated DMA buffers for devices
        - USB audio driver updated
        - AC'97 - better modem initialization code
        - timer API - enhanced (added pause and more event notifications)
        - splitted ice1724 code from ice1712 to own module
        - general
          - timerstamp cleanups (timeval -> timespec)
          - C99-like cleanups
        - trident driver
          - more workaround for wrong IRQ acks
        - OSS sequencer emulation
          - fixed OOPS (wrong free order)
          - more compatible with level 1 of sequencer (/dev/sequencer)
        - CS46xx driver updated
        - intel8x0 driver updated
        - emu10k1 driver updated
      a810a3da
  14. 03 Feb, 2003 1 commit
  15. 15 Dec, 2002 1 commit
  16. 27 Oct, 2002 1 commit
    • Jaroslav Kysela's avatar
      ALSA update · 9d48ce93
      Jaroslav Kysela authored
        - USB audio/midi code dependency/detection fixes
          - added a quirk for the Roland UA100 hardware
        - SB16 - added rmidi_callback to avoid dependency for mpu401_uart module
        - HSDP - fixed dependency
      9d48ce93
  17. 01 Oct, 2002 4 commits
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [12/12] - 2002/10/01 · dd4b42ac
      Jaroslav Kysela authored
        - deleted sound/pci/ice1712.c
        - fixed Makefile to point to sound/pci/ice1712 directory
        - added Ensoniq SoundScape header file and HWDEP IFACE
        - CS4231
          - added CS4231_HW_AD1845 and register definitions for AD1845
        - USB
          - added snd-rawmidi.o to the snd-usb-audio's dependency if sequencer is
        - PCI DMA allocation
          - fixed the wrapper again
        - AC'97 codec
          - added HSD11246 identification (Conexant), a bit improved proc contents
        - CMIPCI
          - changed the DMA configuration for period size
          - fixed compile with SOFT_AC3 option
          - added PCM_INFO_PAUSE to hw settings.  now pause should work properly
          - corrected the modem on/off bit (FLINK)
        - ICE1712
          - compilation fixes
        - intel8x0
          - use mmio for codec on nforce (pci resource 2)
          - clean up and fix ali5455 codes
        - RME32
          - enable 88.2/96kHz on capture with CS8414
        - VIA82xx
          - fixed the size of allocated bd array to be released
          - fixed the allocation size of idx_table
        - PPC Awacs
          - replaced one more mdelay() with schedule
          - try to touch mic boost on screamer at init
        - USB Audio
          - reset each interface at initialization
          - reset the old interface if a new interface is chosen
          - don't claim the interface which already claimed
      dd4b42ac
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [9/12] - 2002/09/11 · 04c401f6
      Jaroslav Kysela authored
        - AC'97 codec
          - added support/detection for MC'97 (modem codecs)
          - improved/updated register bit constants
          - AD1980 codec ID with patch code
          - added eMicro and Philips UCB1400 codecs
        - PCM Scatter-Gather support
          - added a function snd_pcm_sgbuf_get_addr()
        - rewritten PCI DMA allocation
        - ENS1371 - fixed IEC958 control index when AC'97 codec has S/PDIF capability, too
        - intel8x0
          - don't break when second codec cannot be initialized
        - via82xx
          - improved sg buffer handling
          - added "Input Source Select" control for via8233
          - fixed the registers for via8233
          - fixed the detection of via8233 chip
          - clean up the configuration of bd arrays
        - USB Audio
          - added the missing initialization of curframesize field (fixes capture)
      04c401f6
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [8/12] - 2002/09/06 · c4eeeab4
      Jaroslav Kysela authored
        - VIA686 and VIA8233 driver merge to VIA82xx
        - ioctl32 fixes
        - fixed OOPS in snd_pcm_sgbuf_delete (not initialized)
        - I2C - call hw_stop() before returning at the error pointer
        - AC'97 codec - added more AC97 IDs by Laszlo Melis
        - CS46xx - mutex initialization fix
        - ENS1371 - added one more card to S/PDIF capabilities
        - intel8x0
          - fixed secondary and third codec indexes
        - PPC Keywest - initialize MCS in loop until it succeeds
        - PPC Tumbler - the initial support for snapper (TAS3004) on some tibook
        - USB Audio - mixer fixes
      c4eeeab4
    • 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
  18. 29 Sep, 2002 2 commits
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [7/10] - 2002/07/24 · b21fd933
      Jaroslav Kysela authored
        - renamed snd-dt0197h to snd-dt019x
        - added support for DT0196, DT0197h and ALS007 to snd-dt019x
        - searial-u16550 - added support for generic adapter type
        - pcm.c
          - fixed the initialization of runtime->status
          - removed unnecessary check of n_register callback
        - timer.c
          - fixed kmod behaviour
        - Opti92x/93x fixes by Michael Corlett
        - fixed compilation of YMFPCI driver (PPC)
      b21fd933
    • Jaroslav Kysela's avatar
      [PATCH] ALSA update [6/10] - 2002/07/20 · eb7e7cd8
      Jaroslav Kysela authored
        - added vfree_nocheck()
        - PCM midlevel & EMU10K1 - added support for SG buffer
        - CS4236 - added new ISA PnP ID
        - HDSP - fixed rate rules (OSS emulation works)
      eb7e7cd8
  19. 27 Jul, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Fix "export-objs" · b9a898b8
      Kai Germaschewski authored
      This patch cleans up most of the Makefile's to list the correct files
      (i.e. the ones which do have "EXPORT_SYMBOL" in them) in $(export-objs)
      
      Contributed by "Lightweight patch manager"
      b9a898b8
  20. 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
  21. 10 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Remove mod-subdirs variable · 997b557c
      Kai Germaschewski authored
      mod-subdirs was used to list directories that we needed to descend into 
      during 'make modules' even though they were listed in subdir-y (not -m).
      
      Since we now only do one pass for modules and built-in, it's not necessary
      anymore and can go away.
      997b557c
  22. 24 May, 2002 1 commit
  23. 23 May, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Assorted small cleanups · 8af78f3f
      Kai Germaschewski authored
      o Standardize building math-emu.o for arch/alpha
      o Remove old boilerplate code / redundant comments
      o Remove unnecessary obj-m := $(sort $(obj-m)) in ALSA
      8af78f3f
  24. 01 May, 2002 1 commit
    • Kai Germaschewski's avatar
      ALSA: Fix link error · 00fe4dbe
      Kai Germaschewski authored
      If snd-pcm.o is selected built-in, snd-timer.o needs to be get built-in
      as well, since snd-pcm.o needs snd-timer.o's symbols.
      00fe4dbe
  25. 30 Apr, 2002 2 commits
  26. 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
  27. 22 Apr, 2002 1 commit
  28. 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
  29. 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
  30. 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