Skip to content

Commit

Permalink
ASoC: Staticise AD1980 DAI
Browse files Browse the repository at this point in the history
It doesn't need to be exported with multi-component.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Oct 7, 2010
1 parent ad5e465 commit de535a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ad1980.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static int ac97_write(struct snd_soc_codec *codec, unsigned int reg,
return 0;
}

struct snd_soc_dai_driver ad1980_dai = {
static struct snd_soc_dai_driver ad1980_dai = {
.name = "ad1980-hifi",
.ac97_control = 1,
.playback = {
Expand Down

0 comments on commit de535a5

Please sign in to comment.