diff options
Diffstat (limited to 'sound/soc/codecs/cs4271.c')
-rw-r--r-- | sound/soc/codecs/cs4271.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c index 5357ec5f5d7c..9c5b7db0ce6a 100644 --- a/sound/soc/codecs/cs4271.c +++ b/sound/soc/codecs/cs4271.c | |||
@@ -386,7 +386,7 @@ static struct snd_soc_dai_ops cs4271_dai_ops = { | |||
386 | .digital_mute = cs4271_digital_mute, | 386 | .digital_mute = cs4271_digital_mute, |
387 | }; | 387 | }; |
388 | 388 | ||
389 | struct snd_soc_dai_driver cs4271_dai = { | 389 | static struct snd_soc_dai_driver cs4271_dai = { |
390 | .name = "cs4271-hifi", | 390 | .name = "cs4271-hifi", |
391 | .playback = { | 391 | .playback = { |
392 | .stream_name = "Playback", | 392 | .stream_name = "Playback", |
@@ -526,7 +526,7 @@ static int cs4271_remove(struct snd_soc_codec *codec) | |||
526 | return 0; | 526 | return 0; |
527 | }; | 527 | }; |
528 | 528 | ||
529 | struct snd_soc_codec_driver soc_codec_dev_cs4271 = { | 529 | static struct snd_soc_codec_driver soc_codec_dev_cs4271 = { |
530 | .probe = cs4271_probe, | 530 | .probe = cs4271_probe, |
531 | .remove = cs4271_remove, | 531 | .remove = cs4271_remove, |
532 | .suspend = cs4271_soc_suspend, | 532 | .suspend = cs4271_soc_suspend, |