summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra_soc.h')
-rw-r--r--sound/soc/tegra/tegra_soc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_soc.h b/sound/soc/tegra/tegra_soc.h
index 3b88271d976f..817aed035d89 100644
--- a/sound/soc/tegra/tegra_soc.h
+++ b/sound/soc/tegra/tegra_soc.h
@@ -34,6 +34,7 @@
#include <linux/interrupt.h>
#include <linux/i2c.h>
#include <linux/tegra_audio.h>
+#include <linux/regulator/consumer.h>
#include <mach/iomap.h>
#include <mach/tegra2_i2s.h>
#include <mach/spdif.h>
@@ -107,6 +108,9 @@ struct wired_jack_conf {
int en_mic_ext;
int cdc_irq;
int en_spkr;
+ const char *spkr_amp_reg;
+ struct regulator *amp_reg;
+ int amp_reg_enabled;
};
int tegra_controls_init(struct snd_soc_codec *codec);