diff options
-rw-r--r-- | sound/soc/codecs/cs4270.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index 5fd8e0d0dab8..6d4bdc609ac8 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c | |||
@@ -518,7 +518,7 @@ static struct snd_soc_dai_ops cs4270_dai_ops = { | |||
518 | .digital_mute = cs4270_dai_mute, | 518 | .digital_mute = cs4270_dai_mute, |
519 | }; | 519 | }; |
520 | 520 | ||
521 | struct snd_soc_dai_driver cs4270_dai = { | 521 | static struct snd_soc_dai_driver cs4270_dai = { |
522 | .name = "cs4270-hifi", | 522 | .name = "cs4270-hifi", |
523 | .playback = { | 523 | .playback = { |
524 | .stream_name = "Playback", | 524 | .stream_name = "Playback", |