| /* | |
| * tlv320dac31.h -- TLV320dac3100 Soc Audio driver | |
| * | |
| * Copyright 2009 Ambarella Ltd. | |
| * | |
| * Author: Cheng-dong Diao <cddiao@ambarella.com> | |
| * | |
| * 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 _TLV320DAC31_H | |
| #define _TLV320DAC31_H | |
| struct dac31_platform_data { | |
| unsigned int rst_pin; | |
| unsigned int rst_delay; | |
| }; | |
| #endif | |