diff options
Diffstat (limited to 'sound/soc/spear/spdif_in.c')
-rw-r--r-- | sound/soc/spear/spdif_in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/spear/spdif_in.c b/sound/soc/spear/spdif_in.c index 643ada6a1fa5..f0071ddbfa7d 100644 --- a/sound/soc/spear/spdif_in.c +++ b/sound/soc/spear/spdif_in.c | |||
@@ -152,7 +152,7 @@ static struct snd_soc_dai_ops spdif_in_dai_ops = { | |||
152 | .hw_params = spdif_in_hw_params, | 152 | .hw_params = spdif_in_hw_params, |
153 | }; | 153 | }; |
154 | 154 | ||
155 | struct snd_soc_dai_driver spdif_in_dai = { | 155 | static struct snd_soc_dai_driver spdif_in_dai = { |
156 | .probe = spdif_in_dai_probe, | 156 | .probe = spdif_in_dai_probe, |
157 | .capture = { | 157 | .capture = { |
158 | .channels_min = 2, | 158 | .channels_min = 2, |