blob: 1d20a3903f39320af8b69aaf773f61fe02811eef [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef __AML_SPDIF_H__
#define __AML_SPDIF_H__
#include <linux/clk.h>
int spdif_set_audio_clk
(int id,
struct clk *clk_src,
int rate,
int same);
#endif