Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270596
b: refs/heads/master
c: 45cf367
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Sep 19, 2011
1 parent 4a389a2 commit 27e2ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0b684cc14a791accdd6d97cb68242ab5009ece3e
refs/heads/master: 45cf367e8058ff3f1f6f9c3e9f617bfd7cff65b1
3 changes: 2 additions & 1 deletion trunk/sound/soc/samsung/speyside.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ static int speyside_wm8996_init(struct snd_soc_pcm_runtime *rtd)
gpio_direction_output(WM8996_HPSEL_GPIO, speyside_jack_polarity);

ret = snd_soc_jack_new(codec, "Headset",
SND_JACK_HEADSET | SND_JACK_BTN_0,
SND_JACK_LINEOUT | SND_JACK_HEADSET |
SND_JACK_BTN_0,
&speyside_headset);
if (ret)
return ret;
Expand Down

0 comments on commit 27e2ab9

Please sign in to comment.