diff options
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/Makefile | 2 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_soc_aic326x.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile index 41ee945438d5..0018390d03f1 100644 --- a/sound/soc/tegra/Makefile +++ b/sound/soc/tegra/Makefile @@ -7,4 +7,4 @@ obj-$(CONFIG_TEGRA_ALSA) += tegra_soc_controls.o obj-$(CONFIG_TEGRA_GENERIC_CODEC)+= tegra_generic_codec.o obj-${CONFIG_SND_SOC_WM8903} += tegra_soc_wm8903.o obj-${CONFIG_SND_SOC_WM8753} += tegra_soc_wm8753.o -obj-${CONFIG_SND_SOC_TLV320AIC326X} += tegra_soc_aic326x.o +#obj-${CONFIG_SND_SOC_TLV320AIC326X} += tegra_soc_aic326x.o 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 |