diff --git a/[refs] b/[refs] index 855dc87a693c..3026a9684504 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30ed7ed11cb88fd56d821a67b9aab1e0d50fb626 +refs/heads/master: e108c7b79e91b45a3f04762c44fd404a5d9be069 diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index dbffb5b5c69d..cb9802f4b063 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -5332,6 +5332,11 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) if (spec->board_config == STAC_92HD83XXX_HP) spec->gpio_led = 0x01; + if (find_mute_led_gpio(codec)) + snd_printd("mute LED gpio %d polarity %d\n", + spec->gpio_led, + spec->gpio_led_polarity); + #ifdef CONFIG_SND_HDA_POWER_SAVE if (spec->gpio_led) { spec->gpio_mask |= spec->gpio_led;