diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-10-02 05:41:40 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-02 14:58:44 -0400 |
commit | 019cd3b25aafb3befefb2872c3a9900f37340172 (patch) | |
tree | ecab44cb3f61b687983db7e05693bdf20481e1af /sound/soc/tegra | |
parent | c4c5839f9828de60682802367013c1dd375c46cf (diff) |
ASoC: tegra: Staticise tegra_i2s_dai and tegra_spdif_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/tegra_i2s.c | 2 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_spdif.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra_i2s.c b/sound/soc/tegra/tegra_i2s.c index f36b9969cfec..6728fab8c411 100644 --- a/sound/soc/tegra/tegra_i2s.c +++ b/sound/soc/tegra/tegra_i2s.c | |||
@@ -312,7 +312,7 @@ static struct snd_soc_dai_ops tegra_i2s_dai_ops = { | |||
312 | .trigger = tegra_i2s_trigger, | 312 | .trigger = tegra_i2s_trigger, |
313 | }; | 313 | }; |
314 | 314 | ||
315 | struct snd_soc_dai_driver tegra_i2s_dai[] = { | 315 | static struct snd_soc_dai_driver tegra_i2s_dai[] = { |
316 | { | 316 | { |
317 | .name = DRV_NAME ".0", | 317 | .name = DRV_NAME ".0", |
318 | .probe = tegra_i2s_probe, | 318 | .probe = tegra_i2s_probe, |
diff --git a/sound/soc/tegra/tegra_spdif.c b/sound/soc/tegra/tegra_spdif.c index abe606b0a29e..1bd07d1cc18c 100644 --- a/sound/soc/tegra/tegra_spdif.c +++ b/sound/soc/tegra/tegra_spdif.c | |||
@@ -232,7 +232,7 @@ static struct snd_soc_dai_ops tegra_spdif_dai_ops = { | |||
232 | .trigger = tegra_spdif_trigger, | 232 | .trigger = tegra_spdif_trigger, |
233 | }; | 233 | }; |
234 | 234 | ||
235 | struct snd_soc_dai_driver tegra_spdif_dai = { | 235 | static struct snd_soc_dai_driver tegra_spdif_dai = { |
236 | .name = DRV_NAME, | 236 | .name = DRV_NAME, |
237 | .probe = tegra_spdif_probe, | 237 | .probe = tegra_spdif_probe, |
238 | .playback = { | 238 | .playback = { |