ASoC: max98090: Fix right sidetone connection
It is right not left sidetone which goes to "DACR". Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
48826ee590
commit
418382f29d
|
@ -1398,7 +1398,7 @@ static const struct snd_soc_dapm_route max98090_dapm_routes[] = {
|
|||
{"STENR Mux", "Sidetone Right", "ADCR"},
|
||||
{"STENR Mux", "Sidetone Right", "DMICR"},
|
||||
{"DACL", NULL, "STENL Mux"},
|
||||
{"DACR", NULL, "STENL Mux"},
|
||||
{"DACR", NULL, "STENR Mux"},
|
||||
|
||||
{"AIFINL", NULL, "SHDN"},
|
||||
{"AIFINR", NULL, "SHDN"},
|
||||
|
|
Loading…
Reference in New Issue