Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 979f4869 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: wm1250-ev1: Define "WM1250 Output" with SND_SOC_DAPM_OUTPUT



Codec output pin should be defined with SND_SOC_DAPM_OUTPUT.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 65afc411
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ SND_SOC_DAPM_ADC("ADC", "wm1250-ev1 Capture", SND_SOC_NOPM, 0, 0),
SND_SOC_DAPM_DAC("DAC", "wm1250-ev1 Playback", SND_SOC_NOPM, 0, 0),

SND_SOC_DAPM_INPUT("WM1250 Input"),
SND_SOC_DAPM_INPUT("WM1250 Output"),
SND_SOC_DAPM_OUTPUT("WM1250 Output"),
};

static const struct snd_soc_dapm_route wm1250_ev1_dapm_routes[] = {