summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm9713.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm9713.h')
-rw-r--r--sound/soc/codecs/wm9713.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sound/soc/codecs/wm9713.h b/sound/soc/codecs/wm9713.h
index 793da863a03d..f0800dcca9b8 100644
--- a/sound/soc/codecs/wm9713.h
+++ b/sound/soc/codecs/wm9713.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* wm9713.h -- WM9713 Soc Audio driver
*/
@@ -41,10 +42,4 @@
#define WM9713_PCMBCLK_DIV_8 (3 << 9)
#define WM9713_PCMBCLK_DIV_16 (4 << 9)
-#define WM9713_DAI_AC97_HIFI 0
-#define WM9713_DAI_AC97_AUX 1
-#define WM9713_DAI_PCM_VOICE 2
-
-int wm9713_reset(struct snd_soc_codec *codec, int try_warm);
-
#endif