| /* SPDX-License-Identifier: GPL-2.0 */ | |
| #ifndef __AML_AUDIO_LOCKER_HW_H__ | |
| #define __AML_AUDIO_LOCKER_HW_H__ | |
| #include <linux/clk.h> | |
| #include "regs.h" | |
| #include "iomap.h" | |
| extern void audiolocker_disable(void); | |
| extern void audiolocker_irq_config(void); | |
| extern void audiolocker_update_clks( | |
| struct clk *clk_calc, | |
| struct clk *clk_ref); | |
| #endif |