diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-13 02:13:13 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-13 04:10:33 (GMT) |
commit | a0e17b4e3e09e49d218958fdce09da407573a574 (patch) | |
tree | 8bb7ce4d70073a435098f9a51a396363b42459a7 /sound | |
parent | 1dfb6efd87d63d2efef6e985770d5dd642f83146 (diff) | |
download | linux-fsl-qoriq-a0e17b4e3e09e49d218958fdce09da407573a574.tar.xz |
ASoC: Staticise rx51_aux_dev
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/omap/rx51.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 4cabb74..ad16db5 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c @@ -365,7 +365,7 @@ static struct snd_soc_dai_link rx51_dai[] = { }, }; -struct snd_soc_aux_dev rx51_aux_dev[] = { +static struct snd_soc_aux_dev rx51_aux_dev[] = { { .name = "TLV320AIC34b", .codec_name = "tlv320aic3x-codec.2-0019", |