summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorDara Ramesh <dramesh@nvidia.com>2013-02-14 10:59:12 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:00:49 -0700
commit06f96932d1824928ee071b059dce4aa16a49e567 (patch)
tree4f0b6d49a729427ffd66c320d034513bc0ff6512 /include/sound
parent495b772e653565147a4b404e7a1568771b649615 (diff)
asoc: tegra: max97236: headphone amplifier driver
bug 1235740 Change-Id: I776131f14c597eb222b0760398f1bd36f7bb2338 Signed-off-by: Dara Ramesh <dramesh@nvidia.com> Reviewed-on: http://git-master/r/200014 (cherry picked from commit d2aad048a3255dfebbcb64f4b7bb68200aa980a1) Reviewed-on: http://git-master/r/204971 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/max97236.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/sound/max97236.h b/include/sound/max97236.h
new file mode 100644
index 000000000000..b894b6839656
--- /dev/null
+++ b/include/sound/max97236.h
@@ -0,0 +1,21 @@
+/*
+ * Platform data for MAX97236
+ *
+ * Copyright 2012 Maxim Integrated Products
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ */
+
+#ifndef __SOUND_MAX97236_PDATA_H__
+#define __SOUND_MAX97236_PDATA_H__
+
+/* jack detection and amplifier platform data */
+struct max97236_pdata {
+ int irq;
+};
+
+#endif