Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293223
b: refs/heads/master
c: 5e0ac52
h: refs/heads/master
i:
  293221: 1169455
  293219: 5cab70c
  293215: 45789d1
v: v3
  • Loading branch information
Mark Brown committed Jan 23, 2012
1 parent cf64b13 commit 8ce853c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 899896379670f885072564669e395feb649105a6
refs/heads/master: 5e0ac527fd8bd81be1aaaaa484832846193f9a17
8 changes: 4 additions & 4 deletions trunk/sound/soc/codecs/sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,10 +1395,10 @@ static struct snd_soc_codec_driver sgtl5000_driver = {
.volatile_register = sgtl5000_volatile_register,
.controls = sgtl5000_snd_controls,
.num_controls = ARRAY_SIZE(sgtl5000_snd_controls),
.dapm_widgets = sgtl500_dapm_widgets,
.num_dapm_widgets = ARRAY_SIZE(sgtl500_dapm_widgets),
.dapm_routes = sgtl500_dapm_routes,
.num_dapm_routes = ARRAY_SIZE(sgtl500_dapm_routes),
.dapm_widgets = sgtl5000_dapm_widgets,
.num_dapm_widgets = ARRAY_SIZE(sgtl5000_dapm_widgets),
.dapm_routes = sgtl5000_dapm_routes,
.num_dapm_routes = ARRAY_SIZE(sgtl5000_dapm_routes),
};

static __devinit int sgtl5000_i2c_probe(struct i2c_client *client,
Expand Down

0 comments on commit 8ce853c

Please sign in to comment.