/*1* Definitions for CS4271 ASoC codec driver2*3* Copyright (c) 2010 Alexander Sverdlin <[email protected]>4*5* This program is free software; you can redistribute it and/or6* modify it under the terms of the GNU General Public License7* as published by the Free Software Foundation; either version 28* of the License, or (at your option) any later version.9*10* This program is distributed in the hope that it will be useful,11* but WITHOUT ANY WARRANTY; without even the implied warranty of12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13* GNU General Public License for more details.14*/1516#ifndef __CS4271_H17#define __CS4271_H1819struct cs4271_platform_data {20int gpio_nreset; /* GPIO driving Reset pin, if any */21};2223#endif /* __CS4271_H */242526