projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f1b95d
)
ASoc: Fix unused define in jz4740-i2s.h
author
Tang Bin
<tangbin@cmss.chinamobile.com>
Thu, 6 May 2021 13:18:33 +0000
(21:18 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 10 May 2021 12:05:36 +0000
(13:05 +0100)
Delete unused define of JZ4740_I2S_BIT_CLK, because it is unused
in any files.
Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link:
https://lore.kernel.org/r/20210506131833.27420-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/jz4740/jz4740-i2s.h
patch
|
blob
|
history
diff --git
a/sound/soc/jz4740/jz4740-i2s.h
b/sound/soc/jz4740/jz4740-i2s.h
index 44f12016064d78a5458b60409511e650ac334248..4da14eac11451f39028975de3a18c1210db3553d 100644
(file)
--- a/
sound/soc/jz4740/jz4740-i2s.h
+++ b/
sound/soc/jz4740/jz4740-i2s.h
@@
-7,6
+7,4
@@
#define JZ4740_I2S_CLKSRC_EXT 0
#define JZ4740_I2S_CLKSRC_PLL 1
-#define JZ4740_I2S_BIT_CLK 0
-
#endif