From 75917673a3e72b1976180c3996039cbe3461f2fe Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 18 Jan 2013 14:37:16 +0100 Subject: [PATCH] --- yaml --- r: 353180 b: refs/heads/master c: 1799cdd51adeca201625542faeef19ca7a74b2d3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_generic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6ab9c2b5f372..102b68a1f5ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49920427eca5830eb65ea1be241090e425de37cb +refs/heads/master: 1799cdd51adeca201625542faeef19ca7a74b2d3 diff --git a/trunk/sound/pci/hda/hda_generic.c b/trunk/sound/pci/hda/hda_generic.c index f0d83b2f42ac..174806e52236 100644 --- a/trunk/sound/pci/hda/hda_generic.c +++ b/trunk/sound/pci/hda/hda_generic.c @@ -3138,7 +3138,7 @@ static int parse_mic_boost(struct hda_codec *codec) continue; /* check only line-in and mic pins */ - if (cfg->inputs[idx].type > AUTO_PIN_MIC) + if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN) continue; path = get_input_path(codec, 0, i);