projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
962ff7e
)
ASoC: sh: rz-ssi: Remove duplicate macros
author
Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com>
Tue, 25 Jan 2022 13:24:57 +0000
(13:24 +0000)
committer
Mark Brown
<broonie@kernel.org>
Tue, 25 Jan 2022 13:55:18 +0000
(13:55 +0000)
Remove SSICR_MST and SSICR_CKDV macros which are defined more than once.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Link:
https://lore.kernel.org/r/20220125132457.14984-4-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rz-ssi.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/rz-ssi.c
b/sound/soc/sh/rz-ssi.c
index 1a46c9f3c4e50454335f426c601333cac51b5b15..e8edaed05d4cf591142baeaf8d25948e676a276d 100644
(file)
--- a/
sound/soc/sh/rz-ssi.c
+++ b/
sound/soc/sh/rz-ssi.c
@@
-28,8
+28,6
@@
/* SSI REGISTER BITS */
#define SSICR_DWL(x) (((x) & 0x7) << 19)
#define SSICR_SWL(x) (((x) & 0x7) << 16)
-#define SSICR_MST BIT(14)
-#define SSICR_CKDV(x) (((x) & 0xf) << 4)
#define SSICR_CKS BIT(30)
#define SSICR_TUIEN BIT(29)