Blame view

include/sound/tlv320dac33-plat.h 720 Bytes
c8bf93f0f   Peter Ujfalusi   ASoC: Codec drive...
1
2
3
  /*
   * Platform header for Texas Instruments TLV320DAC33 codec driver
   *
93864cf04   Peter Ujfalusi   ASoC: tlv320dac33...
4
   * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
c8bf93f0f   Peter Ujfalusi   ASoC: Codec drive...
5
6
7
8
9
10
11
12
13
14
15
16
17
   *
   * Copyright:   (C) 2009 Nokia Corporation
   *
   * 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 __TLV320DAC33_PLAT_H
  #define __TLV320DAC33_PLAT_H
  
  struct tlv320dac33_platform_data {
  	int power_gpio;
f430a27f0   Peter Ujfalusi   ASoC: tlv320dac33...
18
  	int mode1_latency; /* latency caused by the i2c writes in us */
a577b318f   Peter Ujfalusi   ASoC: tlv320dac33...
19
  	int auto_fifo_config; /* FIFO config based on the period size */
eeb309a8a   Peter Ujfalusi   ASoC: tlv320dac33...
20
  	int keep_bclk;	/* Keep the BCLK running in FIFO modes */
6aceabb45   Peter Ujfalusi   ASoC: tlv320dac33...
21
  	u8 burst_bclkdiv;
c8bf93f0f   Peter Ujfalusi   ASoC: Codec drive...
22
23
24
  };
  
  #endif /* __TLV320DAC33_PLAT_H */