mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Fix configuration for Aureon and Prodigy71 boards
Fixed the default configuration of Aureon and Prodigy71 boards to use dmix/dsnoop. Added a new alias for Prodigy71LT.
This commit is contained in:
		
							parent
							
								
									1a9695af4d
								
							
						
					
					
						commit
						559deb4d95
					
				
					 3 changed files with 47 additions and 0 deletions
				
			
		| 
						 | 
					@ -2,6 +2,29 @@
 | 
				
			||||||
# Configuration for the Aureon51 (Envy24HT) chip
 | 
					# Configuration for the Aureon51 (Envy24HT) chip
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# default with dmix & dsnoop
 | 
				
			||||||
 | 
					Aureon51.pcm.default {
 | 
				
			||||||
 | 
						@args [ CARD ]
 | 
				
			||||||
 | 
						@args.CARD {
 | 
				
			||||||
 | 
							type string
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						type asym
 | 
				
			||||||
 | 
						playback.pcm {
 | 
				
			||||||
 | 
							type plug
 | 
				
			||||||
 | 
							slave.pcm {
 | 
				
			||||||
 | 
								@func concat
 | 
				
			||||||
 | 
								strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						capture.pcm {
 | 
				
			||||||
 | 
							type plug
 | 
				
			||||||
 | 
							slave.pcm {
 | 
				
			||||||
 | 
								@func concat
 | 
				
			||||||
 | 
								strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<confdir:pcm/front.conf>
 | 
					<confdir:pcm/front.conf>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Aureon51.pcm.front.0 {
 | 
					Aureon51.pcm.front.0 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,29 @@
 | 
				
			||||||
# Configuration for the Aureon71 (Envy24HT) chip
 | 
					# Configuration for the Aureon71 (Envy24HT) chip
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# default with dmix & dsnoop
 | 
				
			||||||
 | 
					Aureon71.pcm.default {
 | 
				
			||||||
 | 
						@args [ CARD ]
 | 
				
			||||||
 | 
						@args.CARD {
 | 
				
			||||||
 | 
							type string
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						type asym
 | 
				
			||||||
 | 
						playback.pcm {
 | 
				
			||||||
 | 
							type plug
 | 
				
			||||||
 | 
							slave.pcm {
 | 
				
			||||||
 | 
								@func concat
 | 
				
			||||||
 | 
								strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						capture.pcm {
 | 
				
			||||||
 | 
							type plug
 | 
				
			||||||
 | 
							slave.pcm {
 | 
				
			||||||
 | 
								@func concat
 | 
				
			||||||
 | 
								strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<confdir:pcm/front.conf>
 | 
					<confdir:pcm/front.conf>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Aureon71.pcm.front.0 {
 | 
					Aureon71.pcm.front.0 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -22,6 +22,7 @@ au8810 cards.AU8810
 | 
				
			||||||
au8820 cards.AU8820
 | 
					au8820 cards.AU8820
 | 
				
			||||||
au8830 cards.AU8830
 | 
					au8830 cards.AU8830
 | 
				
			||||||
Prodigy71 cards.Aureon71
 | 
					Prodigy71 cards.Aureon71
 | 
				
			||||||
 | 
					Prodigy71LT cards.Aureon71
 | 
				
			||||||
Aureon71Universe cards.Aureon71
 | 
					Aureon71Universe cards.Aureon71
 | 
				
			||||||
VIA82XX-MODEM cards.ICH-MODEM
 | 
					VIA82XX-MODEM cards.ICH-MODEM
 | 
				
			||||||
'MPU-401 UART' cards.MPU-401
 | 
					'MPU-401 UART' cards.MPU-401
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue