1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-10-07 10:09:34 +00:00
Files
a155-U-u1/kernel-5.10/include/linux/mfd/mt6685-audclk.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

11 lines
224 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2021 MediaTek Inc.
*/
#ifndef _AUDIO_DCXO_H_
#define _AUDIO_DCXO_H_
/* just be called by audio module for dcxo */
extern void mt6685_set_dcxo(bool enable);
#endif