Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283847
b: refs/heads/master
c: 8f10316
h: refs/heads/master
i:
  283845: 39e5d98
  283843: 049cd45
  283839: 3ea7930
v: v3
  • Loading branch information
Mark Brown committed Dec 2, 2011
1 parent e12d58c commit 3754825
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 91e20854e58075231c72a9c63d4454616787557e
refs/heads/master: 8f103167fecb1f4b5888fbcfc81b67e3c810dee0
10 changes: 10 additions & 0 deletions trunk/sound/soc/samsung/littlemill.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,21 @@ static struct snd_soc_dai_link littlemill_dai[] = {

static struct snd_soc_dapm_widget widgets[] = {
SND_SOC_DAPM_HP("Headphone", NULL),

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

static struct snd_soc_dapm_route audio_paths[] = {
{ "Headphone", NULL, "HPOUT1L" },
{ "Headphone", NULL, "HPOUT1R" },

{ "AMIC", NULL, "MICBIAS1" }, /* Default for AMICBIAS jumper */
{ "IN1LN", NULL, "AMIC" },

{ "DMIC", NULL, "MICBIAS2" }, /* Default for DMICBIAS jumper */
{ "DMIC1DAT", NULL, "DMIC" },
{ "DMIC2DAT", NULL, "DMIC" },
};

static struct snd_soc_jack littlemill_headset;
Expand Down

0 comments on commit 3754825

Please sign in to comment.