/[openvortex]/alsa/acore/oss/pcm_oss.patch
ViewVC logotype

Diff of /alsa/acore/oss/pcm_oss.patch

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

revision 1.1 by vizard, Sun Jun 15 21:01:29 2003 UTC revision 1.2 by vizard, Mon Aug 11 00:06:37 2003 UTC
# Line 1  Line 1 
1  --- pcm_oss.c   2003-05-31 13:17:10.000000000 +0200  --- pcm_oss.c   2003-05-31 13:17:10.000000000 +0200
2  +++ pcm_oss.c.old       2003-05-31 13:15:28.000000000 +0200  +++ pcm_oss.c.old       2003-05-31 13:15:28.000000000 +0200
3  @@ -1981,7 +1981,11 @@  @@ -2081,7 +2081,11 @@
4          if (runtime->oss.plugin_first != NULL)          if (runtime->oss.plugin_first != NULL)
5                  return -EIO;                  return -EIO;
6    
# Line 12  Line 12 
12                  return -EINVAL;                  return -EINVAL;
13    
14          err = snd_pcm_mmap_data(substream, file, area);          err = snd_pcm_mmap_data(substream, file, area);
15  @@ -2144,7 +2148,9 @@  @@ -2247,7 +2251,9 @@
16    
17   static struct file_operations snd_pcm_oss_f_reg =   static struct file_operations snd_pcm_oss_f_reg =
18   {   {
# Line 22  Line 22 
22          .read =         snd_pcm_oss_read,          .read =         snd_pcm_oss_read,
23          .write =        snd_pcm_oss_write,          .write =        snd_pcm_oss_write,
24          .open =         snd_pcm_oss_open,          .open =         snd_pcm_oss_open,
25  @@ -2269,3 +2275,5 @@  @@ -2393,3 +2399,5 @@
26     __setup("snd-pcm-oss=", alsa_pcm_oss_setup);
27    
28   module_init(alsa_pcm_oss_init)   #endif /* !MODULE */
  module_exit(alsa_pcm_oss_exit)  
29  +  +
30  +EXPORT_NO_SYMBOLS;  +EXPORT_NO_SYMBOLS;

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

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