diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-04 19:20:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-05 12:34:35 +0200 |
commit | cd86e3ce304189fbdb144622245d0da9189551a1 (patch) | |
tree | efb3e5529a1581dab0fa1e4029da01b6be6bc007 /sound/soc/codecs/lm49453.c | |
parent | Revert "ASoC: fsl_ssi: convert to use devm_clk_get" (diff) | |
download | linux-cd86e3ce304189fbdb144622245d0da9189551a1.tar.xz 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 = { |