ASoC: twl6040: Fix Stream DAPM mapping
Fixes commit: 805238b ASoC: twl6040: Convert to use DAI DAPM widgets
where the connection between the stream widgets and the ADC widgets was
reversed and because of this on capture the DAPM is not powering up the
codec.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
	
	
This commit is contained in:
		
					parent
					
						
							
								9911f7f756
							
						
					
				
			
			
				commit
				
					
						07ac2296fb
					
				
			
		
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -820,10 +820,10 @@ static const struct snd_soc_dapm_route intercon[] = {
 | 
				
			||||||
	{"VIBRA DAC", NULL, "Vibra Playback"},
 | 
						{"VIBRA DAC", NULL, "Vibra Playback"},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* ADC -> Stream mapping */
 | 
						/* ADC -> Stream mapping */
 | 
				
			||||||
	{"ADC Left", NULL, "Legacy Capture"},
 | 
						{"Legacy Capture" , NULL, "ADC Left"},
 | 
				
			||||||
	{"ADC Left", NULL, "Capture"},
 | 
						{"Capture", NULL, "ADC Left"},
 | 
				
			||||||
	{"ADC Right", NULL, "Legacy Capture"},
 | 
						{"Legacy Capture", NULL, "ADC Right"},
 | 
				
			||||||
	{"ADC Right", NULL, "Capture"},
 | 
						{"Capture" , NULL, "ADC Right"},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Capture path */
 | 
						/* Capture path */
 | 
				
			||||||
	{"Analog Left Capture Route", "Headset Mic", "HSMIC"},
 | 
						{"Analog Left Capture Route", "Headset Mic", "HSMIC"},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue