Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.8
1/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) */
2#ifndef __DT_BINDINGS_CLOCK_MARVELL_MMP2_AUDIO_H
3#define __DT_BINDINGS_CLOCK_MARVELL_MMP2_AUDIO_H
4
5#define MMP2_CLK_AUDIO_SYSCLK		0
6#define MMP2_CLK_AUDIO_SSPA0		1
7#define MMP2_CLK_AUDIO_SSPA1		2
8
 
9#endif
v6.2