diff options
| -rw-r--r-- | sound/soc/spear/spdif_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/spear/spdif_out.c b/sound/soc/spear/spdif_out.c index fd25cc5efe27..4bde5123cea6 100644 --- a/sound/soc/spear/spdif_out.c +++ b/sound/soc/spear/spdif_out.c | |||
| @@ -240,7 +240,7 @@ static const struct snd_kcontrol_new spdif_out_controls[] = { | |||
| 240 | spdif_mute_get, spdif_mute_put), | 240 | spdif_mute_get, spdif_mute_put), |
| 241 | }; | 241 | }; |
| 242 | 242 | ||
| 243 | int spdif_soc_dai_probe(struct snd_soc_dai *dai) | 243 | static int spdif_soc_dai_probe(struct snd_soc_dai *dai) |
| 244 | { | 244 | { |
| 245 | struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai); | 245 | struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai); |
| 246 | 246 | ||
