Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / include / linux / platform_data / ssm2518.h
1 /*
2 * SSM2518 amplifier audio driver
3 *
4 * Copyright 2013 Analog Devices Inc.
5 * Author: Lars-Peter Clausen <lars@metafoo.de>
6 *
7 * Licensed under the GPL-2.
8 */
9
10 #ifndef __LINUX_PLATFORM_DATA_SSM2518_H__
11 #define __LINUX_PLATFORM_DATA_SSM2518_H__
12
13 /**
14 * struct ssm2518_platform_data - Platform data for the ssm2518 driver
15 * @enable_gpio: GPIO connected to the nSD pin. Set to -1 if the nSD pin is
16 * hardwired.
17 */
18 struct ssm2518_platform_data {
19 int enable_gpio;
20 };
21
22 #endif
This page took 0.032211 seconds and 6 git commands to generate.