X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Fpci%2Fhda%2Fhda_jack.c;h=afe594411a565d855297fe5cecd4561b10022967;hb=b38f67c4ae35eb4bcea0bf42a0a18a778a5d04c2;hp=05b3e3e9108fda50f16f2472b2dad5bfbc870067;hpb=951a730af4053f4d95214c492df25e2b4592ce93;p=~andy%2Flinux diff --git a/sound/pci/hda/hda_jack.c b/sound/pci/hda/hda_jack.c index 05b3e3e9108..afe594411a5 100644 --- a/sound/pci/hda/hda_jack.c +++ b/sound/pci/hda/hda_jack.c @@ -286,7 +286,7 @@ void snd_hda_jack_report_sync(struct hda_codec *codec) jack = codec->jacktbl.list; for (i = 0; i < codec->jacktbl.used; i++, jack++) if (jack->nid) { - if (!jack->kctl) + if (!jack->kctl || jack->block_report) continue; state = get_jack_plug_state(jack->pin_sense); snd_kctl_jack_report(codec->bus->card, jack->kctl, state);