diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/max98090.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/max98090.h b/sound/soc/codecs/max98090.h index 2613fdbb66d8..a5f6bada06da 100644 --- a/sound/soc/codecs/max98090.h +++ b/sound/soc/codecs/max98090.h | |||
@@ -1497,9 +1497,6 @@ | |||
1497 | #define M98090_REVID_WIDTH 8 | 1497 | #define M98090_REVID_WIDTH 8 |
1498 | #define M98090_REVID_NUM (1<<M98090_REVID_WIDTH) | 1498 | #define M98090_REVID_NUM (1<<M98090_REVID_WIDTH) |
1499 | 1499 | ||
1500 | #define M98090_BYTE1(w) ((w >> 8) & 0xff) | ||
1501 | #define M98090_BYTE0(w) (w & 0xff) | ||
1502 | |||
1503 | /* Silicon revision number */ | 1500 | /* Silicon revision number */ |
1504 | #define M98090_REVA 0x40 | 1501 | #define M98090_REVA 0x40 |
1505 | #define M98091_REVA 0x50 | 1502 | #define M98091_REVA 0x50 |