mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			386 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <alsa/sound/type_compat.h>
 | 
						|
#include <alsa/sound/uapi/hdspm.h>
 | 
						|
#ifndef __hdspm_type_defined
 | 
						|
#define __hdspm_type_defined
 | 
						|
typedef struct hdspm_peak_rms hdspm_peak_rms_t;
 | 
						|
typedef struct hdspm_config_info hdspm_config_info_t;
 | 
						|
typedef struct hdspm_version hdspm_version_t;
 | 
						|
typedef struct hdspm_channelfader snd_hdspm_channelfader_t;
 | 
						|
typedef struct hdspm_mixer hdspm_mixer_t;
 | 
						|
#endif
 |