projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
[platform/kernel/linux-starfive.git]
/
sound
/
soc
/
jz4740
/
jz4740-i2s.h
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _JZ4740_I2S_H
4
#define _JZ4740_I2S_H
5
6
/* I2S clock source */
7
#define JZ4740_I2S_CLKSRC_EXT 0
8
#define JZ4740_I2S_CLKSRC_PLL 1
9
10
#endif