ASoC: tas2552: Add TDM support
[firefly-linux-kernel-4.4.55.git] / sound / soc / codecs / tas2552.h
index 0a12b511e9515a8dcc627000dedb2ad6e96b8ee9..5bdc7eaaddea92b49969fca847473bb022ccb2c3 100644 (file)
@@ -62,6 +62,9 @@
 #define TAS2552_LIM_EN                 (1 << 2)
 #define TAS2552_IVSENSE_EN             (1 << 1)
 
+/* DOUT Register Masks */
+#define TAS2552_SDOUT_TRISTATE         (1 << 2)
+
 /* Serial Interface Control Register Masks */
 #define TAS2552_DATAFORMAT_I2S         (0x0 << 2)
 #define TAS2552_DATAFORMAT_DSP         (0x1 << 2)