mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	ucm: add another sequence 'msleep'
Thus, we have two sleep statements:
    msleep <milliseconds>
    usleep <microseconds>
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
			
			
This commit is contained in:
		
							parent
							
								
									a97aa7f065
								
							
						
					
					
						commit
						26e80c2e32
					
				
					 2 changed files with 12 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -57,7 +57,7 @@ struct sequence_element {
 | 
			
		|||
	struct list_head list;
 | 
			
		||||
	unsigned int type;
 | 
			
		||||
	union {
 | 
			
		||||
		long sleep; /* Sleep time in msecs if sleep element, else 0 */
 | 
			
		||||
		long sleep; /* Sleep time in microseconds if sleep element, else 0 */
 | 
			
		||||
		char *cdev;
 | 
			
		||||
		char *cset;
 | 
			
		||||
		char *exec;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue