cvs commit: src/sys/dev/sound/usb uaudio_pcm.c
    Mathew Kanner 
    matk at FreeBSD.org
       
    Sun Apr 17 08:26:52 PDT 2005
    
    
  
matk        2005-04-17 15:26:51 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/sound/usb    uaudio_pcm.c 
  Log:
  De-dma the uaudio <-> pcm bridge.  We were not capable of doing DMA from
  this buffer anyway so the constraint that it had to be DMA capable only
  caused pain when devices failed to aquire the memory.  Use a regular
  malloc instead with sndbuf_setup.
  
  Approved by:    tanimura (mentor)
  
  Revision  Changes    Path
  1.13      +35 -41    src/sys/dev/sound/usb/uaudio_pcm.c
    
    
More information about the cvs-all
mailing list