mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ASoC: sun4i-codec: Use proper output for external amp routes
An external amp (if any) is connected to the external outputs of the SoC of course, rather then directly to the internal amp. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
405926276b
commit
6b803c611c
1 changed files with 2 additions and 1 deletions
|
@ -728,7 +728,8 @@ static const struct snd_soc_dapm_widget sun4i_codec_card_dapm_widgets[] = {
|
|||
};
|
||||
|
||||
static const struct snd_soc_dapm_route sun4i_codec_card_dapm_routes[] = {
|
||||
{ "Speaker", NULL, "Power Amplifier" },
|
||||
{ "Speaker", NULL, "HP Right" },
|
||||
{ "Speaker", NULL, "HP Left" },
|
||||
};
|
||||
|
||||
static struct snd_soc_card *sun4i_codec_create_card(struct device *dev)
|
||||
|
|
Loading…
Add table
Reference in a new issue