projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07cd8ad
)
ASoC: Fix continuation line formats
author
Joe Perches
<joe@perches.com>
Tue, 2 Feb 2010 07:22:16 +0000
(23:22 -0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 2 Feb 2010 11:41:47 +0000
(11:41 +0000)
String constants that are continued on subsequent lines with \
are not good.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c-pcm.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/s3c24xx/s3c-pcm.c
b/sound/soc/s3c24xx/s3c-pcm.c
index 9e61a7c2d9ace6680f40ffb2fa221c0a06c30a60..a98f40c3cd291eea98e9a4b9778d5cc5a910c401 100644
(file)
--- a/
sound/soc/s3c24xx/s3c-pcm.c
+++ b/
sound/soc/s3c24xx/s3c-pcm.c
@@
-229,8
+229,7
@@
static int s3c_pcm_hw_params(struct snd_pcm_substream *substream,
spin_unlock_irqrestore(&pcm->lock, flags);
- dev_dbg(pcm->dev, "PCMSOURCE_CLK-%lu SCLK=%ufs \
- SCLK_DIV=%d SYNC_DIV=%d\n",
+ dev_dbg(pcm->dev, "PCMSOURCE_CLK-%lu SCLK=%ufs SCLK_DIV=%d SYNC_DIV=%d\n",
clk_get_rate(clk), pcm->sclk_per_fs,
sclk_div, sync_div);