diff options
Diffstat (limited to 'sound/soc/codecs/cs4270.c')
-rw-r--r-- | sound/soc/codecs/cs4270.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index 0206a17d7283..6cc8678f49f3 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c | |||
@@ -636,10 +636,7 @@ static int cs4270_soc_resume(struct snd_soc_codec *codec) | |||
636 | #endif /* CONFIG_PM */ | 636 | #endif /* CONFIG_PM */ |
637 | 637 | ||
638 | /* | 638 | /* |
639 | * ASoC codec device structure | 639 | * ASoC codec driver structure |
640 | * | ||
641 | * Assign this variable to the codec_dev field of the machine driver's | ||
642 | * snd_soc_device structure. | ||
643 | */ | 640 | */ |
644 | static const struct snd_soc_codec_driver soc_codec_device_cs4270 = { | 641 | static const struct snd_soc_codec_driver soc_codec_device_cs4270 = { |
645 | .probe = cs4270_probe, | 642 | .probe = cs4270_probe, |