diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-01 10:10:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-01 19:18:59 +0100 |
commit | 37aa716a57f7c1fe5deaedff242e04f5a0f26b54 (patch) | |
tree | d7aae7789e560c85fe2533d72d361fec458db143 /sound | |
parent | d21685ec258f803d3badae5eae821383a34815a9 (diff) | |
download | linux-3.10-37aa716a57f7c1fe5deaedff242e04f5a0f26b54.tar.gz linux-3.10-37aa716a57f7c1fe5deaedff242e04f5a0f26b54.tar.bz2 linux-3.10-37aa716a57f7c1fe5deaedff242e04f5a0f26b54.zip |
ASoC: Staticize ak4641_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/ak4641.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c index ed96f247c2d..7a64e58cddc 100644 --- a/sound/soc/codecs/ak4641.c +++ b/sound/soc/codecs/ak4641.c @@ -457,7 +457,7 @@ static struct snd_soc_dai_ops ak4641_pcm_dai_ops = { .set_sysclk = ak4641_set_dai_sysclk, }; -struct snd_soc_dai_driver ak4641_dai[] = { +static struct snd_soc_dai_driver ak4641_dai[] = { { .name = "ak4641-hifi", .id = 1, |