Commit d4cb542a authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/topic/lm4857' into asoc-next

parents 5881af77 6415e307
......@@ -101,8 +101,7 @@ static const char *lm4857_mode[] = {
"Headphone",
};
static const struct soc_enum lm4857_mode_enum =
SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(lm4857_mode), lm4857_mode);
static SOC_ENUM_SINGLE_EXT_DECL(lm4857_mode_enum, lm4857_mode);
static const struct snd_soc_dapm_widget lm4857_dapm_widgets[] = {
SND_SOC_DAPM_INPUT("IN"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment