]> Pileus Git - ~andy/linux/commitdiff
ASoC: remove unused comment
authorLu Guanqun <guanqun.lu@intel.com>
Wed, 20 Apr 2011 08:00:42 +0000 (16:00 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 20 Apr 2011 12:50:16 +0000 (13:50 +0100)
`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>
sound/soc/soc-cache.c

index f46a198a48c0928f847ccf5458f99f893fe95be8..a217db256700ed9998b6812849dd8d8634710538 100644 (file)
@@ -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.