repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
17 lines
267 B
C
17 lines
267 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* header file for ADAU1701 SigmaDSP processor
|
|
*
|
|
* Copyright 2011 Analog Devices Inc.
|
|
*/
|
|
|
|
#ifndef _ADAU1701_H
|
|
#define _ADAU1701_H
|
|
|
|
enum adau1701_clk_src {
|
|
ADAU1701_CLK_SRC_OSC,
|
|
ADAU1701_CLK_SRC_MCLK,
|
|
};
|
|
|
|
#endif
|