summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/sgtl5000.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/sgtl5000.h')
-rw-r--r--sound/soc/codecs/sgtl5000.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/sgtl5000.h b/sound/soc/codecs/sgtl5000.h
index b1a755e29d57..49b444cd070d 100644
--- a/sound/soc/codecs/sgtl5000.h
+++ b/sound/soc/codecs/sgtl5000.h
@@ -403,4 +403,8 @@ extern struct snd_soc_codec_device soc_codec_dev_sgtl5000;
#define SGTL5000_SYSCLK 0x00
#define SGTL5000_LRCLK 0x01
+struct sgtl5000_setup_data {
+ int (*clock_enable) (int enable);
+};
+
#endif