diff options
Diffstat (limited to 'include/sound/designware_i2s.h')
-rw-r--r-- | include/sound/designware_i2s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/designware_i2s.h b/include/sound/designware_i2s.h index 5681855396c4..830f5caa915c 100644 --- a/include/sound/designware_i2s.h +++ b/include/sound/designware_i2s.h | |||
@@ -47,6 +47,7 @@ struct i2s_platform_data { | |||
47 | 47 | ||
48 | #define DW_I2S_QUIRK_COMP_REG_OFFSET (1 << 0) | 48 | #define DW_I2S_QUIRK_COMP_REG_OFFSET (1 << 0) |
49 | #define DW_I2S_QUIRK_COMP_PARAM1 (1 << 1) | 49 | #define DW_I2S_QUIRK_COMP_PARAM1 (1 << 1) |
50 | #define DW_I2S_QUIRK_16BIT_IDX_OVERRIDE (1 << 2) | ||
50 | unsigned int quirks; | 51 | unsigned int quirks; |
51 | unsigned int i2s_reg_comp1; | 52 | unsigned int i2s_reg_comp1; |
52 | unsigned int i2s_reg_comp2; | 53 | unsigned int i2s_reg_comp2; |