blob: 7a7249a896e3a18fc58735edd5a40141c75855aa [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +03002/*
3 * Platform header for Texas Instruments TLV320DAC33 codec driver
4 *
Peter Ujfalusi93864cf2011-05-03 18:11:36 +03005 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +03006 *
7 * Copyright: (C) 2009 Nokia Corporation
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +03008 */
9
10#ifndef __TLV320DAC33_PLAT_H
11#define __TLV320DAC33_PLAT_H
12
13struct tlv320dac33_platform_data {
14 int power_gpio;
Peter Ujfalusif430a272010-07-28 15:26:54 +030015 int mode1_latency; /* latency caused by the i2c writes in us */
Peter Ujfalusia577b312010-07-28 15:26:55 +030016 int auto_fifo_config; /* FIFO config based on the period size */
Peter Ujfalusieeb309a2010-03-11 16:26:22 +020017 int keep_bclk; /* Keep the BCLK running in FIFO modes */
Peter Ujfalusi6aceabb2010-01-20 09:39:36 +020018 u8 burst_bclkdiv;
Peter Ujfalusic8bf93f2009-10-15 09:03:56 +030019};
20
21#endif /* __TLV320DAC33_PLAT_H */