mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			447 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			447 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <alsa/sound/type_compat.h>
 | 
						|
#include <alsa/sound/uapi/hdsp.h>
 | 
						|
#ifndef __hdsp_type_defined
 | 
						|
#define __hdsp_type_defined
 | 
						|
typedef enum HDSP_IO_Type HDSP_IO_Type;
 | 
						|
typedef struct hdsp_peak_rms hdsp_peak_rms_t;
 | 
						|
typedef struct hdsp_config_info hdsp_config_info_t;
 | 
						|
typedef struct hdsp_firmware hdsp_firmware_t;
 | 
						|
typedef struct hdsp_version hdsp_version_t;
 | 
						|
typedef struct hdsp_mixer hdsp_mixer_t;
 | 
						|
typedef struct hdsp_9632_aeb hdsp_9632_aeb_t;
 | 
						|
#endif
 |