Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jz4740-i2s.h « jz4740 « soc « sound - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44f12016064d78a5458b60409511e650ac334248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _JZ4740_I2S_H
#define _JZ4740_I2S_H

/* I2S clock source */
#define JZ4740_I2S_CLKSRC_EXT 0
#define JZ4740_I2S_CLKSRC_PLL 1

#define JZ4740_I2S_BIT_CLK		0

#endif