mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
ASoC: Fix comment width in soc-cache.c
Lines should be less than 80 columns. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
d420d40e9c
commit
34bad69cf6
@ -393,10 +393,11 @@ static int snd_soc_16_16_spi_write(void *control_data, const char *data,
|
|||||||
#define snd_soc_16_16_spi_write NULL
|
#define snd_soc_16_16_spi_write NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Primitive bulk write support for soc-cache. The data pointed to by `data' needs
|
/* Primitive bulk write support for soc-cache. The data pointed to by
|
||||||
* to already be in the form the hardware expects including any leading register specific
|
* `data' needs to already be in the form the hardware expects
|
||||||
* data. Any data written through this function will not go through the cache as it
|
* including any leading register specific data. Any data written
|
||||||
* only handles writing to volatile or out of bounds registers.
|
* through this function will not go through the cache as it only
|
||||||
|
* handles writing to volatile or out of bounds registers.
|
||||||
*/
|
*/
|
||||||
static int snd_soc_hw_bulk_write_raw(struct snd_soc_codec *codec, unsigned int reg,
|
static int snd_soc_hw_bulk_write_raw(struct snd_soc_codec *codec, unsigned int reg,
|
||||||
const void *data, size_t len)
|
const void *data, size_t len)
|
||||||
|
Loading…
Reference in New Issue
Block a user