mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Fix snd-pcsp default configuration
The softvol must be inside the plug. Otherwise it gets stuck. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									03388ca6d3
								
							
						
					
					
						commit
						c0fd854ff1
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -30,6 +30,8 @@ PC-Speaker.pcm.default {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	type asym
 | 
						type asym
 | 
				
			||||||
	playback.pcm {
 | 
						playback.pcm {
 | 
				
			||||||
 | 
							type plug
 | 
				
			||||||
 | 
							slave.pcm {
 | 
				
			||||||
			type softvol
 | 
								type softvol
 | 
				
			||||||
			control {
 | 
								control {
 | 
				
			||||||
				name "Master Playback Volume"
 | 
									name "Master Playback Volume"
 | 
				
			||||||
| 
						 | 
					@ -37,8 +39,6 @@ PC-Speaker.pcm.default {
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			min_dB -10.0
 | 
								min_dB -10.0
 | 
				
			||||||
			max_dB 20.0
 | 
								max_dB 20.0
 | 
				
			||||||
		slave.pcm {
 | 
					 | 
				
			||||||
			type plug
 | 
					 | 
				
			||||||
			slave.pcm {
 | 
								slave.pcm {
 | 
				
			||||||
				@func concat
 | 
									@func concat
 | 
				
			||||||
				strings [ "dmix:" $CARD ]
 | 
									strings [ "dmix:" $CARD ]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue