summaryrefslogtreecommitdiff
path: root/sound/soc/soc-cache.c
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@intel.com>2011-04-20 16:00:42 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-20 13:50:16 +0100
commitf9861e17bd078f0a8c234157ddade03572415f8f (patch)
tree38c511bb13619cee93d813ab2914575776234762 /sound/soc/soc-cache.c
parentdc2bea616a4026860a8ba9eae778cfd4fda061b1 (diff)
ASoC: remove unused comment
`type` parameter is not longer used in `snd_soc_codec_set_cache_io`, so remove this line. Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/soc-cache.c')
-rw-r--r--sound/soc/soc-cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c
index f46a198a48c0..a217db256700 100644
--- a/sound/soc/soc-cache.c
+++ b/sound/soc/soc-cache.c
@@ -484,7 +484,6 @@ static struct {
* snd_soc_codec_set_cache_io: Set up standard I/O functions.
*
* @codec: CODEC to configure.
- * @type: Type of cache.
* @addr_bits: Number of bits of register address data.
* @data_bits: Number of bits of data per register.
* @control: Control bus used.