![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * linux/sound/wm1250-ev1.h - Platform data for WM1250-EV1 0004 * 0005 * Copyright 2011 Wolfson Microelectronics. PLC. 0006 */ 0007 0008 #ifndef __LINUX_SND_WM1250_EV1_H 0009 #define __LINUX_SND_WM1250_EV1_H 0010 0011 #define WM1250_EV1_NUM_GPIOS 5 0012 0013 #define WM1250_EV1_GPIO_CLK_ENA 0 0014 #define WM1250_EV1_GPIO_CLK_SEL0 1 0015 #define WM1250_EV1_GPIO_CLK_SEL1 2 0016 #define WM1250_EV1_GPIO_OSR 3 0017 #define WM1250_EV1_GPIO_MASTER 4 0018 0019 0020 struct wm1250_ev1_pdata { 0021 int gpios[WM1250_EV1_NUM_GPIOS]; 0022 }; 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |