diff options
Diffstat (limited to 'sound/ppc/awacs.h')
-rw-r--r-- | sound/ppc/awacs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/ppc/awacs.h b/sound/ppc/awacs.h index 684bfa7cfff3..c33e6a531cf7 100644 --- a/sound/ppc/awacs.h +++ b/sound/ppc/awacs.h | |||
@@ -144,7 +144,7 @@ struct awacs_regs { | |||
144 | #define VOLLEFT(x) (((~(x)) << 6) & MASK_OUTVOLLEFT) | 144 | #define VOLLEFT(x) (((~(x)) << 6) & MASK_OUTVOLLEFT) |
145 | 145 | ||
146 | /* address 6 */ | 146 | /* address 6 */ |
147 | #define MASK_MIC_BOOST (0x4) /* screamer mic boost */ | 147 | #define MASK_MIC_BOOST (0x4) /* screamer mic boost */ |
148 | #define SHIFT_MIC_BOOST 2 | 148 | #define SHIFT_MIC_BOOST 2 |
149 | 149 | ||
150 | /* Audio Codec Status Reg Bit Masks */ | 150 | /* Audio Codec Status Reg Bit Masks */ |
@@ -175,7 +175,8 @@ struct awacs_regs { | |||
175 | /* DBDMA ChannelStatus Bit Masks */ | 175 | /* DBDMA ChannelStatus Bit Masks */ |
176 | /* ----- ------------- --- ----- */ | 176 | /* ----- ------------- --- ----- */ |
177 | #define MASK_CSERR (0x1 << 7) /* Error */ | 177 | #define MASK_CSERR (0x1 << 7) /* Error */ |
178 | #define MASK_EOI (0x1 << 6) /* End of Input -- only for Input Channel */ | 178 | #define MASK_EOI (0x1 << 6) /* End of Input -- |
179 | only for Input Channel */ | ||
179 | #define MASK_CSUNUSED (0x1f << 1) /* bits 1-5 not used */ | 180 | #define MASK_CSUNUSED (0x1f << 1) /* bits 1-5 not used */ |
180 | #define MASK_WAIT (0x1) /* Wait */ | 181 | #define MASK_WAIT (0x1) /* Wait */ |
181 | 182 | ||