From 06f96932d1824928ee071b059dce4aa16a49e567 Mon Sep 17 00:00:00 2001 From: Dara Ramesh Date: Thu, 14 Feb 2013 10:59:12 +0530 Subject: asoc: tegra: max97236: headphone amplifier driver bug 1235740 Change-Id: I776131f14c597eb222b0760398f1bd36f7bb2338 Signed-off-by: Dara Ramesh Reviewed-on: http://git-master/r/200014 (cherry picked from commit d2aad048a3255dfebbcb64f4b7bb68200aa980a1) Reviewed-on: http://git-master/r/204971 Reviewed-by: Simone Willett Tested-by: Simone Willett --- include/sound/max97236.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/sound/max97236.h (limited to 'include/sound') 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 -- cgit v1.2.3