/* * AK4641 ALSA SoC Codec driver * * Copyright 2009 Philipp Zabel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __AK4641_H #define __AK4641_H /** * struct ak4641_platform_data - platform specific AK4641 configuration * @gpio_power: GPIO to control external power to AK4641 * @gpio_npdn: GPIO connected to AK4641 nPDN pin * * Both GPIO parameters are optional. */ struct ak4641_platform_data { int gpio_power; int gpio_npdn; }; #endif /* __AK4641_H */ it'>
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWei Yongjun <weiyj.lk@gmail.com>2016-08-21 15:31:35 +0000
committerJiri Kosina <jkosina@suse.cz>2016-08-29 09:36:21 +0200
commit814cb72e25afccdd24855a26c934c1d3dfbf808e (patch)
tree6c9e3f1cc5976b7c2b17d4d77468aa5c1671c25e /drivers
parent6cf5c1c7162878a99c2fd335d52a7d10079af6b7 (diff)
HID: intel_ish-hid: Remove duplicated include from bus.c
Remove duplicated include. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')