We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf9b38 commit 1f6d945Copy full SHA for 1f6d945
1 file changed
sound/soc/codecs/tas2764.h
@@ -85,7 +85,7 @@
85
#define TAS2764_TDM_CFG3_MASK GENMASK(3, 0)
86
87
/* TDM Configuration Reg4 */
88
-#define TAS2764_TDM_CFG4 TAS2764_REG(0X0, 0x0c)
+#define TAS2764_TDM_CFG4 TAS2764_REG(0X0, 0x0d)
89
#define TAS2764_TDM_CFG4_TX_MASK BIT(0)
90
#define TAS2764_TDM_CFG4_TX_RISING 0x0
91
#define TAS2764_TDM_CFG4_TX_FALLING BIT(0)
0 commit comments