diff options
Diffstat (limited to 'sound/soc/omap/omap-mcpdm.h')
-rw-r--r-- | sound/soc/omap/omap-mcpdm.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/omap/omap-mcpdm.h b/sound/soc/omap/omap-mcpdm.h index d23122afdb10..de8cf26595b1 100644 --- a/sound/soc/omap/omap-mcpdm.h +++ b/sound/soc/omap/omap-mcpdm.h | |||
@@ -92,4 +92,16 @@ | |||
92 | #define MCPDM_UP_THRES_MAX 0xF | 92 | #define MCPDM_UP_THRES_MAX 0xF |
93 | #define MCPDM_DN_THRES_MAX 0xF | 93 | #define MCPDM_DN_THRES_MAX 0xF |
94 | 94 | ||
95 | /* | ||
96 | * MCPDM_DN_OFFSET bit fields | ||
97 | */ | ||
98 | |||
99 | #define MCPDM_DN_OFST_RX1_EN (1 << 0) | ||
100 | #define MCPDM_DNOFST_RX1(x) ((x & 0x1f) << 1) | ||
101 | #define MCPDM_DN_OFST_RX2_EN (1 << 8) | ||
102 | #define MCPDM_DNOFST_RX2(x) ((x & 0x1f) << 9) | ||
103 | |||
104 | void omap_mcpdm_configure_dn_offsets(struct snd_soc_pcm_runtime *rtd, | ||
105 | u8 rx1, u8 rx2); | ||
106 | |||
95 | #endif /* End of __OMAP_MCPDM_H__ */ | 107 | #endif /* End of __OMAP_MCPDM_H__ */ |