diff options
author | Daniel Mack <zonque@gmail.com> | 2011-05-25 09:53:12 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-26 09:26:22 +0800 |
commit | b6f7d7c8bf40800ac68e16302bb7627c59ea9168 (patch) | |
tree | f31ee99ba7a5e5d41ebe25f6ba3808bfd18b9c53 /sound/soc/codecs/cs4270.c | |
parent | bb5b5fd4d49e5902840874cf60b51714bd51a30a (diff) | |
download | op-kernel-dev-b6f7d7c8bf40800ac68e16302bb7627c59ea9168.zip op-kernel-dev-b6f7d7c8bf40800ac68e16302bb7627c59ea9168.tar.gz |
ASoC: Fix comment in cs4270 codec driver
The comment does not reflect reality anymore since the multi-component
monster patch landed. Things are matched by names now, and not by
exporting and referencing a struct. Fix it to avoid confusion.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 0206a17..6cc8678 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) #endif /* CONFIG_PM */ /* - * ASoC codec device structure - * - * Assign this variable to the codec_dev field of the machine driver's - * snd_soc_device structure. + * ASoC codec driver structure */ static const struct snd_soc_codec_driver soc_codec_device_cs4270 = { .probe = cs4270_probe, |