Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Platform header for Texas Instruments TLV320DAC33 codec driver
0004  *
0005  * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
0006  *
0007  * Copyright:   (C) 2009 Nokia Corporation
0008  */
0009 
0010 #ifndef __TLV320DAC33_PLAT_H
0011 #define __TLV320DAC33_PLAT_H
0012 
0013 struct tlv320dac33_platform_data {
0014     int power_gpio;
0015     int mode1_latency; /* latency caused by the i2c writes in us */
0016     int auto_fifo_config; /* FIFO config based on the period size */
0017     int keep_bclk;  /* Keep the BCLK running in FIFO modes */
0018     u8 burst_bclkdiv;
0019 };
0020 
0021 #endif /* __TLV320DAC33_PLAT_H */