Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/lm4857' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Mar 13, 2014
2 parents 5881af7 + 6415e30 commit d4cb542
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/codecs/lm4857.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit d4cb542

Please sign in to comment.