aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-04 04:55:42 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-04-04 19:26:08 -0400
commit34bad69cf63efc761b05f603d99e121b83635c08 (patch)
tree645e50ceddcee4e8b89e528f0f391211781b7362
parentd420d40e9c044e8fae7957ed82cd63d2afe4147f (diff)
ASoC: Fix comment width in soc-cache.c
Lines should be less than 80 columns. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/soc-cache.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c
index ed67c160724f..f46a198a48c0 100644
--- a/sound/soc/soc-cache.c
+++ b/sound/soc/soc-cache.c
@@ -393,10 +393,11 @@ static int snd_soc_16_16_spi_write(void *control_data, const char *data,
393#define snd_soc_16_16_spi_write NULL 393#define snd_soc_16_16_spi_write NULL
394#endif 394#endif
395 395
396/* Primitive bulk write support for soc-cache. The data pointed to by `data' needs 396/* Primitive bulk write support for soc-cache. The data pointed to by
397 * to already be in the form the hardware expects including any leading register specific 397 * `data' needs to already be in the form the hardware expects
398 * data. Any data written through this function will not go through the cache as it 398 * including any leading register specific data. Any data written
399 * only handles writing to volatile or out of bounds registers. 399 * through this function will not go through the cache as it only
400 * handles writing to volatile or out of bounds registers.
400 */ 401 */
401static int snd_soc_hw_bulk_write_raw(struct snd_soc_codec *codec, unsigned int reg, 402static int snd_soc_hw_bulk_write_raw(struct snd_soc_codec *codec, unsigned int reg,
402 const void *data, size_t len) 403 const void *data, size_t len)