~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to sound/soc/codecs/ad1836.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define AD1836_DAC_SERFMT_PCK256       (0x4 << 5)
26
26
#define AD1836_DAC_SERFMT_PCK128       (0x5 << 5)
27
27
#define AD1836_DAC_WORD_LEN_MASK       0x18
 
28
#define AD1836_DAC_WORD_LEN_OFFSET     3
28
29
 
29
30
#define AD1836_DAC_CTRL2               1
30
31
#define AD1836_DACL1_MUTE              0
51
52
#define AD1836_ADCL2_MUTE               2
52
53
#define AD1836_ADCR2_MUTE               3
53
54
#define AD1836_ADC_WORD_LEN_MASK       0x30
 
55
#define AD1836_ADC_WORD_OFFSET         5
54
56
#define AD1836_ADC_SERFMT_MASK         (7 << 6)
55
57
#define AD1836_ADC_SERFMT_PCK256       (0x4 << 6)
56
58
#define AD1836_ADC_SERFMT_PCK128       (0x5 << 6)
60
62
 
61
63
#define AD1836_NUM_REGS                16
62
64
 
 
65
#define AD1836_WORD_LEN_24 0x0
 
66
#define AD1836_WORD_LEN_20 0x1
 
67
#define AD1836_WORD_LEN_16 0x2
 
68
 
63
69
#endif