From 4b8fb34582d90bef08ab4fdaf6bc83c9d0c2c274 Mon Sep 17 00:00:00 2001 From: Matthew Ranostay Date: Mon, 7 Jan 2008 12:18:28 +0100 Subject: [PATCH] --- yaml --- r: 81582 b: refs/heads/master c: c481fca3e68155459e9805dc8c303e012ccbee54 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 652a7410069f..a41e241c3c69 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 740eb8358f2bf337fd4ec62abb5b8cca7c652e5a +refs/heads/master: c481fca3e68155459e9805dc8c303e012ccbee54 diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index a074155dd8d5..4e71bbaa1954 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -3344,6 +3344,9 @@ static int patch_stac927x(struct hda_codec *codec) spec->mixer = stac927x_mixer; break; case STAC_DELL_BIOS: + /* correct the front input jack as a mic */ + stac92xx_set_config_reg(codec, 0x0e, 0x02a79130); + /* fallthru */ case STAC_DELL_3ST: /* GPIO2 High = Enable EAPD */ spec->gpio_mask = spec->gpio_data = 0x00000004;