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

Commit d4a73131 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown
Browse files

ASoC: TWL4030: Small cleanup



The mux switch related texts fits to on line, no need to wrap
them.

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 6a1bee4a
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -192,8 +192,7 @@ static void twl4030_init_chip(struct snd_soc_codec *codec)

/* Earpiece */
static const char *twl4030_earpiece_texts[] =
		{"Off", "DACL1", "DACL2", "Invalid",
		"DACR1"};
		{"Off", "DACL1", "DACL2", "Invalid", "DACR1"};

static const struct soc_enum twl4030_earpiece_enum =
	SOC_ENUM_SINGLE(TWL4030_REG_EAR_CTL, 1,
@@ -205,8 +204,7 @@ SOC_DAPM_ENUM("Route", twl4030_earpiece_enum);

/* PreDrive Left */
static const char *twl4030_predrivel_texts[] =
		{"Off", "DACL1", "DACL2", "Invalid",
		"DACR2"};
		{"Off", "DACL1", "DACL2", "Invalid", "DACR2"};

static const struct soc_enum twl4030_predrivel_enum =
	SOC_ENUM_SINGLE(TWL4030_REG_PREDL_CTL, 1,
@@ -218,8 +216,7 @@ SOC_DAPM_ENUM("Route", twl4030_predrivel_enum);

/* PreDrive Right */
static const char *twl4030_predriver_texts[] =
		{"Off", "DACR1", "DACR2", "Invalid",
		"DACL2"};
		{"Off", "DACR1", "DACR2", "Invalid", "DACL2"};

static const struct soc_enum twl4030_predriver_enum =
	SOC_ENUM_SINGLE(TWL4030_REG_PREDR_CTL, 1,