File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 5
5
* Author: Steve Sakoman, <[email protected] >
6
6
*/
7
7
8
- #include <linux/module.h>
9
- #include <linux/moduleparam.h>
10
- #include <linux/init.h>
11
8
#include <linux/delay.h>
12
- #include <linux/pm .h>
9
+ #include <linux/gpio .h>
13
10
#include <linux/i2c.h>
14
- #include <linux/platform_device.h>
11
+ #include <linux/init.h>
12
+ #include <linux/mfd/twl.h>
13
+ #include <linux/mfd/twl4030-audio.h>
14
+ #include <linux/module.h>
15
+ #include <linux/moduleparam.h>
15
16
#include <linux/of.h>
16
17
#include <linux/of_gpio.h>
17
- #include <linux/mfd/twl.h>
18
+ #include <linux/pm.h>
19
+ #include <linux/platform_device.h>
18
20
#include <linux/slab.h>
19
- #include <linux/gpio.h>
20
21
#include <sound/core.h>
22
+ #include <sound/initval.h>
21
23
#include <sound/pcm.h>
22
24
#include <sound/pcm_params.h>
23
25
#include <sound/soc.h>
24
- #include <sound/initval.h>
25
26
#include <sound/tlv.h>
26
27
27
- /* Register descriptions are here */
28
- #include <linux/mfd/twl4030-audio.h>
29
-
30
28
/* TWL4030 PMBR1 Register */
31
29
#define TWL4030_PMBR1_REG 0x0D
32
30
/* TWL4030 PMBR1 Register GPIO6 mux bits */
You can’t perform that action at this time.
0 commit comments