Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283899
b: refs/heads/master
c: bf4df93
h: refs/heads/master
i:
  283897: f87767e
  283895: c8173cb
v: v3
  • Loading branch information
Mark Brown committed Dec 7, 2011
1 parent 2369725 commit 812377c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 209e8cf668d3f421eb6d86eb62451396fb0a737d
refs/heads/master: bf4df93593af5dea01c93740956f6c77270b3036
3 changes: 1 addition & 2 deletions trunk/sound/soc/samsung/jive_wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ static int jive_wm8750_init(struct snd_soc_pcm_runtime *rtd)
{
struct snd_soc_codec *codec = rtd->codec;
struct snd_soc_dapm_context *dapm = &codec->dapm;
int err;

/* These endpoints are not being used. */
snd_soc_dapm_nc_pin(dapm, "LINPUT2");
Expand Down Expand Up @@ -131,7 +130,7 @@ static struct snd_soc_card snd_soc_machine_jive = {
.dai_link = &jive_dai,
.num_links = 1,

.dapm_widgtets = wm8750_dapm_widgets,
.dapm_widgets = wm8750_dapm_widgets,
.num_dapm_widgets = ARRAY_SIZE(wm8750_dapm_widgets),
.dapm_routes = audio_map,
.num_dapm_routes = ARRAY_SIZE(audio_map),
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/samsung/smdk2443_wm9710.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*
*/

#include <linux/module.h>
#include <sound/soc.h>

static struct snd_soc_card smdk2443;
Expand Down

0 comments on commit 812377c

Please sign in to comment.