Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355708
b: refs/heads/master
c: 02553f5
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi committed Jan 22, 2013
1 parent ebec1a0 commit 8bdaaad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98b0606e9a31397f534eb8bce697618d84a2165d
refs/heads/master: 02553f5ac2b3e7d0405e5a51d87ef0727ad6fb2f
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-omap2/twl-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,12 @@ void __init omap4_pmic_get_config(struct twl4030_platform_data *pmic_data,
defined(CONFIG_SND_OMAP_SOC_OMAP_TWL4030_MODULE)
#include <linux/platform_data/omap-twl4030.h>

static struct omap_tw4030_pdata omap_twl4030_audio_data;
/* Commonly used configuration */
static struct omap_tw4030_pdata omap_twl4030_audio_data = {
.has_hs = OMAP_TWL4030_LEFT | OMAP_TWL4030_RIGHT,
.has_hf = OMAP_TWL4030_LEFT | OMAP_TWL4030_RIGHT,
.has_linein = OMAP_TWL4030_LEFT | OMAP_TWL4030_RIGHT,
};

static struct platform_device audio_device = {
.name = "omap-twl4030",
Expand Down

0 comments on commit 8bdaaad

Please sign in to comment.