Skip to content

Commit 097c505

Browse files
marcanjannau
authored andcommitted
fixup! ASoC: tas2764: Set the SDOUT polarity correctly
1 parent f28f7c2 commit 097c505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/tas2764.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#define TAS2764_TDM_CFG3_MASK GENMASK(3, 0)
8686

8787
/* TDM Configuration Reg4 */
88-
#define TAS2764_TDM_CFG4 TAS2764_REG(0X0, 0x0c)
88+
#define TAS2764_TDM_CFG4 TAS2764_REG(0X0, 0x0d)
8989
#define TAS2764_TDM_CFG4_TX_MASK BIT(0)
9090
#define TAS2764_TDM_CFG4_TX_RISING 0x0
9191
#define TAS2764_TDM_CFG4_TX_FALLING BIT(0)

0 commit comments

Comments
 (0)