arizona.h (6724af486903df57338c14424e02599e371cf563) arizona.h (056c3e751e0b90c7e07eea06038214ff760ef71a)
1/*
2 * Device Tree defines for Arizona devices
3 *
4 * Copyright 2015 Cirrus Logic Inc.
5 *
6 * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 76 unchanged lines hidden (view full) ---

85#define ARIZONA_DMIC_MICBIAS1 1
86#define ARIZONA_DMIC_MICBIAS2 2
87#define ARIZONA_DMIC_MICBIAS3 3
88
89#define ARIZONA_INMODE_DIFF 0
90#define ARIZONA_INMODE_SE 1
91#define ARIZONA_INMODE_DMIC 2
92
1/*
2 * Device Tree defines for Arizona devices
3 *
4 * Copyright 2015 Cirrus Logic Inc.
5 *
6 * Author: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 76 unchanged lines hidden (view full) ---

85#define ARIZONA_DMIC_MICBIAS1 1
86#define ARIZONA_DMIC_MICBIAS2 2
87#define ARIZONA_DMIC_MICBIAS3 3
88
89#define ARIZONA_INMODE_DIFF 0
90#define ARIZONA_INMODE_SE 1
91#define ARIZONA_INMODE_DMIC 2
92
93#define ARIZONA_MICD_TIME_CONTINUOUS 0
94#define ARIZONA_MICD_TIME_250US 1
95#define ARIZONA_MICD_TIME_500US 2
96#define ARIZONA_MICD_TIME_1MS 3
97#define ARIZONA_MICD_TIME_2MS 4
98#define ARIZONA_MICD_TIME_4MS 5
99#define ARIZONA_MICD_TIME_8MS 6
100#define ARIZONA_MICD_TIME_16MS 7
101#define ARIZONA_MICD_TIME_32MS 8
102#define ARIZONA_MICD_TIME_64MS 9
103#define ARIZONA_MICD_TIME_128MS 10
104#define ARIZONA_MICD_TIME_256MS 11
105#define ARIZONA_MICD_TIME_512MS 12
106
93#endif
107#endif