This is needed in order to make the device namespace cleaner, and will help when moving this driver over to dev_*() logging. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			196 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			196 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef CAIAQ_AUDIO_H
 | 
						|
#define CAIAQ_AUDIO_H
 | 
						|
 | 
						|
int snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *cdev);
 | 
						|
void snd_usb_caiaq_audio_free(struct snd_usb_caiaqdev *cdev);
 | 
						|
 | 
						|
#endif /* CAIAQ_AUDIO_H */
 |