mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Fix a typo in default period size
Fixed a typo in the default period size.
This commit is contained in:
		
							parent
							
								
									77c925a71f
								
							
						
					
					
						commit
						c9b868889e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -49,7 +49,7 @@ pcm.!dmix {
 | 
				
			||||||
					".pcm.dmix.period_size"
 | 
										".pcm.dmix.period_size"
 | 
				
			||||||
				]
 | 
									]
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			default 1048
 | 
								default 1024
 | 
				
			||||||
		}		
 | 
							}		
 | 
				
			||||||
		period_time {
 | 
							period_time {
 | 
				
			||||||
			@func refer
 | 
								@func refer
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@ pcm.!dmix {
 | 
				
			||||||
					".pcm.dmix.periods"
 | 
										".pcm.dmix.periods"
 | 
				
			||||||
				]
 | 
									]
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			default 8
 | 
								default 16
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue