Unverified Commit 22afe624 authored by Michał Mirosław's avatar Michał Mirosław Committed by Mark Brown
Browse files

ASoC: wm8904: fix typo in DAPM kcontrol name

parent 404be07f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -866,7 +866,7 @@ static SOC_ENUM_SINGLE_DECL(lin_inv_enum, WM8904_ANALOGUE_LEFT_INPUT_1, 4,
			    lin_text);

static const struct snd_kcontrol_new lin_inv_mux =
	SOC_DAPM_ENUM("Left Capture Inveting Mux", lin_inv_enum);
	SOC_DAPM_ENUM("Left Capture Inverting Mux", lin_inv_enum);

static const char *rin_text[] = {
	"IN1R", "IN2R", "IN3R"
@@ -882,7 +882,7 @@ static SOC_ENUM_SINGLE_DECL(rin_inv_enum, WM8904_ANALOGUE_RIGHT_INPUT_1, 4,
			    rin_text);

static const struct snd_kcontrol_new rin_inv_mux =
	SOC_DAPM_ENUM("Right Capture Inveting Mux", rin_inv_enum);
	SOC_DAPM_ENUM("Right Capture Inverting Mux", rin_inv_enum);

static const char *aif_text[] = {
	"Left", "Right"