Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / sound / soc / codecs / rt1015.h
index 2aeaf65ba7931af21ba4e39c07bab400da7b6c73..14344532048e53b7ee8b41d4d8cb622629e78af1 100644 (file)
 #define RT1015_PLL_K_MASK                      (RT1015_PLL_K_MAX)
 #define RT1015_PLL_K_SFT                       0
 
+/* 0x0020 */
+#define RT1015_EN_BCLK_DET_MASK                        (0x1 << 15)
+#define RT1015_EN_BCLK_DET                             (0x1 << 15)
+#define RT1015_DIS_BCLK_DET                            (0x0 << 15)
+
 /* 0x007a */
 #define RT1015_ID_MASK                         0xff
 #define RT1015_ID_VERA                         0x0
 #define RT1015_PWR_SWR                         (0x1 << 12)
 #define RT1015_PWR_SWR_BIT                     12
 
+/* 0x0519 */
+#define RT1015_EN_CLA_D_DC_DET_MASK    (0x1 << 12)
+#define RT1015_EN_CLA_D_DC_DET         (0x1 << 12)
+#define RT1015_DIS_CLA_D_DC_DET                (0x0 << 12)
+
 /* 0x1300 */
 #define RT1015_PWR_CLSD                                (0x1 << 12)
 #define RT1015_PWR_CLSD_BIT                    12