Unverified Commit 8bd81864 authored by Walker Chen's avatar Walker Chen Committed by Mark Brown
Browse files

ASoC: starfive: Remove some unused macros

parent 3582cf94
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -25,11 +25,8 @@
#include <sound/soc-dai.h>

#define TDM_PCMGBCR			0x00
	#define PCMGBCR_MASK		0x1e
	#define PCMGBCR_ENABLE		BIT(0)
	#define PCMGBCR_TRITXEN		BIT(4)
	#define CLKPOL_BIT		5
	#define TRITXEN_BIT		4
	#define ELM_BIT			3
	#define SYNCM_BIT		2
	#define MS_BIT			1
@@ -42,11 +39,6 @@
	#define LRJ_BIT			1
#define TDM_PCMRXCR			0x08
	#define PCMRXCR_RXEN		BIT(0)
	#define PCMRXCR_RXSL_MASK	0xc
	#define PCMRXCR_RXSL_16BIT	0x4
	#define PCMRXCR_RXSL_32BIT	0x8
	#define PCMRXCR_SCALE_MASK	0xf0
	#define PCMRXCR_SCALE_1CH	0x10
#define TDM_PCMDIV			0x0c

#define JH7110_TDM_FIFO			0x170c0000