mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-07 10:09:34 +00:00
11 lines
224 B
C
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
|