Welcome to mirror list, hosted at ThFree Co, Russian Federation.

adau1701.h « codecs « soc « sound - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d0949a2aec9908720098e78f6d52e480a01518a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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