Skip to content

Commit

Permalink
ASoC: lm59453: Unconstify dai_driver
Browse files Browse the repository at this point in the history
The core fills in some blanks which makes it annoying to do the right thing
and constify the calls in the core.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jun 5, 2012
1 parent 61dc479 commit cd86e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/lm49453.c
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = {
};

/* LM49453 dai structure. */
static const struct snd_soc_dai_driver lm49453_dai[] = {
static struct snd_soc_dai_driver lm49453_dai[] = {
{
.name = "LM49453 Headset",
.playback = {
Expand Down

0 comments on commit cd86e3c

Please sign in to comment.