/[openvortex]/alsa/alsa-kernel/core/pcm_memory.c
ViewVC logotype

Diff of /alsa/alsa-kernel/core/pcm_memory.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by vizard, Tue Apr 15 21:53:08 2003 UTC revision 1.2 by vizard, Mon Aug 11 00:06:37 2003 UTC
# Line 22  Line 22 
22  #include <sound/driver.h>  #include <sound/driver.h>
23  #include <asm/io.h>  #include <asm/io.h>
24  #include <linux/time.h>  #include <linux/time.h>
25    #include <linux/init.h>
26  #include <sound/core.h>  #include <sound/core.h>
27  #include <sound/pcm.h>  #include <sound/pcm.h>
28  #include <sound/info.h>  #include <sound/info.h>
# Line 568  struct page *snd_pcm_sgbuf_ops_page(snd_ Line 569  struct page *snd_pcm_sgbuf_ops_page(snd_
569  }  }
570    
571  #endif /* CONFIG_PCI */  #endif /* CONFIG_PCI */
572    
573    #ifndef MODULE
574    
575    /* format is: snd-pcm=preallocate_dma,maximum_substreams */
576    
577    static int __init alsa_pcm_setup(char *str)
578    {
579            (void)(get_option(&str,&preallocate_dma) == 2 &&
580                   get_option(&str,&maximum_substreams) == 2);
581            return 1;
582    }
583    
584    __setup("snd-pcm=", alsa_pcm_setup);
585    
586    #endif /* ifndef MODULE */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26