projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afd1b0
)
ASoC: pxa2xx-pcm-lib: fix indenting
author
Daniel Mack
<daniel@zonque.org>
Wed, 27 Jun 2018 19:33:56 +0000
(21:33 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 29 Jun 2018 11:05:05 +0000
(12:05 +0100)
While at it, also fix some indenting.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/arm/pxa2xx-pcm-lib.c
patch
|
blob
|
history
diff --git
a/sound/arm/pxa2xx-pcm-lib.c
b/sound/arm/pxa2xx-pcm-lib.c
index add23d9b4ef66a496fa0b51fe431a7cb35e37537..7931789d4a9f588fb5f1a29e6f4d1aa929cfd380 100644
(file)
--- a/
sound/arm/pxa2xx-pcm-lib.c
+++ b/
sound/arm/pxa2xx-pcm-lib.c
@@
-23,8
+23,8
@@
static const struct snd_pcm_hardware pxa2xx_pcm_hardware = {
SNDRV_PCM_INFO_PAUSE |
SNDRV_PCM_INFO_RESUME,
.formats = SNDRV_PCM_FMTBIT_S16_LE |
-
SNDRV_PCM_FMTBIT_S24_LE |
-
SNDRV_PCM_FMTBIT_S32_LE,
+ SNDRV_PCM_FMTBIT_S24_LE |
+ SNDRV_PCM_FMTBIT_S32_LE,
.period_bytes_min = 32,
.period_bytes_max = 8192 - 32,
.periods_min = 1,