summaryrefslogtreecommitdiffstats
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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/sound/soc/codecs/adau1701.h b/sound/soc/codecs/adau1701.h
new file mode 100644
index 000000000..19b41e453
--- /dev/null
+++ b/sound/soc/codecs/adau1701.h
@@ -0,0 +1,16 @@
+/* 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