diff options
author | Lu Guanqun <guanqun.lu@intel.com> | 2011-04-20 16:00:42 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-20 13:50:16 +0100 |
commit | f9861e17bd078f0a8c234157ddade03572415f8f (patch) | |
tree | 38c511bb13619cee93d813ab2914575776234762 /sound/soc/soc-cache.c | |
parent | dc2bea616a4026860a8ba9eae778cfd4fda061b1 (diff) | |
download | linux-3.10-f9861e17bd078f0a8c234157ddade03572415f8f.tar.gz linux-3.10-f9861e17bd078f0a8c234157ddade03572415f8f.tar.bz2 linux-3.10-f9861e17bd078f0a8c234157ddade03572415f8f.zip |
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 f46a198a48c..a217db25670 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. |