diff options
author | Lu Guanqun <guanqun.lu@intel.com> | 2011-04-20 04:00:42 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-20 08:50:16 -0400 |
commit | f9861e17bd078f0a8c234157ddade03572415f8f (patch) | |
tree | 38c511bb13619cee93d813ab2914575776234762 /sound/soc/soc-cache.c | |
parent | dc2bea616a4026860a8ba9eae778cfd4fda061b1 (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.c | 1 |
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 { | |||
484 | * snd_soc_codec_set_cache_io: Set up standard I/O functions. | 484 | * snd_soc_codec_set_cache_io: Set up standard I/O functions. |
485 | * | 485 | * |
486 | * @codec: CODEC to configure. | 486 | * @codec: CODEC to configure. |
487 | * @type: Type of cache. | ||
488 | * @addr_bits: Number of bits of register address data. | 487 | * @addr_bits: Number of bits of register address data. |
489 | * @data_bits: Number of bits of data per register. | 488 | * @data_bits: Number of bits of data per register. |
490 | * @control: Control bus used. | 489 | * @control: Control bus used. |