diff options
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
| -rw-r--r-- | sound/soc/codecs/twl6040.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index e8f97af7592..00b85cc1b9a 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c @@ -820,10 +820,10 @@ static const struct snd_soc_dapm_route intercon[] = {  	{"VIBRA DAC", NULL, "Vibra Playback"},  	/* ADC -> Stream mapping */ -	{"ADC Left", NULL, "Legacy Capture"}, -	{"ADC Left", NULL, "Capture"}, -	{"ADC Right", NULL, "Legacy Capture"}, -	{"ADC Right", NULL, "Capture"}, +	{"Legacy Capture" , NULL, "ADC Left"}, +	{"Capture", NULL, "ADC Left"}, +	{"Legacy Capture", NULL, "ADC Right"}, +	{"Capture" , NULL, "ADC Right"},  	/* Capture path */  	{"Analog Left Capture Route", "Headset Mic", "HSMIC"},  |