diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-04 18:20:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-05 11:34:35 +0100 |
commit | cd86e3ce304189fbdb144622245d0da9189551a1 (patch) | |
tree | efb3e5529a1581dab0fa1e4029da01b6be6bc007 /sound/soc/codecs/lm49453.c | |
parent | 61dc479e99d4d74c6113656dc50babed90a384c5 (diff) | |
download | linux-cd86e3ce304189fbdb144622245d0da9189551a1.tar.gz linux-cd86e3ce304189fbdb144622245d0da9189551a1.tar.bz2 linux-cd86e3ce304189fbdb144622245d0da9189551a1.zip |
ASoC: lm59453: Unconstify dai_driver
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>
Diffstat (limited to 'sound/soc/codecs/lm49453.c')
-rw-r--r-- | sound/soc/codecs/lm49453.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index c1bc9458906b..99b0a9dcff34 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c @@ -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 = { |