提交 019cd3b2 编写于 作者: A Axel Lin 提交者: Mark Brown

ASoC: tegra: Staticise tegra_i2s_dai and tegra_spdif_dai

Signed-off-by: NAxel Lin <axel.lin@gmail.com>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 c4c5839f
...@@ -312,7 +312,7 @@ static struct snd_soc_dai_ops tegra_i2s_dai_ops = { ...@@ -312,7 +312,7 @@ static struct snd_soc_dai_ops tegra_i2s_dai_ops = {
.trigger = tegra_i2s_trigger, .trigger = tegra_i2s_trigger,
}; };
struct snd_soc_dai_driver tegra_i2s_dai[] = { static struct snd_soc_dai_driver tegra_i2s_dai[] = {
{ {
.name = DRV_NAME ".0", .name = DRV_NAME ".0",
.probe = tegra_i2s_probe, .probe = tegra_i2s_probe,
......
...@@ -232,7 +232,7 @@ static struct snd_soc_dai_ops tegra_spdif_dai_ops = { ...@@ -232,7 +232,7 @@ static struct snd_soc_dai_ops tegra_spdif_dai_ops = {
.trigger = tegra_spdif_trigger, .trigger = tegra_spdif_trigger,
}; };
struct snd_soc_dai_driver tegra_spdif_dai = { static struct snd_soc_dai_driver tegra_spdif_dai = {
.name = DRV_NAME, .name = DRV_NAME,
.probe = tegra_spdif_probe, .probe = tegra_spdif_probe,
.playback = { .playback = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册