diff options
Diffstat (limited to 'sound/soc/tegra/tegra_soc_aic326x.c')
-rw-r--r-- | sound/soc/tegra/tegra_soc_aic326x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_soc_aic326x.c b/sound/soc/tegra/tegra_soc_aic326x.c index 7d486c44b8b8..dc7789e4c2a8 100644 --- a/sound/soc/tegra/tegra_soc_aic326x.c +++ b/sound/soc/tegra/tegra_soc_aic326x.c @@ -247,8 +247,8 @@ static const struct snd_soc_dapm_route aic326x_audio_map[] = { {"IN2R", NULL, "Ext Mic"}, /* Line in */ - {"RECL", NULL, "Linein"}, - {"RECR", NULL, "Linein"}, + {"IN2L", NULL, "Linein"}, + {"IN2R", NULL, "Linein"}, }; #if 0 |