projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e2cadf
)
ASoC: max98090: Remove unused byte access macros
author
Jarkko Nikula
<jarkko.nikula@linux.intel.com>
Fri, 19 Sep 2014 11:48:21 +0000
(14:48 +0300)
committer
Mark Brown
<broonie@kernel.org>
Wed, 24 Sep 2014 08:37:18 +0000
(09:37 +0100)
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98090.h
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98090.h
b/sound/soc/codecs/max98090.h
index 2613fdbb66d8c6f85319da6590b6986e5d82caac..a5f6bada06daf2d886e0717f5c13c3bcd0cfdb1f 100644
(file)
--- a/
sound/soc/codecs/max98090.h
+++ b/
sound/soc/codecs/max98090.h
@@
-1497,9
+1497,6
@@
#define M98090_REVID_WIDTH 8
#define M98090_REVID_NUM (1<<M98090_REVID_WIDTH)
-#define M98090_BYTE1(w) ((w >> 8) & 0xff)
-#define M98090_BYTE0(w) (w & 0xff)
-
/* Silicon revision number */
#define M98090_REVA 0x40
#define M98091_REVA 0x50