1. 04 Mar, 2004 13 commits
    • 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> · 9cff1744
      Jaroslav Kysela authored
      Intel8x0 driver
      Converted to new DMA allocation API
      9cff1744
    • Jaroslav Kysela's avatar
      ALSA CVS update - Takashi Iwai <tiwai@suse.de> · 1c769abc
      Jaroslav Kysela authored
      Memalloc module
      - added back the output of PCI dma buffers in proc file.
      1c769abc
    • Jaroslav Kysela's avatar
      ALSA CVS update - Takashi Iwai <tiwai@suse.de> · 70d6d370
      Jaroslav Kysela authored
      Intel8x0 driver
      - fixed the allocation/release of buffer descriptor table.
      70d6d370
    • Jaroslav Kysela's avatar
      ALSA CVS update - Takashi Iwai <tiwai@suse.de> · 89d23380
      Jaroslav Kysela authored
      ES1968 driver
      - fixed the handling of DMA buffer with the recent API change.
      89d23380
    • Jaroslav Kysela's avatar
      ALSA CVS update - Takashi Iwai <tiwai@suse.de> · 90b19993
      Jaroslav Kysela authored
      Memalloc module,ALSA Core
      - fixed the lock up with SG-buffer handler.
      - removed non-existing export symbol.
      - clean up ifdefs.
      90b19993
    • Jaroslav Kysela's avatar
      ALSA CVS update - Clemens Ladisch <clemens@ladisch.de> · ee22cdd3
      Jaroslav Kysela authored
      USB generic driver
      Fix for Creamware Noah:
      search class-specific endpoint descriptor in the
      extra descriptors of the sync ep, too
      ee22cdd3
    • 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> · d7780749
      Jaroslav Kysela authored
      CMI8330 driver,ES18xx driver,AD1816A driver,AD1848 driver,CS4231 driver
      ES1688 driver,GUS Library,Opti9xx drivers,SB16/AWE driver,SB8 driver
      Fixed old function name (snd_pcm_isa_flags -> snd_pcm_dma_flags)
      d7780749
    • 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
    • Jaroslav Kysela's avatar
      ALSA CVS update - Jaroslav Kysela <perex@suse.cz> · f3334a07
      Jaroslav Kysela authored
      FM801 driver
      tea575x can be module, too
      f3334a07
  2. 01 Mar, 2004 3 commits
  3. 29 Feb, 2004 6 commits
  4. 28 Feb, 2004 2 commits
  5. 27 Feb, 2004 16 commits