mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Conf: Fix channels of ICE1712 to 10/12
The ICE1712 kernel driver accepts 10 playback channels and 12 recording channels only. Therefore fix this channel count in alsa-lib. BugLink: http://bugs.launchpad.net/bugs/178442 Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									f2912f5099
								
							
						
					
					
						commit
						d3906a9307
					
				
					 1 changed files with 22 additions and 6 deletions
				
			
		| 
						 | 
					@ -32,12 +32,26 @@ ICE1712.pcm.front.0 {
 | 
				
			||||||
	@args.CARD {
 | 
						@args.CARD {
 | 
				
			||||||
		type string
 | 
							type string
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	type route
 | 
						type asym
 | 
				
			||||||
	ttable.0.0 1
 | 
						playback.pcm {
 | 
				
			||||||
	ttable.1.1 1
 | 
							type route
 | 
				
			||||||
	slave.pcm {
 | 
							ttable.0.0 1
 | 
				
			||||||
		type hw
 | 
							ttable.1.1 1
 | 
				
			||||||
		card $CARD
 | 
							slave.pcm {
 | 
				
			||||||
 | 
								type hw
 | 
				
			||||||
 | 
								card $CARD
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							slave.channels 10
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						capture.pcm {
 | 
				
			||||||
 | 
							type route
 | 
				
			||||||
 | 
							ttable.0.0 1
 | 
				
			||||||
 | 
							ttable.1.1 1
 | 
				
			||||||
 | 
							slave.pcm {
 | 
				
			||||||
 | 
								type hw
 | 
				
			||||||
 | 
								card $CARD
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							slave.channels 12
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}	
 | 
					}	
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -57,6 +71,7 @@ ICE1712.pcm.surround40.0 {
 | 
				
			||||||
		type hw
 | 
							type hw
 | 
				
			||||||
		card $CARD
 | 
							card $CARD
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						slave.channels 10
 | 
				
			||||||
}	
 | 
					}	
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<confdir:pcm/surround41.conf>
 | 
					<confdir:pcm/surround41.conf>
 | 
				
			||||||
| 
						 | 
					@ -79,6 +94,7 @@ ICE1712.pcm.surround51.0 {
 | 
				
			||||||
		type hw
 | 
							type hw
 | 
				
			||||||
		card $CARD
 | 
							card $CARD
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						slave.channels 10
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<confdir:pcm/iec958.conf>
 | 
					<confdir:pcm/iec958.conf>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue