From 36b9cdfea64650069d985c5999cb5c2b6f8b85fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= Date: Fri, 14 Dec 2007 12:58:45 +0100 Subject: [ALSA] info_oss: move prototype of snd_card_info_read_oss to info.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit info_oss: move prototype of snd_card_info_read_oss to info.h Signed-off-by: Marcin Ĺšlusarz Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- include/sound/info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sound/info.h b/include/sound/info.h index fecbb1ffd540..8ae72e74f898 100644 --- a/include/sound/info.h +++ b/include/sound/info.h @@ -100,8 +100,10 @@ int snd_info_minor_unregister(void); extern struct snd_info_entry *snd_seq_root; #ifdef CONFIG_SND_OSSEMUL extern struct snd_info_entry *snd_oss_root; +void snd_card_info_read_oss(struct snd_info_buffer *buffer); #else #define snd_oss_root NULL +static inline void snd_card_info_read_oss(struct snd_info_buffer *buffer) {} #endif int snd_iprintf(struct snd_info_buffer * buffer, char *fmt,...) __attribute__ ((format (printf, 2, 3))); -- cgit v1.2.2 o'>demo The LITMUS^RT kernel.Bjoern Brandenburg
aboutsummaryrefslogblamecommitdiffstats
blob: 3a8297b5184cb1e1443c659905fdc41d9346902b (plain) (tree)






























                                                                          
                                                     

                     




                                                                          
                       

                 
                   
 
                                                                       
                                        

                                   




                                      
                                      
 

                                                      

  

                                                                    

                                                                     
 

                                                                          




















































                                                                        

  
                                                                          
 
                                                       

 
                                                                    
 


                                                   

 
                                         
 
                                                         

 

                                                                          
                                                     
 




                                

 
                                                                 
 

                                                     
 
                                                        
                                                            

                                                   
                              
 
                   

 

















                                                                    
 

                                                     
                                                     
 
                                                          





                                                               





                                                                            


                                                       










                                                                                 
                                
                                                                           


                                           
                 
         
 











                                                                            




                                    
                            




                                   

                                         
                             
 









                                                         
                   

 











                                                                            

                                                                          
                                        
 

                           

 
                                                            
 




                                                   

 
                                                       
 
                                    
 


                                                
 
                       

 
                                                                   
 





                                                                     
 
                        

 




















































                                                                       

                                                   

                                   





                                                       













                                                     
                                                                             
                                                               
                                                  



                               
                                                          
 

                                                        
                             
         
                               

 
                                                          
 


                                        
 



                                  
 


                                         
 


                                      
 


                                           
 




                                    
 
                                                                              
 
                                             

































                                                                       
                                                                           







                                                                               
                                                                      


























                                                                                
                                                         

                                                    












                                                               










                                                                            

                                                                               





                                                                          
                                                                      

                              
                 
         
 









                                                              
                   

 
                                    
 
                           
 




                                                                   
                                    
 

                                                                   
 
                                                       
 

                                                       
                                                                       
 


                                                                
















                                                                                


                                                 

                                              
 

                                                
 

                                                                          
         


                                                                          













                                                                         
                                         
 
                     
 
                            
                                 
 



                                            
 

                         

 
                                
 
                                                                              
                      
                                                             

                                                                                        


                                                                                



                                                                    
                                                     
                                                             

                                                                                        


                                                                                




                                                                    


                        
                               
 
                                                
              

                      





                                        
                                         
                                          
                                        




                                       
                                                            

                                                             
                                                                



















                                                                   







                                                      







                                                      


                                          






                                         
                                                                            











                                                 


                                         

                  



                                                                 

                                                             





                                                                               

                                                           







                                                        






                                                                       
 
/* Generate kernel symbol version hashes.
   Copyright 1996, 1997 Linux International.

   New implementation contributed by Richard Henderson <rth@tamu.edu>
   Based on original work by Bjorn Ekwall <bj0rn@blox.se>

   This file was part of the Linux modutils 2.4.22: moved back into the
   kernel sources by Rusty Russell/Kai Germaschewski.

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2 of the License, or (at your
   option) any later version.

   This program is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software Foundation,
   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <assert.h>
#include <stdarg.h>
#ifdef __GNU_LIBRARY__
#include <getopt.h>
#endif				/* __GNU_LIBRARY__ */

#include "genksyms.h"