Linux Audio

Check our new training course

Loading...
v4.6
 
1#ifndef __DT_APQ8016_LPASS_H
2#define __DT_APQ8016_LPASS_H
3
4#define MI2S_PRIMARY	0
5#define MI2S_SECONDARY	1
6#define MI2S_TERTIARY	2
7#define MI2S_QUATERNARY	3
8
9#endif /* __DT_APQ8016_LPASS_H */
v4.17
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef __DT_APQ8016_LPASS_H
 3#define __DT_APQ8016_LPASS_H
 4
 5#define MI2S_PRIMARY	0
 6#define MI2S_SECONDARY	1
 7#define MI2S_TERTIARY	2
 8#define MI2S_QUATERNARY	3
 9
10#endif /* __DT_APQ8016_LPASS_H */