aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/adau1701.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/adau1701.h')
-rw-r--r--sound/soc/codecs/adau1701.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sound/soc/codecs/adau1701.h b/sound/soc/codecs/adau1701.h
new file mode 100644
index 000000000000..8d0949a2aec9
--- /dev/null
+++ b/sound/soc/codecs/adau1701.h
@@ -0,0 +1,17 @@
1/*
2 * header file for ADAU1701 SigmaDSP processor
3 *
4 * Copyright 2011 Analog Devices Inc.
5 *
6 * Licensed under the GPL-2 or later.
7 */
8
9#ifndef _ADAU1701_H
10#define _ADAU1701_H
11
12enum adau1701_clk_src {
13 ADAU1701_CLK_SRC_OSC,
14 ADAU1701_CLK_SRC_MCLK,
15};
16
17#endif