| /* | |
| * linux/sound/cs48l10.h -- Platform data for CS48L10 | |
| * | |
| * Copyright (c) 2012 Cirrus Logic Inc. | |
| * | |
| * 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 __CS48L10_H | |
| #define __CS48L10_H | |
| struct cs48l10_platform_data { | |
| int gpio_nreset; /* Reset */ | |
| int gpio_int; /* Interrupt */ | |
| int gpio_busy; /* Busy */ | |
| }; | |
| #endif /* __CS48L10_H */ |