![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __LINUX_PLATFORM_DATA_POODLE_AUDIO 0003 #define __LINUX_PLATFORM_DATA_POODLE_AUDIO 0004 0005 /* locomo is not a proper gpio driver, and uses its own api */ 0006 struct poodle_audio_platform_data { 0007 struct device *locomo_dev; 0008 0009 int gpio_amp_on; 0010 int gpio_mute_l; 0011 int gpio_mute_r; 0012 int gpio_232vcc_on; 0013 int gpio_jk_b; 0014 }; 0015 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |