| /* | |
| * ak7755_pdata.h -- audio driver for ak4482 | |
| * | |
| * Copyright (C) 2015 Asahi Kasei Microdevices Corporation | |
| * Author Date Revision | |
| * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| * 15/06/15 1.0 | |
| * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* | |
| */ | |
| #ifndef _AK7755_PDADA_H | |
| #define _AK7755_PDADA_H | |
| struct ak7755_platform_data { | |
| int pdn_gpio; | |
| }; | |
| #endif | |