From 30fa92c9385844a061cc0e42efc5c4061ecb8d91 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 29 May 2007 18:01:06 +0200 Subject: [PATCH] --- yaml --- r: 62129 b: refs/heads/master c: aafc03398baefaac380b34a1ee6356e7eed8e663 h: refs/heads/master i: 62127: 1e61b91790c4c989b5c65868407510dae5926048 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index bfebd696bfec..619d0bfbefe1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c54728d8aa59283ece86cb745e5085ece8b4eedb +refs/heads/master: aafc03398baefaac380b34a1ee6356e7eed8e663 diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 9b1d433178bf..3f25de72966b 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -2266,13 +2266,6 @@ static int patch_stac927x(struct hda_codec *codec) codec->patch_ops = stac92xx_patch_ops; - /* Fix Mux capture level; max to 2 */ - snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT, - (0 << AC_AMPCAP_OFFSET_SHIFT) | - (2 << AC_AMPCAP_NUM_STEPS_SHIFT) | - (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) | - (0 << AC_AMPCAP_MUTE_SHIFT)); - return 0; }