Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120307
b: refs/heads/master
c: d4a7313
h: refs/heads/master
i:
  120305: 01132c4
  120303: 6d66fa7
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Dec 10, 2008
1 parent 83a8c83 commit e62c33b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 6a1bee4a9cae13aa73abd8f724bada213a38eb63
refs/heads/master: d4a73131a56e906b8f65e20934516adcad68b524
9 changes: 3 additions & 6 deletions trunk/sound/soc/codecs/twl4030.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ static void twl4030_init_chip(struct snd_soc_codec *codec)

/* Earpiece */
static const char *twl4030_earpiece_texts[] =
{"Off", "DACL1", "DACL2", "Invalid",
"DACR1"};
{"Off", "DACL1", "DACL2", "Invalid", "DACR1"};

static const struct soc_enum twl4030_earpiece_enum =
SOC_ENUM_SINGLE(TWL4030_REG_EAR_CTL, 1,
Expand All @@ -205,8 +204,7 @@ SOC_DAPM_ENUM("Route", twl4030_earpiece_enum);

/* PreDrive Left */
static const char *twl4030_predrivel_texts[] =
{"Off", "DACL1", "DACL2", "Invalid",
"DACR2"};
{"Off", "DACL1", "DACL2", "Invalid", "DACR2"};

static const struct soc_enum twl4030_predrivel_enum =
SOC_ENUM_SINGLE(TWL4030_REG_PREDL_CTL, 1,
Expand All @@ -218,8 +216,7 @@ SOC_DAPM_ENUM("Route", twl4030_predrivel_enum);

/* PreDrive Right */
static const char *twl4030_predriver_texts[] =
{"Off", "DACR1", "DACR2", "Invalid",
"DACL2"};
{"Off", "DACR1", "DACR2", "Invalid", "DACL2"};

static const struct soc_enum twl4030_predriver_enum =
SOC_ENUM_SINGLE(TWL4030_REG_PREDR_CTL, 1,
Expand Down

0 comments on commit e62c33b

Please sign in to comment.