Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270660
b: refs/heads/master
c: 7564463
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Sep 23, 2011
1 parent abef190 commit e8705df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 086d7f804e269454b4fffe757ed5517c3703baf8
refs/heads/master: 7564463c64e824a9cf545bcfbfbe6f159a5b9d8c
5 changes: 5 additions & 0 deletions trunk/sound/soc/samsung/speyside_wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ static struct snd_soc_dapm_widget widgets[] = {
SND_SOC_DAPM_MIC("Headset Mic", NULL),

SND_SOC_DAPM_MIC("DMIC", NULL),
SND_SOC_DAPM_MIC("AMIC", NULL),

SND_SOC_DAPM_SPK("Main Speaker", NULL),
};
Expand All @@ -156,6 +157,10 @@ static struct snd_soc_dapm_route audio_paths[] = {
{ "IN4L", NULL, "Headset Mic" },
{ "IN4R", NULL, "Headset Mic" },

{ "AMIC", NULL, "MICBIAS" },
{ "IN1L", NULL, "AMIC" },
{ "IN1R", NULL, "AMIC" },

{ "DMIC", NULL, "MICBIAS" },
{ "DMICDAT", NULL, "DMIC" },
};
Expand Down

0 comments on commit e8705df

Please sign in to comment.