[alsa-devel] [PATCH 1/3] ASoC: Staticise rx51_aux_dev
Axel Lin
axel.lin at gmail.com
Tue Dec 13 03:13:13 CET 2011
Signed-off-by: Axel Lin <axel.lin at gmail.com>
---
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",
--
1.7.5.4
More information about the Alsa-devel
mailing list