Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b authored by Linus Torvalds on 21 July 2013, 19:05:29 UTC
Linux 3.11-rc2
Tip revision: 3b2f64d
adau1701.h
/*
 * header file for ADAU1701 SigmaDSP processor
 *
 * Copyright 2011 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef _ADAU1701_H
#define _ADAU1701_H

enum adau1701_clk_src {
	ADAU1701_CLK_SRC_OSC,
	ADAU1701_CLK_SRC_MCLK,
};

#endif
back to top