Skip to content

Commit

Permalink
ASoC: Staticise rx51_aux_dev
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 13, 2011
1 parent 1dfb6ef commit a0e17b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/omap/rx51.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a0e17b4

Please sign in to comment.