sii9022-audio.h 300 Bytes
#ifndef __DT_SII9022_AUDIO_H
#define __DT_SII9022_AUDIO_H

#define ENABLE_BIT			0x80
#define CONNECT_SD0			0x00
#define CONNECT_SD1			0x10
#define CONNECT_SD2			0x20
#define CONNECT_SD3			0x30
#define AUTOMATIC_DOWNSAMPLE_BIT	0x08
#define LEFT_RIGHT_SWAP_BIT		0x04

#endif /* __DT_SII9022_AUDIO_H */