blob: 09589d6c93d5babb7ee4e570ac077be851ee30c0 [file] [log] [blame] [edit]
/* 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_mode(unsigned int mode);
extern void mt6685_set_dcxo(bool enable);
#endif